From b801f8f201d6b5cce8e81e733afec8874ef4216f Mon Sep 17 00:00:00 2001 From: Thomas Rijpstra Date: Mon, 22 Sep 2025 12:00:35 +0200 Subject: [PATCH] chore(terraform): remove helm provider submodule --- .idea/templateLanguages.xml | 2 +- .idea/terraform.xml | 5 + .idea/vcs.xml | 1 + infra/clusters/app-365zon/.terraform.lock.hcl | 243 +- .../app-365zon/.terraform/terraform.tfstate | 2 +- infra/clusters/app-365zon/app-365zon.yaml | 20 + infra/clusters/app-365zon/kubeconfig | 20 + infra/clusters/app-365zon/main.tf | 181 +- infra/clusters/app-365zon/provider.tf | 5 +- infra/clusters/app-365zon/terraform-debug.log | 23036 ++++++++++++++++ .../clusters/app-365zon/zitadel-admin-sa.json | 1 + infra/clusters/bridge/.terraform.lock.hcl | 183 +- infra/clusters/bridge/backend.tfvars | 4 +- infra/clusters/bridge/terraform.tfvars | 6 +- infra/modules/argocd/main.tf | 15 +- infra/modules/argocd/provider.tf | 2 +- infra/modules/argocd/repository/provider.tf | 2 +- .../argocd/{values.yaml => values.yaml.tftpl} | 56 +- infra/modules/argocd/variables.tf | 6 + infra/modules/cert-manager/hetzner/main.tf | 4 +- .../modules/cert-manager/hetzner/provider.tf | 2 +- infra/modules/cert-manager/main.tf | 20 +- infra/modules/cert-manager/provider.tf | 2 +- infra/modules/cluster/devops/provider.tf | 2 +- infra/modules/cluster/init-rke2/main.tf | 119 + infra/modules/cluster/init-rke2/provider.tf | 2 +- infra/modules/cluster/provider.tf | 2 +- infra/modules/cluster/tls/provider.tf | 2 +- infra/modules/fusionauth/provider.tf | 2 +- infra/modules/homepage/main.tf | 2 +- infra/modules/homepage/provider.tf | 2 +- infra/modules/homepage/values.yaml.tftpl | 4 + infra/modules/letsencrypt/provider.tf | 2 +- infra/modules/longhorn/main.tf | 76 +- infra/modules/longhorn/provider.tf | 2 +- infra/modules/mijn-365zon-nl/provider.tf | 2 +- infra/modules/minio/main.tf | 37 +- infra/modules/minio/provider.tf | 2 +- infra/modules/minio/tenant/main.tf | 87 +- infra/modules/minio/values.yaml.tftpl | 16 + infra/modules/mongodb/provider.tf | 2 +- infra/modules/monitoring/locals.tf | 3 + infra/modules/monitoring/main.tf | 92 + .../monitoring/monitoring-values.yaml.tftpl | 135 + infra/modules/monitoring/provider.tf | 33 + infra/modules/monitoring/variables.tf | 60 + infra/modules/postgresql/provider.tf | 2 +- infra/modules/postgresql/tenant/provider.tf | 2 +- infra/modules/rabbitmq/main.tf | 13 +- infra/modules/rabbitmq/provider.tf | 2 +- infra/modules/rancher/main.tf | 8 +- infra/modules/rancher/provider.tf | 2 +- infra/modules/redis/provider.tf | 2 +- infra/modules/traefik/provider.tf | 2 +- infra/modules/vault/main.tf | 14 +- infra/modules/vault/provider.tf | 2 +- infra/modules/zitadel/api-m2m-swagger/main.tf | 2 +- .../zitadel/api-m2m-swagger/variables.tf | 4 + infra/modules/zitadel/main.tf | 3 +- infra/modules/zitadel/provider.tf | 2 +- infra/modules/zitadel/values.yaml.tftpl | 14 +- infra/modules/zitadel/variables.tf | 6 + infra/tenants/365zon/provider.tf | 4 +- infra/tenants/365zon/variables.tf | 6 + infra/tenants/365zon/zitadel/main.tf | 8 +- infra/tenants/argocd/zitadel/variables.tf | 1 + infra/tenants/fourlights/zitadel/provider.tf | 4 +- infra/tenants/fourlights/zitadel/variables.tf | 5 + shuttles/k3sup | Bin 0 -> 4825240 bytes shuttles/setup-cluster.ts | 35 +- shuttles/shuttles-network.xml | 12 + shuttles/terraform/main.tf | 18 +- shuttles/terraform/test-zitadel-jwt.sh | 85 + shuttles/terraform/zitadel-admin-sa.json | 2 +- 74 files changed, 24389 insertions(+), 375 deletions(-) create mode 100644 infra/clusters/app-365zon/app-365zon.yaml create mode 100644 infra/clusters/app-365zon/kubeconfig create mode 100644 infra/clusters/app-365zon/terraform-debug.log create mode 100755 infra/clusters/app-365zon/zitadel-admin-sa.json rename infra/modules/argocd/{values.yaml => values.yaml.tftpl} (60%) create mode 100644 infra/modules/monitoring/locals.tf create mode 100644 infra/modules/monitoring/main.tf create mode 100644 infra/modules/monitoring/monitoring-values.yaml.tftpl create mode 100644 infra/modules/monitoring/provider.tf create mode 100644 infra/modules/monitoring/variables.tf create mode 100755 shuttles/k3sup create mode 100644 shuttles/shuttles-network.xml create mode 100755 shuttles/terraform/test-zitadel-jwt.sh diff --git a/.idea/templateLanguages.xml b/.idea/templateLanguages.xml index fa124ce..61078d0 100644 --- a/.idea/templateLanguages.xml +++ b/.idea/templateLanguages.xml @@ -1,9 +1,9 @@ - + \ No newline at end of file diff --git a/.idea/terraform.xml b/.idea/terraform.xml index d65c12f..7fa9048 100644 --- a/.idea/terraform.xml +++ b/.idea/terraform.xml @@ -2,5 +2,10 @@ \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 35eb1dd..05b0212 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,5 +2,6 @@ + \ No newline at end of file diff --git a/infra/clusters/app-365zon/.terraform.lock.hcl b/infra/clusters/app-365zon/.terraform.lock.hcl index 318f927..551dec1 100644 --- a/infra/clusters/app-365zon/.terraform.lock.hcl +++ b/infra/clusters/app-365zon/.terraform.lock.hcl @@ -2,22 +2,22 @@ # Manual edits may be lost in future updates. provider "registry.terraform.io/aminueza/minio" { - version = "2.5.1" - constraints = "~> 2.5.0" + version = "3.3.0" + constraints = "~> 3.3.0" hashes = [ - "h1:03gfmXf78G9h9XCHwavPwAwCjg1xmQIp4e5aAv6xIbI=", - "zh:0710a1fcd8e3501237990344160b0193860c2e643e73c728bf832e3d3fde971a", - "zh:0b2f25fbb59d056299faec7fb09012ef0545bd25e7ffa55a04a5c10c28908713", - "zh:0e0179fe12c855bcf5dbcf6858373eaa6e9dd790010096a3fcc667a23224388d", - "zh:23f6118cefb2fae443de98197490a9ba56fa51f1e324d1811709e0fdfc22ed7d", - "zh:34875cbaf07fbed8b8c639f38146f19188e57fc2eac4cdeac638b3d675b82ad4", - "zh:5b0fc4934533557af0001630801e9e637ab0e1588fd086f0cd04a52f4a13474f", - "zh:5d8eda5611ce4017688694e566c00609508a2c3a0e9aa587f6a58dcd1cb9846c", - "zh:70855ab6327a1b79b0619d0ed3538513f98fdfadae6fe60e986dbbf2891151f8", - "zh:7330d66c56a67a4c36f2fc2f1d7042503f5b4d0ec66a9bbe2b72920fb56b85de", - "zh:764597f7be92426cd63f7ae82d2845a1f2677d2b86921f19facf93fdbb80f503", - "zh:7dd947c72366377a16adc7bf0c0d09c32ade09dcedbcbf411da057ca970fb9e8", - "zh:9db57839cdc1d667271d5589ca4d9e791b665c0248e37c9ccdc79c0cef39aaed", + "h1:apkVsmgFVWd1jpCMnPR1Kd8WJB2UkYRiS2kc1Meefz8=", + "zh:0c0ac1602465eaeb7045410a8ad22ee6eb82233f7bfda78bb07c58d3697bf62b", + "zh:26a097f7523b222bb7808b76ec9fdac8c5974e440dc2438d16ef8fa4562bf297", + "zh:47ade5b7a7ce2755291e0e4ae2125298bef682190a9917a4ca384edb23a338f4", + "zh:74769c5e1615b3fc930b9acc2f966dd7c053c31146d1eca19666bee8a7512088", + "zh:8b4a72b05ce50f41b6b1c8f2cd692509c0814f2d5fb4869a98e42b9eb22430f3", + "zh:8bcb1c844ab14b780c4547834d4f7755e4f2ac643f8061e8cfaa98becc6a78b5", + "zh:8e44bae37b1f984908f427d64154c090136b6e8b8e0c1229df7b03945e59509d", + "zh:974bba8e806aa3265ddc558657f93b0465877a8687f691d366dd34a90e059f97", + "zh:a5d029fb41b6e0f1f4d742e326918e725f3ebd57cb5170fdb39f82a26ce52d1c", + "zh:a7a405574406ff525105880ca7b86614b5bced701f74b7e748d8e2976b5880cd", + "zh:f83cf18fd194129ca06dfa3fc5bc8b951df71fa04cdbcb0bf651277f06c17d5f", + "zh:fa2eefadf213ad934c75bc1679408ad4b765ff86853b473f837ad83b68a44c77", ] } @@ -39,78 +39,183 @@ provider "registry.terraform.io/argoproj-labs/argocd" { ] } -provider "registry.terraform.io/hashicorp/helm" { - version = "2.16.1" +provider "registry.terraform.io/hashicorp/external" { + version = "2.3.5" hashes = [ - "h1:TerRBdq69SxIWg3ET2VE0bcP0BYRIWZOp1QxXj/14Fk=", - "zh:0003f6719a32aee9afaeeb001687fc0cfc8c2d5f54861298cf1dc5711f3b4e65", - "zh:16cd5bfee09e7bb081b8b4470f31a9af508e52220fd97fd81c6dda725d9422fe", - "zh:51817de8fdc2c2e36785f23fbf4ec022111bd1cf7679498c16ad0ad7471c16db", - "zh:51b95829b2873be40a65809294bffe349e40cfccc3ff6fee0f471d01770e0ebd", - "zh:56b158dde897c47e1460181fc472c3e920aa23db40579fdc2aad333c1456d2dd", - "zh:916641d26c386959eb982e680028aa677b787687ef7c1283241e45620bc8df50", - "zh:aec15ca8605babba77b283f2ca35daca53e006d567e1c3a3daf50497035b820b", - "zh:c2cecf710b87c8f3a4d186da2ea12cf08041f97ae0c6db82649720d6ed929d65", - "zh:dbdd96f17aea25c7db2d516ab8172a5e683c6686c72a1a44173d2fe96319be39", - "zh:de11e180368434a796b1ab6f20fde7554dc74f7800e063b8e4c8ec3a86d0be63", + "h1:smKSos4zs57pJjQrNuvGBpSWth2el9SgePPbPHo0aps=", + "zh:6e89509d056091266532fa64de8c06950010498adf9070bf6ff85bc485a82562", + "zh:78d5eefdd9e494defcb3c68d282b8f96630502cac21d1ea161f53cfe9bb483b3", + "zh:86868aec05b58dc0aa1904646a2c26b9367d69b890c9ad70c33c0d3aa7b1485a", + "zh:a2ce38fda83a62fa5fb5a70e6ca8453b168575feb3459fa39803f6f40bd42154", + "zh:a6c72798f4a9a36d1d1433c0372006cc9b904e8cfd60a2ae03ac5b7d2abd2398", + "zh:a8a3141d2fc71c86bf7f3c13b0b3be8a1b0f0144a47572a15af4dfafc051e28a", + "zh:aa20a1242eb97445ad26ebcfb9babf2cd675bdb81cac5f989268ebefa4ef278c", + "zh:b58a22445fb8804e933dcf835ab06c29a0f33148dce61316814783ee7f4e4332", + "zh:cb5626a661ee761e0576defb2a2d75230a3244799d380864f3089c66e99d0dcc", + "zh:d1acb00d20445f682c4e705c965e5220530209c95609194c2dc39324f3d4fcce", + "zh:d91a254ba77b69a29d8eae8ed0e9367cbf0ea6ac1a85b58e190f8cb096a40871", + "zh:f6592327673c9f85cdb6f20336faef240abae7621b834f189c4a62276ea5db41", + ] +} + +provider "registry.terraform.io/hashicorp/helm" { + version = "3.0.2" + constraints = ">= 2.0.0" + hashes = [ + "h1:+tHGl509bhyUrvvj9GQTBsdK+ImHJnRuo6ppDZPavqY=", + "zh:2778de76c7dfb2e85c75fe6de3c11172a25551ed499bfb9e9f940a5be81167b0", + "zh:3b4c436a41e4fbae5f152852a9bd5c97db4460af384e26977477a40adf036690", + "zh:617a372f5bb2288f3faf5fd4c878a68bf08541cf418a3dbb8a19bc41ad4a0bf2", + "zh:84de431479548c96cb61c495278e320f361e80ab4f8835a5425ece24a9b6d310", + "zh:8b4cf5f81d10214e5e1857d96cff60a382a22b9caded7f5d7a92e5537fc166c1", + "zh:baeb26a00ffbcf3d507cdd940b2a2887eee723af5d3319a53eec69048d5e341e", + "zh:ca05a8814e9bf5fbffcd642df3a8d9fae9549776c7057ceae6d6f56471bae80f", + "zh:ca4bf3f94dedb5c5b1a73568f2dad7daf0ef3f85e688bc8bc2d0e915ec148366", + "zh:d331f2129fd3165c4bda875c84a65555b22eb007801522b9e017d065ac69b67e", + "zh:e583b2b478dde67da28e605ab4ef6521c2e390299b471d7d8ef05a0b608dcdad", + "zh:f238b86611647c108c073d265f8891a2738d3158c247468ae0ff5b1a3ac4122a", "zh:f569b65999264a9416862bca5cd2a6177d94ccb0424f3a4ef424428912b9cb3c", - "zh:f827a9c1540d210c56053a2d5d5a6abda924896ffa8eeedc94054cf6d44c5f60", ] } provider "registry.terraform.io/hashicorp/kubernetes" { - version = "2.34.0" + version = "2.31.0" + constraints = ">= 2.0.0, 2.31.0" hashes = [ - "h1:QOiO85qZnkUm7kAtuPkfblchuKPWUqRdNVWE5agpr8k=", - "zh:076b451dc8629c49f4260de6d43595e98ac5f1bdbebb01d112659ef94d99451f", - "zh:0c29855dbd3c6ba82fce680fa5ac969d4e09e20fecb4ed40166b778bd19895a4", - "zh:583b4dfcea4d8392dd7904c00b2ff41bbae78d238e8b72e5ad580370a24a4ecb", - "zh:5e20844d8d1af052381d00de4febd4055ad0f3c3c02795c361265b9ef72a1075", - "zh:766b7ab7c4727c62b5887c3922e0467c4cc355ba0dc3aabe465ebb86bc1caabb", - "zh:776a5000b441d7c8262d17d4a4aa4aa9760ae64de4cb7172961d9e007e0be1e5", - "zh:7838f509235116e55adeeecbe6def3da1b66dd3c4ce0de02fc7dc66a60e1d630", - "zh:931e5581ec66c145c1d29198bd23fddc8d0c5cbf4cda22e02dba65644c7842f2", - "zh:95e728efa2a31a63b879fd093507466e509e3bfc9325eb35ea3dc28fed15c6f7", - "zh:972b9e3ca2b6a1057dcf5003fc78cabb0dd8847580bddeb52d885ebd64df38ea", - "zh:ef6114217965d55f5bddbd7a316b8f85f15b8a77c075fcbed95813039d522e0a", + "h1:wGHbATbv/pBVTST1MtEn0zyVhZbzZJD2NYq2EddASHY=", + "zh:0d16b861edb2c021b3e9d759b8911ce4cf6d531320e5dc9457e2ea64d8c54ecd", + "zh:1bad69ed535a5f32dec70561eb481c432273b81045d788eb8b37f2e4a322cc40", + "zh:43c58e3912fcd5bb346b5cb89f31061508a9be3ca7dd4cd8169c066203bcdfb3", + "zh:4778123da9206918a92dfa73cc711475d2b9a8275ff25c13a30513c523ac9660", + "zh:8bfa67d2db03b3bfae62beebe6fb961aee8d91b7a766efdfe4d337b33dfd23dd", + "zh:9020bb5729db59a520ade5e24984b737e65f8b81751fbbd343926f6d44d22176", + "zh:90431dbfc5b92498bfbce38f0b989978c84421a6c33245b97788a46b563fbd6e", + "zh:b71a061dda1244f6a52500e703a9524b851e7b11bbf238c17bbd282f27d51cb2", + "zh:d6232a7651b834b89591b94bf4446050119dcde740247e6083a4d55a2cefd28a", + "zh:d89fba43e699e28e2b5e92fff2f75fc03dbc8de0df9dacefe1a8836f8f430753", + "zh:ef85c0b744f5ba1b10dadc3c11e331ba4225c45bb733e024d7218c24b02b0512", "zh:f569b65999264a9416862bca5cd2a6177d94ccb0424f3a4ef424428912b9cb3c", ] } -provider "registry.terraform.io/hashicorp/random" { - version = "3.6.3" +provider "registry.terraform.io/hashicorp/local" { + version = "2.5.3" hashes = [ - "h1:Fnaec9vA8sZ8BXVlN3Xn9Jz3zghSETIKg7ch8oXhxno=", - "zh:04ceb65210251339f07cd4611885d242cd4d0c7306e86dda9785396807c00451", - "zh:448f56199f3e99ff75d5c0afacae867ee795e4dfda6cb5f8e3b2a72ec3583dd8", - "zh:4b4c11ccfba7319e901df2dac836b1ae8f12185e37249e8d870ee10bb87a13fe", - "zh:4fa45c44c0de582c2edb8a2e054f55124520c16a39b2dfc0355929063b6395b1", - "zh:588508280501a06259e023b0695f6a18149a3816d259655c424d068982cbdd36", - "zh:737c4d99a87d2a4d1ac0a54a73d2cb62974ccb2edbd234f333abd079a32ebc9e", + "h1:1Nkh16jQJMp0EuDmvP/96f5Unnir0z12WyDuoR6HjMo=", + "zh:284d4b5b572eacd456e605e94372f740f6de27b71b4e1fd49b63745d8ecd4927", + "zh:40d9dfc9c549e406b5aab73c023aa485633c1b6b730c933d7bcc2fa67fd1ae6e", + "zh:6243509bb208656eb9dc17d3c525c89acdd27f08def427a0dce22d5db90a4c8b", "zh:78d5eefdd9e494defcb3c68d282b8f96630502cac21d1ea161f53cfe9bb483b3", - "zh:a357ab512e5ebc6d1fda1382503109766e21bbfdfaa9ccda43d313c122069b30", - "zh:c51bfb15e7d52cc1a2eaec2a903ac2aff15d162c172b1b4c17675190e8147615", - "zh:e0951ee6fa9df90433728b96381fb867e3db98f66f735e0c3e24f8f16903f0ad", - "zh:e3cdcb4e73740621dabd82ee6a37d6cfce7fee2a03d8074df65086760f5cf556", - "zh:eff58323099f1bd9a0bec7cb04f717e7f1b2774c7d612bf7581797e1622613a0", + "zh:885d85869f927853b6fe330e235cd03c337ac3b933b0d9ae827ec32fa1fdcdbf", + "zh:bab66af51039bdfcccf85b25fe562cbba2f54f6b3812202f4873ade834ec201d", + "zh:c505ff1bf9442a889ac7dca3ac05a8ee6f852e0118dd9a61796a2f6ff4837f09", + "zh:d36c0b5770841ddb6eaf0499ba3de48e5d4fc99f4829b6ab66b0fab59b1aaf4f", + "zh:ddb6a407c7f3ec63efb4dad5f948b54f7f4434ee1a2607a49680d494b1776fe1", + "zh:e0dafdd4500bec23d3ff221e3a9b60621c5273e5df867bc59ef6b7e41f5c91f6", + "zh:ece8742fd2882a8fc9d6efd20e2590010d43db386b920b2a9c220cfecc18de47", + "zh:f4c6b3eb8f39105004cf720e202f04f57e3578441cfb76ca27611139bc116a82", + ] +} + +provider "registry.terraform.io/hashicorp/null" { + version = "3.2.4" + hashes = [ + "h1:hkf5w5B6q8e2A42ND2CjAvgvSN3puAosDmOJb3zCVQM=", + "zh:59f6b52ab4ff35739647f9509ee6d93d7c032985d9f8c6237d1f8a59471bbbe2", + "zh:78d5eefdd9e494defcb3c68d282b8f96630502cac21d1ea161f53cfe9bb483b3", + "zh:795c897119ff082133150121d39ff26cb5f89a730a2c8c26f3a9c1abf81a9c43", + "zh:7b9c7b16f118fbc2b05a983817b8ce2f86df125857966ad356353baf4bff5c0a", + "zh:85e33ab43e0e1726e5f97a874b8e24820b6565ff8076523cc2922ba671492991", + "zh:9d32ac3619cfc93eb3c4f423492a8e0f79db05fec58e449dee9b2d5873d5f69f", + "zh:9e15c3c9dd8e0d1e3731841d44c34571b6c97f5b95e8296a45318b94e5287a6e", + "zh:b4c2ab35d1b7696c30b64bf2c0f3a62329107bd1a9121ce70683dec58af19615", + "zh:c43723e8cc65bcdf5e0c92581dcbbdcbdcf18b8d2037406a5f2033b1e22de442", + "zh:ceb5495d9c31bfb299d246ab333f08c7fb0d67a4f82681fbf47f2a21c3e11ab5", + "zh:e171026b3659305c558d9804062762d168f50ba02b88b231d20ec99578a6233f", + "zh:ed0fe2acdb61330b01841fa790be00ec6beaac91d41f311fb8254f74eb6a711f", + ] +} + +provider "registry.terraform.io/hashicorp/random" { + version = "3.7.2" + hashes = [ + "h1:356j/3XnXEKr9nyicLUufzoF4Yr6hRy481KIxRVpK0c=", + "zh:14829603a32e4bc4d05062f059e545a91e27ff033756b48afbae6b3c835f508f", + "zh:1527fb07d9fea400d70e9e6eb4a2b918d5060d604749b6f1c361518e7da546dc", + "zh:1e86bcd7ebec85ba336b423ba1db046aeaa3c0e5f921039b3f1a6fc2f978feab", + "zh:24536dec8bde66753f4b4030b8f3ef43c196d69cccbea1c382d01b222478c7a3", + "zh:29f1786486759fad9b0ce4fdfbbfece9343ad47cd50119045075e05afe49d212", + "zh:4d701e978c2dd8604ba1ce962b047607701e65c078cb22e97171513e9e57491f", + "zh:78d5eefdd9e494defcb3c68d282b8f96630502cac21d1ea161f53cfe9bb483b3", + "zh:7b8434212eef0f8c83f5a90c6d76feaf850f6502b61b53c329e85b3b281cba34", + "zh:ac8a23c212258b7976e1621275e3af7099e7e4a3d4478cf8d5d2a27f3bc3e967", + "zh:b516ca74431f3df4c6cf90ddcdb4042c626e026317a33c53f0b445a3d93b720d", + "zh:dc76e4326aec2490c1600d6871a95e78f9050f9ce427c71707ea412a2f2f1a62", + "zh:eac7b63e86c749c7d48f527671c7aee5b4e26c10be6ad7232d6860167f99dbb0", ] } provider "registry.terraform.io/hashicorp/vault" { - version = "4.5.0" + version = "5.1.0" hashes = [ - "h1:oKiQcEqj/HTCMzgGtZ531D/jnnM0i7iguSM8pU7aK8U=", - "zh:0a9301aa6a9b59db97682be568329526033bb50a4a308ad695c2a1877c1241c3", - "zh:0f8fee69ea4eaa27b86a391edc7de8e8b215e3c48f7074bab799986d5f707014", - "zh:2a2e51fe280e07700920bc8ed29b77e5c79fada0e4d5315d55ec0d2893bb5eed", - "zh:3fc7d9016bebe26a4c779ce6b87b181ed6a1af12499419726b8b0a0e3eaa7234", + "h1:x9cfzSpsdqUfrKM4qD/Mfqvy66ZWKrLtA+PZx7HhqZ8=", + "zh:121c84975a3732d2c68db6b555c37a4520f3c283fd916e25e472e784518662a7", + "zh:2a80da4424db091d3b9846a569b0ae3e60f3e95b0a988ff94f3986391a62c93d", + "zh:2bcb3aadf97aecf0b9f98393affd766b929eafd3cb68ed4f26419405c3e8ec64", + "zh:5a5f11db49784e9be251fbad2bb3a46c5f9999ab4e1ea7940f120b3743afca28", "zh:78d5eefdd9e494defcb3c68d282b8f96630502cac21d1ea161f53cfe9bb483b3", - "zh:813a9e4875e58dbca2526b3088c0f76dbb2a66b10b910497a0b703518eaa73cd", - "zh:889ed6f21b94f89b8cbc4224454ced01a2792f12f53379d2fb1a2f2749bf624a", - "zh:acf9c01d403584015005083e64d8479d167e4f54e87e540311010133fcb5b023", - "zh:b377945a4b6a75c79793cb92c873aacc9c087c2a6e5792a1613f3aa2f3693848", - "zh:be243567b2a76ba2a546449e89764f707477cf25dcdd6d7f3b808ddf40aaf9f6", - "zh:d879fa16f391fb75b779067c751f3b8f80f5f4d73b2ff86814662038878a0ce4", - "zh:e47fb3daac933f5dcb034379fe77c0bf834512da7348e7643457c9af3b2ab36b", + "zh:976b000cf6fa75c33c3b3a3c2e5c67a8c1958744b0521a1f807de9f8855dc961", + "zh:a4321ce4ff9422d90c3c85bb4835a84563eb761d0714d1db9c81ca810a48fd7c", + "zh:a7464751eaf0b9cc7afb03e098d7efcf8c559215f3de7f34a56458e75709c94d", + "zh:ae434febd2590e58040308d18bf772f796b2fad90670be263acdd447db8fb106", + "zh:c61a27d8c9daa483feb4e3fecd42fa9f2887c5588433bb15df6d62572a7bb6f4", + "zh:dd2e8bdc76f09f8a47485d129140cd6126ad722014f6704ad5d8c4f18014571d", + "zh:f15d32b1eaeb419533e586b0c2c1e2b2f732925b3a094e31e9669cd6e6e735f0", + ] +} + +provider "registry.terraform.io/public-cloud-wl/slugify" { + version = "0.1.1" + constraints = "0.1.1" + hashes = [ + "h1:iOJEMYX1bLfUnKjSxluQkKijr5NgWSqb2lU9Ag2Q12w=", + "zh:13f77dedcc74256053ac51512372510d722116bf58e119fac203fe599d667720", + "zh:2223be634f684f76e265efdaafdf95a948ba9e44f09f8a89540bdb564eff17f1", + "zh:73e8b763c796d57186756cf0bab75323e2d92c873f1df8eccd8a7e336a2e3e81", + "zh:890df766e9b839623b1f0437355032a3c006226a6c200cd911e15ee1a9014e9f", + "zh:9f83adcf17de03afb5c27111cb26c580dc5296dffd40fca4571e81ad0bad3bad", + "zh:a5414ade8cbae9aea10dee79e43da247ceecb7e4a54e76d39906ee60b7365a7d", + "zh:bd118ead731e129c92c0dfe3c9a2ebbd8fa25ba6508deaaaccb9ac3a7f70af2d", + "zh:c8ce48ad921956edcee0643cb6184442f3deb438e5605a53794dfd6e8f89a559", + "zh:d96da8a32ef2b807ed3bd943294c6e1d0bd5fc3a793deb762f74d0c54aeff335", + "zh:e30a218b474afe082e005faf51c323ed8747d46845bfacab4cd3adc0c51704ec", + "zh:e3cd265c38da6e65974ac1b9b6be608ba0534178f16f059ad13672de6846e32e", + "zh:f2ded7f8c771a603ad3e2df84986b5f175c38049b7a9ab4a3cd384abafb33dff", + "zh:f2ece1996cf686583afd19384041204a32e08389dc6f4f105501584e653e797d", + "zh:fa2418b74cea55d29dad24f5095aaf30d6253d63ebac3c0c47949b3de8087c88", + "zh:fdc8d3fbca6a19db203802e7a7337075e39b9ffb7a3887a7583e379be61bde17", + ] +} + +provider "registry.terraform.io/zitadel/zitadel" { + version = "2.0.2" + constraints = "2.0.2" + hashes = [ + "h1:iymeaNBrZ4smcr7eHrxO4gbXQ6bx/enKyj3RQ6xZRYA=", + "zh:01e16af0dda9372696b5e1d43ec709aed79829b49ee69a4f9606a248752f672d", + "zh:048c4e726fb846cfe9ab0a0a1f86d3f8922442154b086e2bd8e389b32f69f2f0", + "zh:3a3f6bea621c9d480f1f288cffebace8620979b9260cfeae8f9af5d9a25ed490", + "zh:4d349e584786589bc2037cee691ff1678296f5351e6491aa34dcb08ecbe1dcb7", + "zh:80741c78179788be8d7e33e471e1311197cd4e1067803d438463d0a8ac871a60", + "zh:89178d30f5ec49551e6a6ebc5eb589ab6631012dcec0d03ea7130b1029890e51", + "zh:94cd3b1fe3d1d39bcb3b70208b044bde4c5ce5152e12b29f0fa0ff1085e12863", + "zh:97299c172ada852705f8ca9fa91eeee12c6259263baae3ca53cf41e3130b1731", + "zh:a33d53acc640dc93b81352ba633cf392bc8c7614a72d320d59d3dcdb22d73fc4", + "zh:a95c15960baf8157f79a6490361455767d48e4dd3ce2ef1d0051743f6152733b", + "zh:ae66ad95c7039e6ef844c39389c9077ce7dbb501b6af02afb26a223fd289dbcb", + "zh:b8a9cb3b53653c06d52607368c406112ee1abc6d66dc4aedaedddbb46a66ea8f", + "zh:d48693ecdc985bb4167af0c3164240c13c4ea48167d28f706e7893cbdb20540a", + "zh:f6db1ec30bfbcf4423ab2d29979b775423ba37008fd48a766b5a1cf87a131859", + "zh:fed4e95dc9aaf361c8ff57f819d31fa25152b9e6cb90b7202d8be9ab1446b081", ] } diff --git a/infra/clusters/app-365zon/.terraform/terraform.tfstate b/infra/clusters/app-365zon/.terraform/terraform.tfstate index 2ed0cb9..752167c 100644 --- a/infra/clusters/app-365zon/.terraform/terraform.tfstate +++ b/infra/clusters/app-365zon/.terraform/terraform.tfstate @@ -1,6 +1,6 @@ { "version": 3, - "terraform_version": "1.10.0", + "terraform_version": "1.12.1", "backend": { "type": "s3", "config": { diff --git a/infra/clusters/app-365zon/app-365zon.yaml b/infra/clusters/app-365zon/app-365zon.yaml new file mode 100644 index 0000000..5a10355 --- /dev/null +++ b/infra/clusters/app-365zon/app-365zon.yaml @@ -0,0 +1,20 @@ +apiVersion: v1 +kind: Config +clusters: +- name: "app-365zon" + cluster: + server: "https://rancher.bridge.fourlights.dev/k8s/clusters/c-m-fh8pgmtb" + +users: +- name: "app-365zon" + user: + token: "kubeconfig-user-9slw5nc6r2:7xq7zjsdfsvnjx9wnhh78r8nwmgqjfk4272mjsc4vwzhh5tcqv5swb" + + +contexts: +- name: "app-365zon" + context: + user: "app-365zon" + cluster: "app-365zon" + +current-context: "app-365zon" diff --git a/infra/clusters/app-365zon/kubeconfig b/infra/clusters/app-365zon/kubeconfig new file mode 100644 index 0000000..c33d2ba --- /dev/null +++ b/infra/clusters/app-365zon/kubeconfig @@ -0,0 +1,20 @@ +apiVersion: v1 +kind: Config +clusters: +- name: "app-365zon" + cluster: + server: "https://rancher.bridge.fourlights.dev/k8s/clusters/c-m-fh8pgmtb" + +users: +- name: "app-365zon" + user: + token: "kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" + + +contexts: +- name: "app-365zon" + context: + user: "app-365zon" + cluster: "app-365zon" + +current-context: "app-365zon" diff --git a/infra/clusters/app-365zon/main.tf b/infra/clusters/app-365zon/main.tf index 7d7f496..82334db 100644 --- a/infra/clusters/app-365zon/main.tf +++ b/infra/clusters/app-365zon/main.tf @@ -8,30 +8,32 @@ locals { module "cluster-init" { source = "../../modules/cluster/init-rke2" - k8s_config_yaml = data.minio_s3_object.k8s_yaml.content + k8s_config_yaml = local.k8s_config_yaml } module "minio" { source = "../../modules/minio" wait_on = module.cluster-init.installed - k8s_config_yaml = data.minio_s3_object.k8s_yaml.content + k8s_config_yaml = local.k8s_config_yaml server_dns = local.cluster_dns service_name = "storage" namespace = "minio" + mode = "distributed" + replicas = local.node_count admin_server_dns = local.cluster_dns # Restricted admin access, access via bridge tls = false # TLS termination happens on the bridge ingress admin = true ingressClass = "nginx" - storageSize = "40Gi" + storageSize = "20Gi" } module "mongodb" { source = "../../modules/mongodb" wait_on = module.cluster-init.installed - k8s_config_yaml = data.minio_s3_object.k8s_yaml.content + k8s_config_yaml = local.k8s_config_yaml namespace = "mongodb" replicas = local.node_count @@ -50,7 +52,7 @@ module "mongodb" { module "rabbitmq" { source = "../../modules/rabbitmq" wait_on = module.cluster-init.installed - k8s_config_yaml = data.minio_s3_object.k8s_yaml.content + k8s_config_yaml = local.k8s_config_yaml server_dns = "local" # Restricted admin access, access via bridge @@ -62,28 +64,155 @@ module "rabbitmq" { ingressClass = "nginx" } -# THESE SHOULD BE IN BRIDGE -# generate ed25519 for argocd: `ssh-keygen -t ed25519 -C "argocd.bridge.fourlights.dev" -f argocd.bridge.fourlights.dev -# add ed25519.pub to github repo deploy keys -# add argocd repo secret -# add argocd updated github.com known hosts -# add argocd application -# setup secrets +module "postgresql" { + source = "../../modules/postgresql" -resource "vault_kv_secret_v2" "cluster" { - mount = var.cluster - name = "minio" - delete_all_versions = true - - data_json = jsonencode({ - access_key = minio_iam_service_account.cluster.access_key - secret_key = minio_iam_service_account.cluster.secret_key - }) - - depends_on = [ - var.wait_on, - minio_iam_service_account.cluster - ] + namespace = "postgresql" + k8s_config_yaml = local.k8s_config_yaml + username = "bridge" +} + +module "zitadel-db" { + source = "../../modules/postgresql/tenant" + wait_on = module.postgresql.installed + + name = "zitadel" + root_password = module.postgresql.root_password + k8s_config_yaml = local.k8s_config_yaml +} + +module "zitadel" { + source = "../../modules/zitadel" + wait_on = module.zitadel-db.installed + k8s_config_yaml = local.k8s_config_yaml + + server_dns = local.cluster_dns + + service_name = "zitadel" + namespace = "zitadel" + + database_password = module.zitadel-db.password + database_root_password = module.postgresql.root_password + + display_on_homepage = true + ingressClass = "nginx" +} + +module "zitadel-bootstrap" { + source = "../../tenants/fourlights/zitadel" + + domain = module.zitadel.server + jwt_profile_file = module.zitadel.jwt_profile_file + k8s_config_yaml = local.k8s_config_yaml +} + +module "redis" { + source = "../../modules/redis" + + namespace = "redis" + k8s_config_yaml = local.k8s_config_yaml +} + +module "tenant-365zon" { + source = "../../tenants/365zon" + + wait_on = module.minio.installed + + k8s_config_yaml = local.k8s_config_yaml + org_id = module.zitadel-bootstrap.org_id + user_id = module.zitadel-bootstrap.user_id + domain = module.zitadel.server + jwt_profile_file = module.zitadel.jwt_profile_file + + minio_access_key = module.minio.minio_access_key + minio_secret_key = module.minio.minio_secret_key + minio_server = module.minio.minio_server + minio_api_uri = module.minio.minio_api_uri + + mongodb_connection_string = module.mongodb.connection_string + rabbitmq_connection_string = module.rabbitmq.connection_string +} + +module "zitadel-argocd" { + source = "../../tenants/argocd/zitadel" + + org_id = module.zitadel-bootstrap.org_id + user_id = module.zitadel-bootstrap.user_id + domain = module.zitadel.server + jwt_profile_file = module.zitadel.jwt_profile_file + + argocd_service_domain = "argocd.${ local.cluster_dns}" +} + +module "argocd" { + source = "../../modules/argocd" + wait_on = module.zitadel-argocd.installed + + namespace = "argocd" + k8s_config_yaml = local.k8s_config_yaml + + redis_db_start_index = 0 + redis_password = module.redis.password + server_dns = local.cluster_dns + + oauth_uri = module.zitadel.server + oauth_client_id = module.zitadel-argocd.client_id + oauth_client_secret = module.zitadel-argocd.client_secret + oauth_redirect_uri = "https://${module.zitadel.server}/${module.zitadel-argocd.logoutSuffix}" + oauth_issuer = "https://${module.zitadel.server}" + + ingressClass = "nginx" +} + +module "monitoring" { + source = "../../modules/monitoring" + wait_on = module.argocd.installed + + namespace = "monitoring" + k8s_config_yaml = local.k8s_config_yaml + + server_dns = local.cluster_dns + ingressClass = "nginx" +} + +output "argocd-root-password" { + value = module.argocd.admin_password + sensitive = true +} + +output "mongodb-connection-string" { + value = module.mongodb.connection_string + sensitive = true +} + +output "rabbitmq-connection-string" { + value = module.rabbitmq.connection_string + sensitive = true +} + +output "minio-access-key" { + value = module.tenant-365zon.minio_access_key + sensitive = true +} + +output "minio-secret-key" { + value = module.tenant-365zon.minio_secret_key + sensitive = true +} + +output "monitoring" { + value = module.monitoring.access_instructions + sensitive = true +} + +output "minio-root-access-key" { + value = module.minio.minio_access_key + sensitive = true +} + +output "minio-root-secret-key" { + value = module.minio.minio_secret_key + sensitive = true } diff --git a/infra/clusters/app-365zon/provider.tf b/infra/clusters/app-365zon/provider.tf index 486b802..43d3be9 100644 --- a/infra/clusters/app-365zon/provider.tf +++ b/infra/clusters/app-365zon/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { minio = { source = "aminueza/minio" - version = "~> 2.5.0" + version = "~> 3.3.0" } } } @@ -21,7 +21,8 @@ data "minio_s3_object" "k8s_yaml" { } locals { - k8s_config = yamldecode(data.minio_s3_object.k8s_yaml.content) + k8s_config_yaml = file("./kubeconfig") + k8s_config = yamldecode(local.k8s_config_yaml) k8s_host = local.k8s_config.clusters[0].cluster.server k8s_auth = try( { diff --git a/infra/clusters/app-365zon/terraform-debug.log b/infra/clusters/app-365zon/terraform-debug.log new file mode 100644 index 0000000..1f47d2b --- /dev/null +++ b/infra/clusters/app-365zon/terraform-debug.log @@ -0,0 +1,23036 @@ +2025-07-11T08:52:33.437+0200 [INFO] Terraform version: 1.12.1 +2025-07-11T08:52:33.437+0200 [DEBUG] using github.com/hashicorp/go-tfe v1.74.1 +2025-07-11T08:52:33.437+0200 [DEBUG] using github.com/hashicorp/hcl/v2 v2.23.1-0.20250203194505-ba0759438da2 +2025-07-11T08:52:33.437+0200 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1 +2025-07-11T08:52:33.437+0200 [DEBUG] using github.com/zclconf/go-cty v1.16.2 +2025-07-11T08:52:33.437+0200 [INFO] Go runtime version: go1.24.3 +2025-07-11T08:52:33.437+0200 [INFO] CLI args: []string{"terraform", "apply"} +2025-07-11T08:52:33.437+0200 [DEBUG] Attempting to open CLI config file: /home/lamelos/.terraformrc +2025-07-11T08:52:33.437+0200 [INFO] Loading CLI configuration from /home/lamelos/.terraformrc +2025-07-11T08:52:33.437+0200 [DEBUG] checking for credentials in "/home/lamelos/.terraform.d/plugins" +2025-07-11T08:52:33.437+0200 [DEBUG] Explicit provider installation configuration is set +2025-07-11T08:52:33.437+0200 [INFO] CLI command args: []string{"apply"} +2025-07-11T08:52:33.439+0200 [DEBUG] backend-s3.aws-base: Resolving credentials provider: tf_backend.operation=Configure tf_backend.req_id=99194c86-5888-9bf0-4f3c-02ae2b57f3fc tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T08:52:33.439+0200 [DEBUG] backend-s3.aws-base: Using authentication parameters: tf_backend.operation=Configure tf_backend.req_id=99194c86-5888-9bf0-4f3c-02ae2b57f3fc tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate tf_aws.auth_fields=["access key", "secret key"] tf_aws.auth_fields.source=provider +2025-07-11T08:52:33.439+0200 [INFO] backend-s3.aws-base: Retrieved credentials: tf_backend.operation=Configure tf_backend.req_id=99194c86-5888-9bf0-4f3c-02ae2b57f3fc tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate tf_aws.credentials_source=StaticCredentials +2025-07-11T08:52:33.439+0200 [DEBUG] backend-s3.aws-base: Loading configuration: tf_backend.operation=Configure tf_backend.req_id=99194c86-5888-9bf0-4f3c-02ae2b57f3fc tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T08:52:33.441+0200 [DEBUG] Provider registry.terraform.io/hashicorp/helm is overridden by dev_overrides +2025-07-11T08:52:33.634+0200 [DEBUG] Provider registry.terraform.io/hashicorp/helm is overridden to load from /home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64 +2025-07-11T08:52:33.634+0200 [DEBUG] checking for provisioner in "." +2025-07-11T08:52:33.641+0200 [DEBUG] checking for provisioner in "/usr/bin" +2025-07-11T08:52:33.641+0200 [DEBUG] checking for provisioner in "/home/lamelos/.terraform.d/plugins" +2025-07-11T08:52:33.643+0200 [DEBUG] Provider registry.terraform.io/hashicorp/helm is overridden by dev_overrides +2025-07-11T08:52:33.643+0200 [INFO] backend/local: starting Apply operation +2025-07-11T08:52:33.644+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon rpc.method=ListObjectsV2 rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Workspaces tf_backend.req_id=c77b5f13-2b83-5c86-5f5a-b3880f0d7096 tf_backend.s3.bucket=app-365zon tf_backend.workspace-prefix=env:/ http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.x_amz_date=20250711T065233Z http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.method=GET http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 m/C" http.request.header.accept_encoding=identity http.request.header.amz_sdk_invocation_id=3c0c7bf9-786f-4bae-a175-727470ad48c5 http.request.body="" http.url="https://storage.bridge.fourlights.dev/app-365zon?list-type=2&max-keys=1000&prefix=env%3A%2F" net.peer.name=storage.bridge.fourlights.dev +2025-07-11T08:52:34.733+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon rpc.method=ListObjectsV2 rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Workspaces tf_backend.req_id=c77b5f13-2b83-5c86-5f5a-b3880f0d7096 tf_backend.s3.bucket=app-365zon tf_backend.workspace-prefix=env:/ http.status_code=200 http.response.header.content_type=application/xml http.response.header.date="Fri, 11 Jul 2025 06:52:34 GMT" http.response.header.x_ratelimit_remaining=57 + http.response.body= + | + | app-365zonenv:/01000false + http.response_content_length=246 http.response.header.x_xss_protection="1; mode=block" http.response.header.server=MinIO http.response.header.x_content_type_options=nosniff http.response.header.x_ratelimit_limit=57 http.response.header.accept_ranges=bytes http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.x_amz_request_id=18511FDAB02CA2AA http.duration=1088 http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 +2025-07-11T08:52:34.734+0200 [INFO] backend-s3: Downloading remote state: tf_backend.operation=Get tf_backend.req_id=2d4c4f1a-3347-3e00-9ba6-4b5a7dc5e5cb tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T08:52:34.734+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=HeadObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=2d4c4f1a-3347-3e00-9ba6-4b5a7dc5e5cb tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate net.peer.name=storage.bridge.fourlights.dev http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.amz_sdk_invocation_id=703afe47-39cc-497e-9141-fea61a61c574 http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.request.header.x_amz_date=20250711T065234Z http.request.body="" http.method=HEAD http.request.header.accept_encoding=identity http.request.header.amz_sdk_request="attempt=1; max=5" +2025-07-11T08:52:34.878+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=HeadObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=2d4c4f1a-3347-3e00-9ba6-4b5a7dc5e5cb tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.response.header.date="Fri, 11 Jul 2025 06:52:34 GMT" http.response.header.x_ratelimit_remaining=57 http.response.header.x_ratelimit_limit=57 http.response.header.content_type=application/json http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.header.x_content_type_options=nosniff http.duration=144 http.response.header.server=MinIO http.response.header.vary=["Origin", "Accept-Encoding"] http.response.body="" http.response_content_length=123360 http.response.header.etag="\"c3efa69e51739d9428a69063bfc06941\"" http.response.header.x_amz_request_id=18511FDAD48E0FDA http.response.header.accept_ranges=bytes http.status_code=200 http.response.header.last_modified="Fri, 11 Jul 2025 06:47:50 GMT" http.response.header.x_xss_protection="1; mode=block" +2025-07-11T08:52:34.879+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=2d4c4f1a-3347-3e00-9ba6-4b5a7dc5e5cb tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.request.header.x_amz_date=20250711T065234Z http.request.header.x_amz_checksum_mode=ENABLED http.request.header.amz_sdk_invocation_id=b0b56ff9-f164-408a-ad3b-f5ea525a9c81 http.request.body="" http.method=GET http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate?x-id=GetObject http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 ft/s3-transfer m/G,b" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;range;x-amz-checksum-mode;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.range=bytes=0-5242879 http.request.header.accept_encoding=identity net.peer.name=storage.bridge.fourlights.dev +2025-07-11T08:52:35.039+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=2d4c4f1a-3347-3e00-9ba6-4b5a7dc5e5cb tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.duration=159 http.response_content_length=123360 http.response.header.x_ratelimit_remaining=57 http.response.header.x_amz_request_id=18511FDADDC52FD4 http.response.header.content_range="bytes 0-123359/123360" http.response.body="[Redacted: 120.5 KB (123,360 bytes), Type: application/json]" http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.x_content_type_options=nosniff http.response.header.x_xss_protection="1; mode=block" http.response.header.x_ratelimit_limit=57 http.response.header.last_modified="Fri, 11 Jul 2025 06:47:50 GMT" http.response.header.accept_ranges=bytes http.response.header.etag="\"c3efa69e51739d9428a69063bfc06941\"" http.response.header.server=MinIO http.response.header.content_type=application/json http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.status_code=206 http.response.header.date="Fri, 11 Jul 2025 06:52:35 GMT" +2025-07-11T08:52:35.039+0200 [WARN] backend-s3: Response has no supported checksum. Not validating response payload.: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=2d4c4f1a-3347-3e00-9ba6-4b5a7dc5e5cb tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T08:52:35.818+0200 [DEBUG] Config.VerifyDependencySelections: skipping registry.terraform.io/hashicorp/helm because it's overridden by a special configuration setting +2025-07-11T08:52:35.819+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:35.819+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:35.831+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:52:35.831+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=968337 +2025-07-11T08:52:35.831+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:52:35.837+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:52:35.837+0200" +2025-07-11T08:52:35.864+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:35.864+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: network=unix address=/tmp/plugin951402443 timestamp="2025-07-11T08:52:35.864+0200" +2025-07-11T08:52:35.879+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:35.880+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=968337 +2025-07-11T08:52:35.880+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:35.880+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:35.880+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:35.885+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 args=[".terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2"] +2025-07-11T08:52:35.885+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 pid=968353 +2025-07-11T08:52:35.885+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 +2025-07-11T08:52:35.909+0200 [INFO] provider.terraform-provider-argocd_v7.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:35.909+0200" +2025-07-11T08:52:35.920+0200 [DEBUG] provider.terraform-provider-argocd_v7.0.2: plugin address: address=/tmp/plugin2897577140 network=unix timestamp="2025-07-11T08:52:35.920+0200" +2025-07-11T08:52:35.920+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:35.947+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:35.949+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 id=968353 +2025-07-11T08:52:35.949+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:35.949+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:35.949+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:35.954+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5"] +2025-07-11T08:52:35.954+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 pid=968373 +2025-07-11T08:52:35.954+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 +2025-07-11T08:52:35.957+0200 [INFO] provider.terraform-provider-external_v2.3.5_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:35.956+0200" +2025-07-11T08:52:35.968+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:35.968+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: plugin address: address=/tmp/plugin928797338 network=unix timestamp="2025-07-11T08:52:35.968+0200" +2025-07-11T08:52:35.977+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:52:35.977+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:35.978+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 id=968373 +2025-07-11T08:52:35.978+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:35.978+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:35.978+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:35.982+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:52:35.982+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=968384 +2025-07-11T08:52:35.982+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:52:35.997+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:35.997+0200" +2025-07-11T08:52:36.009+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:36.009+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin3141403257 network=unix timestamp="2025-07-11T08:52:36.009+0200" +2025-07-11T08:52:36.019+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:52:36.020+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:36.022+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=968384 +2025-07-11T08:52:36.022+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:36.022+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.022+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.026+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:52:36.027+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=968403 +2025-07-11T08:52:36.027+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:52:36.045+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.045+0200" +2025-07-11T08:52:36.053+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:36.053+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: network=unix address=/tmp/plugin3579226116 timestamp="2025-07-11T08:52:36.053+0200" +2025-07-11T08:52:36.103+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:36.105+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=968403 +2025-07-11T08:52:36.105+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:36.105+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.105+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.109+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5"] +2025-07-11T08:52:36.110+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 pid=968421 +2025-07-11T08:52:36.110+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 +2025-07-11T08:52:36.112+0200 [INFO] provider.terraform-provider-local_v2.5.3_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.112+0200" +2025-07-11T08:52:36.124+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:36.124+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: plugin address: address=/tmp/plugin1493218598 network=unix timestamp="2025-07-11T08:52:36.124+0200" +2025-07-11T08:52:36.133+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:52:36.134+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:36.134+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 id=968421 +2025-07-11T08:52:36.134+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:36.134+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.134+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.139+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5"] +2025-07-11T08:52:36.139+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 pid=968430 +2025-07-11T08:52:36.139+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 +2025-07-11T08:52:36.142+0200 [INFO] provider.terraform-provider-null_v3.2.4_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.142+0200" +2025-07-11T08:52:36.153+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:36.153+0200 [DEBUG] provider.terraform-provider-null_v3.2.4_x5: plugin address: address=/tmp/plugin1129871554 network=unix timestamp="2025-07-11T08:52:36.153+0200" +2025-07-11T08:52:36.162+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:52:36.162+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:36.163+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 id=968430 +2025-07-11T08:52:36.163+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:36.163+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.163+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.167+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5"] +2025-07-11T08:52:36.167+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 pid=968439 +2025-07-11T08:52:36.167+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 +2025-07-11T08:52:36.170+0200 [INFO] provider.terraform-provider-random_v3.7.2_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.170+0200" +2025-07-11T08:52:36.181+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:36.181+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: plugin address: network=unix address=/tmp/plugin3700259241 timestamp="2025-07-11T08:52:36.181+0200" +2025-07-11T08:52:36.191+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:52:36.191+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:36.192+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 id=968439 +2025-07-11T08:52:36.192+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:36.192+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.192+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.196+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/vault/5.1.0/linux_amd64/terraform-provider-vault_v5.1.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/vault/5.1.0/linux_amd64/terraform-provider-vault_v5.1.0_x5"] +2025-07-11T08:52:36.196+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/vault/5.1.0/linux_amd64/terraform-provider-vault_v5.1.0_x5 pid=968448 +2025-07-11T08:52:36.196+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/vault/5.1.0/linux_amd64/terraform-provider-vault_v5.1.0_x5 +2025-07-11T08:52:36.205+0200 [INFO] provider.terraform-provider-vault_v5.1.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.205+0200" +2025-07-11T08:52:36.217+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:36.217+0200 [DEBUG] provider.terraform-provider-vault_v5.1.0_x5: plugin address: address=/tmp/plugin3249955139 network=unix timestamp="2025-07-11T08:52:36.217+0200" +2025-07-11T08:52:36.247+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:36.249+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/vault/5.1.0/linux_amd64/terraform-provider-vault_v5.1.0_x5 id=968448 +2025-07-11T08:52:36.249+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:36.249+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.249+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.253+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 args=[".terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1"] +2025-07-11T08:52:36.253+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 pid=968466 +2025-07-11T08:52:36.253+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 +2025-07-11T08:52:36.256+0200 [INFO] provider.terraform-provider-slugify_v0.1.1: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.256+0200" +2025-07-11T08:52:36.267+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:36.267+0200 [DEBUG] provider.terraform-provider-slugify_v0.1.1: plugin address: address=/tmp/plugin3180112236 network=unix timestamp="2025-07-11T08:52:36.267+0200" +2025-07-11T08:52:36.276+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:52:36.276+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:36.277+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 id=968466 +2025-07-11T08:52:36.277+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:36.277+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.277+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.281+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:52:36.282+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=968476 +2025-07-11T08:52:36.282+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:52:36.290+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.290+0200" +2025-07-11T08:52:36.302+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:36.302+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin1416900652 network=unix timestamp="2025-07-11T08:52:36.302+0200" +2025-07-11T08:52:36.316+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:36.317+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=968476 +2025-07-11T08:52:36.317+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:36.318+0200 [DEBUG] Building and walking validate graph +2025-07-11T08:52:36.326+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/zitadel/zitadel"], implied first by module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:52:36.326+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/random"], implied first by module.monitoring.random_password.grafana_admin_password +2025-07-11T08:52:36.326+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/external"], implied first by module.argocd.data.external.processed_values +2025-07-11T08:52:36.326+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/local"], implied first by module.zitadel.local_file.zitadel_jwt_profile_file +2025-07-11T08:52:36.326+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/null"], implied first by module.tenant-365zon.module.minio.null_resource.health_check +2025-07-11T08:52:36.327+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.327+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.storage" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.327+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.327+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_root_password" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:36.327+0200 [DEBUG] ProviderTransformer: "module.zitadel.helm_release.zitadel" (*terraform.NodeValidatableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:36.327+0200 [DEBUG] ProviderTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/local"] +2025-07-11T08:52:36.327+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.327+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_secret.argocd-tls" (*terraform.NodeValidatableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.327+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.327+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_secret.zitadel" (*terraform.NodeValidatableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.327+0200 [DEBUG] ProviderTransformer: "module.monitoring.random_password.grafana_admin_password" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:36.327+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.327+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.327+0200 [DEBUG] ProviderTransformer: "module.argocd.data.kubernetes_secret.bridge-tls" (*terraform.NodeValidatableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.327+0200 [DEBUG] ProviderTransformer: "module.argocd.random_password.admin_password" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:36.327+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default" (*terraform.NodeValidatableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.327+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.327+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.327+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.327+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default" (*terraform.NodeValidatableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_access_key" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_root_password" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.random_password.password" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.argocd.helm_release.argocd" (*terraform.NodeValidatableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_secret.redis" (*terraform.NodeValidatableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_user_password" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay" (*terraform.NodeValidatableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "data.minio_s3_object.k8s_yaml" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin" (*terraform.NodeValidatableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.random_password.tenant" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_secret.postgresql_auth" (*terraform.NodeValidatableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_namespace.postgresql" (*terraform.NodeValidatableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay" (*terraform.NodeValidatableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.redis.random_password.redis" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_namespace.mongodb" (*terraform.NodeValidatableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.argocd.data.external.processed_values" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/external"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay" (*terraform.NodeValidatableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_secret.mongodb_auth" (*terraform.NodeValidatableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config" (*terraform.NodeValidatableResource) needs module.cluster-init.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_namespace.zitadel" (*terraform.NodeValidatableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_secret_key" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default" (*terraform.NodeValidatableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay" (*terraform.NodeValidatableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.mongodb.helm_release.mongodb" (*terraform.NodeValidatableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_namespace.tenant" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay" (*terraform.NodeValidatableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.redis.helm_release.redis" (*terraform.NodeValidatableResource) needs module.redis.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_replica_set_key" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_namespace.monitoring" (*terraform.NodeValidatableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.zitadel.random_password.zitadel_masterkey" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth" (*terraform.NodeValidatableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_namespace.argocd" (*terraform.NodeValidatableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.minio.helm_release.minio" (*terraform.NodeValidatableResource) needs module.minio.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default" (*terraform.NodeValidatableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.kubernetes_job.create-tenant" (*terraform.NodeValidatableResource) needs module.zitadel-db.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.null_resource.health_check" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/null"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.helm_release.rabbitmq" (*terraform.NodeValidatableResource) needs module.rabbitmq.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay" (*terraform.NodeValidatableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.328+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.329+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.329+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.329+0200 [DEBUG] ProviderTransformer: "module.monitoring.helm_release.kube_prometheus_stack" (*terraform.NodeValidatableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:36.329+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.329+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_namespace.redis" (*terraform.NodeValidatableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.329+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.329+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.329+0200 [DEBUG] ProviderTransformer: "module.postgresql.helm_release.postgresql" (*terraform.NodeValidatableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:36.329+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_action.groups-claim" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.329+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default" (*terraform.NodeValidatableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.329+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.329+0200 [DEBUG] ProviderTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn" (*terraform.NodeValidatableResource) needs module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:36.330+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.330+0200 [DEBUG] pruning unused module.cluster-init.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:36.330+0200 [DEBUG] pruning unused module.zitadel-db.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:36.330+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:36.330+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/vault"] +2025-07-11T08:52:36.330+0200 [DEBUG] pruning unused module.postgresql.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:52:36.330+0200 [DEBUG] pruning unused provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:36.330+0200 [DEBUG] pruning unused module.mongodb.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:52:36.330+0200 [DEBUG] pruning unused module.argocd.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:52:36.330+0200 [DEBUG] pruning unused module.minio.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.330+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.330+0200 [DEBUG] pruning unused module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.330+0200 [DEBUG] pruning unused module.tenant-365zon.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:36.330+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:36.330+0200 [DEBUG] pruning unused module.rabbitmq.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.wait_on (expand)" references: [] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.minio.var.mode (expand)" references: [] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.username (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.installed (expand)" references: [module.argocd.helm_release.argocd] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.redis_db_next_start_index (expand)" references: [module.argocd.var.redis_db_start_index (expand)] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (close)" references: [] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.argocd.random_password.admin_password" references: [] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (expand)" references: [] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file" references: [module.zitadel.data.kubernetes_secret.zitadel_admin] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.redis.var.namespace (expand)" references: [] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.display_on_homepage (expand)" references: [] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.name (expand)" references: [module.zitadel-argocd.var.name (expand)] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.wait_on (expand)" references: [module.zitadel-argocd.output.installed (expand)] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "data.minio_s3_object.k8s_yaml" references: [var.bucket] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand)] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.output.installed (expand)" references: [module.cluster-init.module.longhorn.helm_release.longhorn] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (expand)" references: [] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (close)" references: [] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand)] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)" references: [module.tenant-365zon.kubernetes_namespace.tenant] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.wait_on (expand)" references: [module.argocd.output.installed (expand)] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_config (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_host (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_server (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default" references: [module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.email (expand) module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand)] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_secret.mongodb_auth" references: [module.mongodb.var.wait_on (expand) module.mongodb.random_password.mongodb_root_password module.mongodb.random_password.mongodb_replica_set_key module.mongodb.kubernetes_namespace.mongodb] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.databases (expand)" references: [] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:52:36.341+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.grafana_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)" references: [module.tenant-365zon.var.user_id (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (close)" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.minio (expand)" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_secret.redis" references: [module.redis.random_password.redis module.redis.kubernetes_namespace.redis] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.access_key (expand)" references: [module.tenant-365zon.var.minio_access_key (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.admin (expand)" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand)" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "output.rabbitmq-connection-string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin_server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.minio.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.minio.local.k8s_host (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (close)" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.server (expand)" references: [module.tenant-365zon.var.minio_server (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.root_password (expand)" references: [module.postgresql.random_password.postgresql_root_password] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.redis (expand)" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.redis.output.installed (expand)" references: [module.redis.helm_release.redis] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "output.monitoring (expand)" references: [module.monitoring.output.access_instructions (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_password (expand)" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.installed (expand)" references: [module.rabbitmq.helm_release.rabbitmq] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_access_key" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay module.tenant-365zon.module.minio.minio_iam_policy.overlay module.tenant-365zon.module.minio.minio_iam_policy.overlay module.tenant-365zon.module.minio.minio_iam_user.overlay] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.null_resource.health_check" references: [module.tenant-365zon.module.minio.var.wait_on (expand) module.tenant-365zon.module.minio.var.server (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_read_url (expand)" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (close)" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin" references: [module.zitadel.helm_release.zitadel module.zitadel.var.namespace (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_secret.argocd-tls" references: [module.argocd.data.kubernetes_secret.bridge-tls module.argocd.data.kubernetes_secret.bridge-tls module.argocd.kubernetes_namespace.argocd] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_replica_set_key" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.namespace (expand)" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.redis.output.password (expand)" references: [module.redis.random_password.redis] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.postgresql.helm_release.postgresql" references: [module.postgresql.var.wait_on (expand) module.postgresql.kubernetes_secret.postgresql_auth module.postgresql.var.enabled (expand) module.postgresql.kubernetes_namespace.postgresql module.postgresql.var.username (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.enabled (expand)" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (close)" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.zitadel (close)" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.monitoring (close)" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand)" references: [] +2025-07-11T08:52:36.342+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_config (expand)" references: [module.tenant-365zon.var.k8s_config_yaml (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.uri (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.minio.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "local.k8s_host (expand)" references: [local.k8s_config (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_secret_key (expand)" references: [module.minio.random_password.minio_secret_key] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.usernames (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (close)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.minio.var.storageSize (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (close)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_config (expand)" references: [module.rabbitmq.var.k8s_config_yaml (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_config (expand)" references: [module.zitadel-bootstrap.var.k8s_config_yaml (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.bucket (expand)" references: [module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.access_instructions (expand)" references: [module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.random_password.grafana_admin_password] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.helm_release.rabbitmq" references: [module.rabbitmq.random_password.password module.rabbitmq.var.wait_on (expand) module.rabbitmq.var.namespace (expand) module.rabbitmq.local.service_uri (expand) module.rabbitmq.var.admin (expand) module.rabbitmq.var.tls (expand) module.rabbitmq.var.ingressClass (expand) module.rabbitmq.random_password.password module.rabbitmq.var.replicas (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (close)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "var.region" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.service_uri (expand)" references: [module.zitadel.var.service_name (expand) module.zitadel.var.server_dns (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_host (expand)" references: [module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.argocd_service_domain (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand)" references: [module.zitadel-bootstrap.var.domain (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.rabbitmq.local.k8s_host (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_host (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (close)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_url (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.minio.var.service_name (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_host (expand)" references: [module.redis.local.k8s_config (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.secret_key (expand)" references: [module.tenant-365zon.var.minio_secret_key (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.email (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_iam_user.overlay] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "var.vault_token" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.redis.var.wait_on (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_auth (expand)" references: [module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "local.cluster_shortname (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_access_key (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand)] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (expand)" references: [] +2025-07-11T08:52:36.343+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_namespace.argocd" references: [module.argocd.var.namespace (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.minio.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_action.groups-claim" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.wait_on (expand)" references: [module.zitadel-db.output.installed (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "local.bridge_dns (expand)" references: [local.tld (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_config (expand)" references: [module.redis.var.k8s_config_yaml (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default" references: [module.zitadel-argocd.module.zitadel_project.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project.var.name (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "var.access_key" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.ingressClass (expand)" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_username (expand)" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand)" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-bootstrap.var.jwt_profile_file (expand) module.zitadel-bootstrap.var.domain (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (close)" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_namespace.postgresql" references: [module.postgresql.var.enabled (expand) module.postgresql.var.namespace (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.service_name (expand)" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.minio.var.replicas (expand)" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_config (expand)" references: [module.mongodb.var.k8s_config_yaml (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.secret_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default" references: [module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_username (expand)" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_host (expand)" references: [module.zitadel.local.k8s_config (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "local.node_count (expand)" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_secret.zitadel" references: [module.zitadel.var.enabled (expand) module.zitadel.random_password.zitadel_masterkey module.zitadel.kubernetes_namespace.zitadel] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand)" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "var.endpoints" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.namespace (expand)" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.idp_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (close)" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (expand)" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.monitoring.random_password.grafana_admin_password" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "var.vault_addr" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_namespace.zitadel" references: [module.zitadel.var.enabled (expand) module.zitadel.var.namespace (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_host (expand)" references: [module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_auth (expand)" references: [module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.job_name (expand)" references: [module.zitadel-db.var.enabled (expand) module.zitadel-db.kubernetes_job.create-tenant] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.jwt_profile_file (expand)" references: [module.zitadel.local_file.zitadel_jwt_profile_file] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (close)" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.storage" references: [module.tenant-365zon.module.minio.output.access_key (expand) module.tenant-365zon.module.minio.output.secret_key (expand) module.tenant-365zon.var.minio_api_uri (expand) module.tenant-365zon.module.minio.output.bucket (expand) module.tenant-365zon.kubernetes_namespace.tenant] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "var.bucket" references: [] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.owners (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.minio.output.installed (expand)" references: [module.minio.helm_release.minio] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:52:36.344+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_host (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand)] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_host (expand)] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/null\"]" references: [] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand)] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_auth (expand)" references: [module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_host (expand)] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.mongodb (close)" references: [] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.name (expand)" references: [] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_password (expand)" references: [module.zitadel-db.output.password (expand)] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_auth (expand)" references: [module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand)] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.tls (expand)" references: [] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (expand)" references: [] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_redirect_uri (expand)" references: [module.zitadel.output.server (expand) module.zitadel-argocd.output.logoutSuffix (expand)] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (expand)" references: [] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.service_name (expand)" references: [] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.user_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "output.minio-root-access-key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default" references: [module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)" references: [] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.wait_on (expand)" references: [] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/aminueza/minio\"]" references: [var.region var.access_key var.secret_key var.minio_server] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:52:36.345+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.kubernetes_job.create-tenant" references: [module.zitadel-db.var.wait_on (expand) module.zitadel-db.var.enabled (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.namespace (expand) module.zitadel-db.var.host (expand) module.zitadel-db.var.root_username (expand) module.zitadel-db.var.root_password (expand) module.zitadel-db.var.root_database (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.name (expand) module.zitadel-db.random_password.tenant] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_namespace.tenant" references: [module.tenant-365zon.var.wait_on (expand) module.tenant-365zon.local.name (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.minio.local.service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_host (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.enabled (expand)" references: [] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_host (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (expand)" references: [] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.namespace (expand)" references: [] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_auth (expand)" references: [module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (validation)" references: [] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (close)" references: [] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_secret_key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.namespace (expand)" references: [] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/external\"]" references: [] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.namespace (expand)" references: [] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand)" references: [] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)" references: [] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_uri (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.minio.output.secret_key (expand)" references: [module.minio.random_password.minio_secret_key] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)" references: [] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_secret_key" references: [] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand)" references: [] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand)" references: [] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.wait_on (expand)" references: [module.cluster-init.var.wait_on (expand)] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (expand)" references: [] +2025-07-11T08:52:36.346+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.service_name (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_secret (expand)" references: [module.zitadel-argocd.output.client_secret (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.password (expand)" references: [module.postgresql.random_password.postgresql_user_password] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.installed (expand)" references: [module.zitadel.helm_release.zitadel module.zitadel.local_file.zitadel_jwt_profile_file] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (close)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.username (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.argocd (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.replicas (expand)" references: [local.node_count (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.name (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "local.k8s_config_yaml (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token" references: [module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_auth (expand)" references: [module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default" references: [module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.ingressClass (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_host (expand)" references: [module.argocd.local.k8s_config (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.replicas (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "output.minio-secret-key (expand)" references: [module.tenant-365zon.output.minio_secret_key (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (close)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel.random_password.zitadel_masterkey" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.enabled (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.namespace (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.application_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.postgresql (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.host (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_auth (expand)" references: [module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.name (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.prometheus_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.output.installed (expand)" references: [module.cluster-init.module.longhorn.output.installed (expand) module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn" references: [module.cluster-init.module.longhorn.var.wait_on (expand) module.cluster-init.module.longhorn.var.namespace (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings" references: [module.tenant-365zon.var.mongodb_connection_string (expand) module.tenant-365zon.var.rabbitmq_connection_string (expand) module.tenant-365zon.kubernetes_namespace.tenant] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (close)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_password (expand)" references: [module.redis.output.password (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_config (expand)" references: [module.zitadel-db.var.k8s_config_yaml (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_secret_key (expand)" references: [module.tenant-365zon.module.minio.output.secret_key (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_username (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_host (expand)" references: [module.mongodb.local.k8s_config (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_host (expand)" references: [module.postgresql.local.k8s_config (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.local.argocd_uri (expand)" references: [module.zitadel-argocd.var.argocd_service_domain (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.redis.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.connection_string (expand)" references: [module.rabbitmq.random_password.password module.rabbitmq.var.namespace (expand)] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_db_start_index (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.password (expand)" references: [module.zitadel-db.random_password.tenant] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.zitadel (expand)" references: [] +2025-07-11T08:52:36.347+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_database (expand)" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (close)" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (close)" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default" references: [module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.var.owners (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.minio.var.tls (expand)" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.minio.var.displayOnHomepage (expand)" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.wait_on (expand)" references: [module.postgresql.output.installed (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.wait_on (expand)" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_host (expand)" references: [module.minio.local.k8s_config (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_auth (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_host (expand)" references: [module.monitoring.local.k8s_config (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.mongodb.helm_release.mongodb" references: [module.mongodb.var.wait_on (expand) module.mongodb.kubernetes_secret.mongodb_auth module.mongodb.kubernetes_namespace.mongodb module.mongodb.var.usernames (expand) module.mongodb.var.databases (expand) module.mongodb.var.replicas (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand)" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (expand)" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (close)" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.connection_string (expand)" references: [module.mongodb.random_password.mongodb_root_password module.mongodb.var.replicas (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.rabbitmq_connection_string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_server (expand)" references: [module.minio.output.minio_server (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.namespace (expand)" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.tld (expand)" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.provider[\"registry.terraform.io/aminueza/minio\"]" references: [module.tenant-365zon.module.minio.var.server (expand) module.tenant-365zon.module.minio.var.region (expand) module.tenant-365zon.module.minio.var.access_key (expand) module.tenant-365zon.module.minio.var.secret_key (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (expand)" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_root_password" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.minio.helm_release.minio" references: [module.minio.var.mode (expand) module.minio.var.replicas (expand) module.minio.var.replicas (expand) module.minio.var.storageSize (expand) module.minio.random_password.minio_access_key module.minio.random_password.minio_secret_key module.minio.local.service_uri (expand) module.minio.local.admin_service_uri (expand) module.minio.var.admin (expand) module.minio.var.mode (expand) module.minio.var.tls (expand) module.minio.var.ingressClass (expand) module.minio.var.displayOnHomepage (expand) module.minio.var.namespace (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_auth (expand)" references: [module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_user_password" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_root_password" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.ingressClass (expand)" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.server_dns (expand)" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.ingressClass (expand)" references: [] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:52:36.348+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.name (expand)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_host (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.redis.random_password.redis" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "var.secret_key" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "var.minio_server" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_id (expand)" references: [module.zitadel-argocd.output.client_id (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)" references: [module.tenant-365zon.local.name (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.database (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.scopes (expand)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.service_name (expand)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "local.k8s_auth (expand)" references: [local.k8s_config (expand) local.k8s_config (expand) local.k8s_config (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.installed (expand)" references: [module.mongodb.helm_release.mongodb] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (expand)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.namespace (expand)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.wait_on (expand)" references: [module.minio.output.installed (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "local.cluster_dns (expand)" references: [local.cluster_shortname (expand) local.tld (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_auth (expand)" references: [module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.random_password.password" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_auth (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (close)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (expand)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_namespace.mongodb" references: [module.mongodb.var.namespace (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay" references: [module.tenant-365zon.module.minio.null_resource.health_check module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.minio.local.admin_service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.admin_server_dns (expand) module.minio.var.admin_server_dns (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "output.minio-root-secret-key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack" references: [module.monitoring.var.wait_on (expand) module.monitoring.kubernetes_secret.prometheus_remote_write_auth module.monitoring.kubernetes_namespace.monitoring module.monitoring.var.remote_write_url (expand) module.monitoring.var.remote_read_url (expand) module.monitoring.random_password.grafana_admin_password] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_config (expand)" references: [module.argocd.var.k8s_config_yaml (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-argocd.var.domain (expand) module.zitadel-argocd.var.jwt_profile_file (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.mongodb (expand)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.server (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.logoutSuffix (expand)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (close)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (expand)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (close)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_namespace.redis" references: [module.redis.var.namespace (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)" references: [] +2025-07-11T08:52:36.349+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_bucket (expand)" references: [module.tenant-365zon.module.minio.output.bucket (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.cluster-init.module.longhorn.local.k8s_host (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.argocd (close)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (expand)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_auth (expand)" references: [module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_access_key (expand)" references: [module.minio.random_password.minio_access_key] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.access_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "local.tld (expand)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.random_password.tenant" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.external.processed_values" references: [module.argocd.local.service_uri (expand) module.argocd.var.server_dns (expand) module.argocd.local.grpc_service_uri (expand) module.argocd.var.redis_db_start_index (expand) module.argocd.var.redis_password (expand) module.argocd.var.oauth_uri (expand) module.argocd.var.oauth_issuer (expand) module.argocd.var.oauth_client_id (expand) module.argocd.var.oauth_client_secret (expand) module.argocd.var.oauth_redirect_uri (expand) module.argocd.var.tls (expand) module.argocd.var.ingressClass (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.admin_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default" references: [module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_access_key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.postgresql (close)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay" references: [module.tenant-365zon.module.minio.null_resource.health_check module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.service_uri (expand)" references: [module.monitoring.var.service_name (expand) module.monitoring.var.server_dns (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd" references: [module.argocd.var.wait_on (expand) module.argocd.kubernetes_secret.argocd-tls module.argocd.random_password.admin_password module.argocd.kubernetes_namespace.argocd module.argocd.data.external.processed_values] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.tls (expand)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.org_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.minio.output.access_key (expand)" references: [module.minio.random_password.minio_access_key] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (close)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.minio.var.ingressClass (expand)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)" references: [module.tenant-365zon.var.org_id (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_issuer (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (expand)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.mongodb_connection_string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.enabled (expand)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_username (expand)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_config (expand)" references: [module.postgresql.var.k8s_config_yaml (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "local.k8s_config (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_api_uri (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (close)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (expand)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.service_uri (expand)" references: [module.rabbitmq.var.service_name (expand) module.rabbitmq.var.server_dns (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.minio.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_host (expand)" references: [module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_config (expand)" references: [module.zitadel.var.k8s_config_yaml (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_secret.postgresql_auth" references: [module.postgresql.var.wait_on (expand) module.postgresql.var.enabled (expand) module.postgresql.random_password.postgresql_user_password module.postgresql.random_password.postgresql_root_password module.postgresql.kubernetes_namespace.postgresql] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.redis.helm_release.redis" references: [module.redis.var.wait_on (expand) module.redis.kubernetes_namespace.redis module.redis.var.architecture (expand) module.redis.var.architecture (validation)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_config (expand)" references: [module.monitoring.var.k8s_config_yaml (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (expand)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:52:36.350+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_config (expand)" references: [module.minio.var.k8s_config_yaml (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_auth (expand)" references: [module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.installed (expand)" references: [module.zitadel-db.kubernetes_job.create-tenant] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.monitoring (expand)" references: [] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.redis (close)" references: [] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth" references: [module.monitoring.var.remote_write_username (expand) module.monitoring.var.remote_write_password (expand) module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.grpc_service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)" references: [] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.region (expand)" references: [] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.admin_password (expand)" references: [module.argocd.random_password.admin_password] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.installed (expand)" references: [module.postgresql.helm_release.postgresql] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.minio (close)" references: [] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_api_uri (expand)" references: [module.minio.output.minio_api_uri (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.tenant-365zon.var.domain (expand) module.tenant-365zon.var.jwt_profile_file (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (expand)" references: [] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.zitadel.helm_release.zitadel" references: [module.zitadel.var.wait_on (expand) module.zitadel.kubernetes_secret.zitadel module.zitadel.var.enabled (expand) module.zitadel.local.service_uri (expand) module.zitadel.var.database (expand) module.zitadel.var.database_username (expand) module.zitadel.var.database_password (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.database_root_username (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.display_on_homepage (expand) module.zitadel.var.ingressClass (expand) module.zitadel.kubernetes_namespace.zitadel] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (expand)" references: [] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.minio.var.namespace (expand)" references: [] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_config (expand)" references: [module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_admin_uri (expand)" references: [module.minio.local.admin_service_uri (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.alertmanager_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "output.argocd-root-password (expand)" references: [module.argocd.output.admin_password (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "output.mongodb-connection-string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.kubernetes_secret.bridge-tls" references: [] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_host (expand)" references: [module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account] +2025-07-11T08:52:36.351+0200 [DEBUG] ReferenceTransformer: "output.minio-access-key (expand)" references: [module.tenant-365zon.output.minio_access_key (expand)] +2025-07-11T08:52:36.418+0200 [DEBUG] Starting graph walk: walkValidate +2025-07-11T08:52:36.421+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.421+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.428+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5"] +2025-07-11T08:52:36.428+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 pid=968491 +2025-07-11T08:52:36.428+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 +2025-07-11T08:52:36.431+0200 [INFO] provider.terraform-provider-null_v3.2.4_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.430+0200" +2025-07-11T08:52:36.442+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:36.442+0200 [DEBUG] provider.terraform-provider-null_v3.2.4_x5: plugin address: address=/tmp/plugin3991999073 network=unix timestamp="2025-07-11T08:52:36.442+0200" +2025-07-11T08:52:36.450+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.450+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.455+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5"] +2025-07-11T08:52:36.455+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 pid=968499 +2025-07-11T08:52:36.455+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 +2025-07-11T08:52:36.457+0200 [INFO] provider.terraform-provider-random_v3.7.2_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.457+0200" +2025-07-11T08:52:36.469+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:36.469+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: plugin address: address=/tmp/plugin2776959165 network=unix timestamp="2025-07-11T08:52:36.469+0200" +2025-07-11T08:52:36.477+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.477+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.482+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:52:36.483+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=968507 +2025-07-11T08:52:36.483+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:52:36.497+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.497+0200" +2025-07-11T08:52:36.510+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:36.510+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin2332084003 network=unix timestamp="2025-07-11T08:52:36.510+0200" +2025-07-11T08:52:36.518+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.518+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:36.518+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.523+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:52:36.523+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=968522 +2025-07-11T08:52:36.523+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:52:36.541+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.541+0200" +2025-07-11T08:52:36.550+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin3492923659 network=unix timestamp="2025-07-11T08:52:36.549+0200" +2025-07-11T08:52:36.550+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:36.557+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.557+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.562+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5"] +2025-07-11T08:52:36.562+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 pid=968540 +2025-07-11T08:52:36.562+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 +2025-07-11T08:52:36.565+0200 [INFO] provider.terraform-provider-local_v2.5.3_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.565+0200" +2025-07-11T08:52:36.576+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:36.576+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: plugin address: address=/tmp/plugin1721219331 network=unix timestamp="2025-07-11T08:52:36.576+0200" +2025-07-11T08:52:36.583+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.583+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.588+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:52:36.588+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=968549 +2025-07-11T08:52:36.588+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:52:36.595+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.594+0200" +2025-07-11T08:52:36.621+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:36.621+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin583100697 network=unix timestamp="2025-07-11T08:52:36.621+0200" +2025-07-11T08:52:36.634+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.634+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.639+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:52:36.639+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=968560 +2025-07-11T08:52:36.639+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:52:36.657+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.656+0200" +2025-07-11T08:52:36.665+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:36.665+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2497180503 network=unix timestamp="2025-07-11T08:52:36.665+0200" +2025-07-11T08:52:36.672+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.672+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.677+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:52:36.677+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=968578 +2025-07-11T08:52:36.677+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:52:36.695+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.695+0200" +2025-07-11T08:52:36.703+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:36.703+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1682399443 network=unix timestamp="2025-07-11T08:52:36.703+0200" +2025-07-11T08:52:36.710+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.710+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.715+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5"] +2025-07-11T08:52:36.715+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 pid=968595 +2025-07-11T08:52:36.715+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 +2025-07-11T08:52:36.718+0200 [INFO] provider.terraform-provider-external_v2.3.5_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.718+0200" +2025-07-11T08:52:36.731+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:36.731+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: plugin address: address=/tmp/plugin1438525473 network=unix timestamp="2025-07-11T08:52:36.731+0200" +2025-07-11T08:52:36.740+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.740+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.744+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:52:36.744+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=968604 +2025-07-11T08:52:36.744+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:52:36.762+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.762+0200" +2025-07-11T08:52:36.770+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2815137788 network=unix timestamp="2025-07-11T08:52:36.770+0200" +2025-07-11T08:52:36.770+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:36.778+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.778+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.782+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:52:36.783+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=968619 +2025-07-11T08:52:36.783+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:52:36.797+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.797+0200" +2025-07-11T08:52:36.808+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin3425561649 network=unix timestamp="2025-07-11T08:52:36.808+0200" +2025-07-11T08:52:36.808+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:36.816+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.816+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.821+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:52:36.821+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=968631 +2025-07-11T08:52:36.821+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:52:36.835+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.835+0200" +2025-07-11T08:52:36.847+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:36.847+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: network=unix address=/tmp/plugin2567072501 timestamp="2025-07-11T08:52:36.847+0200" +2025-07-11T08:52:36.855+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.855+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.859+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:52:36.859+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=968645 +2025-07-11T08:52:36.859+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:52:36.879+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.878+0200" +2025-07-11T08:52:36.887+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2081518684 network=unix timestamp="2025-07-11T08:52:36.887+0200" +2025-07-11T08:52:36.887+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:36.894+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.894+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.899+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:52:36.899+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=968662 +2025-07-11T08:52:36.899+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:52:36.921+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.921+0200" +2025-07-11T08:52:36.929+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin444249720 network=unix timestamp="2025-07-11T08:52:36.929+0200" +2025-07-11T08:52:36.929+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:36.936+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.936+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.941+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:52:36.941+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=968679 +2025-07-11T08:52:36.941+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:52:36.960+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.959+0200" +2025-07-11T08:52:36.968+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:36.968+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1422465043 network=unix timestamp="2025-07-11T08:52:36.968+0200" +2025-07-11T08:52:36.975+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:36.975+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:36.980+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:52:36.981+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=968697 +2025-07-11T08:52:36.981+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:52:36.994+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:36.994+0200" +2025-07-11T08:52:37.006+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:37.006+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin1586571575 network=unix timestamp="2025-07-11T08:52:37.006+0200" +2025-07-11T08:52:37.014+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.014+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.019+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:52:37.019+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=968717 +2025-07-11T08:52:37.019+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:52:37.033+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.033+0200" +2025-07-11T08:52:37.045+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:37.045+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin609027113 network=unix timestamp="2025-07-11T08:52:37.045+0200" +2025-07-11T08:52:37.053+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.053+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.058+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:52:37.058+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=968732 +2025-07-11T08:52:37.058+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:52:37.071+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.071+0200" +2025-07-11T08:52:37.083+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:37.083+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin4190529703 network=unix timestamp="2025-07-11T08:52:37.083+0200" +2025-07-11T08:52:37.091+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.091+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.095+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:52:37.096+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=968747 +2025-07-11T08:52:37.096+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:52:37.114+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.114+0200" +2025-07-11T08:52:37.122+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:37.122+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin4193455604 network=unix timestamp="2025-07-11T08:52:37.122+0200" +2025-07-11T08:52:37.128+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.128+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.129+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:37.133+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:52:37.133+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=968767 +2025-07-11T08:52:37.133+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:52:37.147+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.146+0200" +2025-07-11T08:52:37.159+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:37.159+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin4065443602 network=unix timestamp="2025-07-11T08:52:37.159+0200" +2025-07-11T08:52:37.168+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.168+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.172+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:52:37.172+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=968780 +2025-07-11T08:52:37.172+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:52:37.190+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.190+0200" +2025-07-11T08:52:37.198+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:37.198+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin271034541 network=unix timestamp="2025-07-11T08:52:37.198+0200" +2025-07-11T08:52:37.206+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.206+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.206+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:37.206+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:37.206+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:37.206+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:37.211+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:52:37.212+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=968797 +2025-07-11T08:52:37.212+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:52:37.225+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.225+0200" +2025-07-11T08:52:37.237+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:37.237+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin3730837884 network=unix timestamp="2025-07-11T08:52:37.237+0200" +2025-07-11T08:52:37.245+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:37.245+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:37.245+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.245+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.249+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:52:37.250+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=968813 +2025-07-11T08:52:37.250+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:52:37.262+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.262+0200" +2025-07-11T08:52:37.274+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:37.274+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin4061034245 network=unix timestamp="2025-07-11T08:52:37.274+0200" +2025-07-11T08:52:37.282+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:37.289+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:37.290+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:37.292+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.293+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=968549 +2025-07-11T08:52:37.293+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.293+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:37.293+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:37.294+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.296+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=968679 +2025-07-11T08:52:37.296+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.296+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.297+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 id=968499 +2025-07-11T08:52:37.297+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.298+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.300+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=968813 +2025-07-11T08:52:37.300+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.300+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.301+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=968560 +2025-07-11T08:52:37.301+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.301+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.302+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=968747 +2025-07-11T08:52:37.302+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.303+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.303+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:37.304+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=968604 +2025-07-11T08:52:37.304+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.304+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.305+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 id=968491 +2025-07-11T08:52:37.305+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.305+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.305+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.310+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:52:37.310+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=968841 +2025-07-11T08:52:37.310+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:52:37.316+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.316+0200" +2025-07-11T08:52:37.343+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:37.343+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin2039602507 network=unix timestamp="2025-07-11T08:52:37.343+0200" +2025-07-11T08:52:37.355+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.356+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=968662 +2025-07-11T08:52:37.356+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.357+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.359+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=968732 +2025-07-11T08:52:37.359+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.359+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:37.359+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.361+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=968619 +2025-07-11T08:52:37.361+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.361+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.362+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=968631 +2025-07-11T08:52:37.362+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.363+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.363+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=968522 +2025-07-11T08:52:37.363+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.364+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.365+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=968645 +2025-07-11T08:52:37.365+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.365+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:37.365+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:37.365+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.366+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=968767 +2025-07-11T08:52:37.366+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.367+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.369+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=968717 +2025-07-11T08:52:37.369+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.369+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.370+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=968797 +2025-07-11T08:52:37.370+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.372+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.373+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=968780 +2025-07-11T08:52:37.373+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.373+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.374+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=968841 +2025-07-11T08:52:37.374+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.374+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.375+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 id=968540 +2025-07-11T08:52:37.375+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.375+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.375+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.379+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:52:37.380+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=968853 +2025-07-11T08:52:37.380+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:52:37.388+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.387+0200" +2025-07-11T08:52:37.399+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:37.399+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin277062884 network=unix timestamp="2025-07-11T08:52:37.399+0200" +2025-07-11T08:52:37.408+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.408+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.412+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:52:37.413+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=968867 +2025-07-11T08:52:37.413+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:52:37.419+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.419+0200" +2025-07-11T08:52:37.432+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:37.432+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin2693009600 network=unix timestamp="2025-07-11T08:52:37.432+0200" +2025-07-11T08:52:37.439+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.439+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.446+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_req_id=670f4dd3-9a10-22dc-e217-dd518f55a601 tf_rpc=ValidateProviderConfig tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:52:37.446+0200" +2025-07-11T08:52:37.446+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=670f4dd3-9a10-22dc-e217-dd518f55a601 tf_attribute_path=domain tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:52:37.446+0200" +2025-07-11T08:52:37.446+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_req_id=670f4dd3-9a10-22dc-e217-dd518f55a601 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=insecure tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:37.446+0200" +2025-07-11T08:52:37.446+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_attribute_path=insecure tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=670f4dd3-9a10-22dc-e217-dd518f55a601 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:37.446+0200" +2025-07-11T08:52:37.446+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_mux_provider="*proto6server.Server" @module=sdk.framework tf_attribute_path=token tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=670f4dd3-9a10-22dc-e217-dd518f55a601 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T08:52:37.446+0200" +2025-07-11T08:52:37.446+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig tf_attribute_path=token tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=670f4dd3-9a10-22dc-e217-dd518f55a601 timestamp="2025-07-11T08:52:37.446+0200" +2025-07-11T08:52:37.446+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_req_id=670f4dd3-9a10-22dc-e217-dd518f55a601 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=sdk.framework timestamp="2025-07-11T08:52:37.446+0200" +2025-07-11T08:52:37.446+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=jwt_profile_file tf_req_id=670f4dd3-9a10-22dc-e217-dd518f55a601 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:52:37.446+0200" +2025-07-11T08:52:37.446+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=670f4dd3-9a10-22dc-e217-dd518f55a601 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=jwt_profile_json tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:52:37.446+0200" +2025-07-11T08:52:37.446+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=jwt_profile_json tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=670f4dd3-9a10-22dc-e217-dd518f55a601 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:52:37.446+0200" +2025-07-11T08:52:37.446+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig tf_req_id=670f4dd3-9a10-22dc-e217-dd518f55a601 timestamp="2025-07-11T08:52:37.446+0200" +2025-07-11T08:52:37.446+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=port tf_req_id=670f4dd3-9a10-22dc-e217-dd518f55a601 timestamp="2025-07-11T08:52:37.446+0200" +2025-07-11T08:52:37.446+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:52:37.446+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=968881 +2025-07-11T08:52:37.446+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:52:37.447+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=af070480-25fc-4eb7-d002-86b620084abb @module=sdk.framework tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:37.447+0200" +2025-07-11T08:52:37.447+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_req_id=af070480-25fc-4eb7-d002-86b620084abb tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=port tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 timestamp="2025-07-11T08:52:37.447+0200" +2025-07-11T08:52:37.447+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=domain tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=af070480-25fc-4eb7-d002-86b620084abb @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T08:52:37.447+0200" +2025-07-11T08:52:37.447+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_mux_provider="*proto6server.Server" tf_req_id=af070480-25fc-4eb7-d002-86b620084abb tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=domain tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:52:37.447+0200" +2025-07-11T08:52:37.447+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=insecure tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_req_id=af070480-25fc-4eb7-d002-86b620084abb tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:37.447+0200" +2025-07-11T08:52:37.447+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=insecure tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=af070480-25fc-4eb7-d002-86b620084abb tf_rpc=ValidateProviderConfig tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:52:37.447+0200" +2025-07-11T08:52:37.447+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=token tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=af070480-25fc-4eb7-d002-86b620084abb timestamp="2025-07-11T08:52:37.447+0200" +2025-07-11T08:52:37.447+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=af070480-25fc-4eb7-d002-86b620084abb tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=token @module=sdk.framework tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:52:37.447+0200" +2025-07-11T08:52:37.447+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_attribute_path=jwt_profile_file tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=af070480-25fc-4eb7-d002-86b620084abb tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T08:52:37.447+0200" +2025-07-11T08:52:37.447+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=af070480-25fc-4eb7-d002-86b620084abb timestamp="2025-07-11T08:52:37.447+0200" +2025-07-11T08:52:37.447+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=jwt_profile_json tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=af070480-25fc-4eb7-d002-86b620084abb @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_rpc=ValidateProviderConfig @module=sdk.framework timestamp="2025-07-11T08:52:37.447+0200" +2025-07-11T08:52:37.447+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=af070480-25fc-4eb7-d002-86b620084abb tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=jwt_profile_json tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:52:37.447+0200" +2025-07-11T08:52:37.453+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.453+0200" +2025-07-11T08:52:37.465+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:37.465+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin2487741564 network=unix timestamp="2025-07-11T08:52:37.465+0200" +2025-07-11T08:52:37.476+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.478+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=968853 +2025-07-11T08:52:37.478+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.479+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_req_id=af6bf649-3976-856d-8ebc-27c89cbc4fad @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig tf_attribute_path=insecure tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:52:37.479+0200" +2025-07-11T08:52:37.479+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=insecure tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=af6bf649-3976-856d-8ebc-27c89cbc4fad timestamp="2025-07-11T08:52:37.479+0200" +2025-07-11T08:52:37.479+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=af6bf649-3976-856d-8ebc-27c89cbc4fad tf_attribute_path=token tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:37.479+0200" +2025-07-11T08:52:37.479+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_req_id=af6bf649-3976-856d-8ebc-27c89cbc4fad @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:37.479+0200" +2025-07-11T08:52:37.479+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=af6bf649-3976-856d-8ebc-27c89cbc4fad tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:37.479+0200" +2025-07-11T08:52:37.479+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_req_id=af6bf649-3976-856d-8ebc-27c89cbc4fad @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 timestamp="2025-07-11T08:52:37.479+0200" +2025-07-11T08:52:37.479+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=jwt_profile_json tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=af6bf649-3976-856d-8ebc-27c89cbc4fad @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:52:37.479+0200" +2025-07-11T08:52:37.479+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=jwt_profile_json tf_mux_provider="*proto6server.Server" tf_req_id=af6bf649-3976-856d-8ebc-27c89cbc4fad @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:37.479+0200" +2025-07-11T08:52:37.479+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_req_id=af6bf649-3976-856d-8ebc-27c89cbc4fad tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:37.479+0200" +2025-07-11T08:52:37.479+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_req_id=af6bf649-3976-856d-8ebc-27c89cbc4fad tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:52:37.479+0200" +2025-07-11T08:52:37.479+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_req_id=af6bf649-3976-856d-8ebc-27c89cbc4fad @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:37.479+0200" +2025-07-11T08:52:37.479+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=domain tf_mux_provider="*proto6server.Server" @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=af6bf649-3976-856d-8ebc-27c89cbc4fad tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:37.479+0200" +2025-07-11T08:52:37.482+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.483+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=968881 +2025-07-11T08:52:37.483+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.484+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.485+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 id=968595 +2025-07-11T08:52:37.485+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.485+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:37.487+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.489+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=968697 +2025-07-11T08:52:37.489+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.490+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:37.493+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.495+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=968507 +2025-07-11T08:52:37.495+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.501+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.501+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=968867 +2025-07-11T08:52:37.501+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.502+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:37.504+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=968578 +2025-07-11T08:52:37.504+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:37.504+0200 [INFO] backend/local: apply calling Plan +2025-07-11T08:52:37.504+0200 [DEBUG] Building and walking plan graph for NormalMode +2025-07-11T08:52:37.513+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/random"], implied first by module.zitadel-db.random_password.tenant (expand) +2025-07-11T08:52:37.513+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/zitadel/zitadel"], implied first by module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) +2025-07-11T08:52:37.513+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/external"], implied first by module.argocd.data.external.processed_values (expand) +2025-07-11T08:52:37.513+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/local"], implied first by module.zitadel.local_file.zitadel_jwt_profile_file (expand) +2025-07-11T08:52:37.513+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/null"], implied first by module.tenant-365zon.module.minio.null_resource.health_check (expand) +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand)" (*terraform.nodeExpandPlannableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.postgresql.helm_release.postgresql (expand)" (*terraform.nodeExpandPlannableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.mongodb.helm_release.mongodb (expand)" (*terraform.nodeExpandPlannableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_secret.zitadel (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.helm_release.rabbitmq (expand)" (*terraform.nodeExpandPlannableResource) needs module.rabbitmq.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.argocd.helm_release.argocd (expand)" (*terraform.nodeExpandPlannableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_secret.argocd-tls (expand)" (*terraform.nodeExpandPlannableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.monitoring.helm_release.kube_prometheus_stack (expand)" (*terraform.nodeExpandPlannableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_namespace.mongodb (expand)" (*terraform.nodeExpandPlannableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.random_password.tenant (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.argocd.data.external.processed_values (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/external"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_access_key (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.random_password.password (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_namespace.monitoring (expand)" (*terraform.nodeExpandPlannableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.minio.helm_release.minio (expand)" (*terraform.nodeExpandPlannableResource) needs module.minio.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.redis.helm_release.redis (expand)" (*terraform.nodeExpandPlannableResource) needs module.redis.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.argocd.random_password.admin_password (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_root_password (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.zitadel.random_password.zitadel_masterkey (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_namespace.tenant (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.515+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.zitadel.helm_release.zitadel (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_secret.postgresql_auth (expand)" (*terraform.nodeExpandPlannableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/local"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.kubernetes_job.create-tenant (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-db.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_namespace.zitadel (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn (expand)" (*terraform.nodeExpandPlannableResource) needs module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_user_password (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_namespace.argocd (expand)" (*terraform.nodeExpandPlannableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_secret.mongodb_auth (expand)" (*terraform.nodeExpandPlannableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_namespace.redis (expand)" (*terraform.nodeExpandPlannableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.null_resource.health_check (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/null"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_replica_set_key (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.argocd.data.kubernetes_secret.bridge-tls (expand)" (*terraform.nodeExpandPlannableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)" (*terraform.nodeExpandPlannableResource) needs module.cluster-init.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_root_password (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.redis.random_password.redis (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_namespace.postgresql (expand)" (*terraform.nodeExpandPlannableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "data.minio_s3_object.k8s_yaml (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.storage (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_action.groups-claim (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.monitoring.random_password.grafana_admin_password (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_secret.redis (expand)" (*terraform.nodeExpandPlannableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.516+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_secret_key (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:52:37.517+0200 [DEBUG] pruning unused provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:52:37.517+0200 [DEBUG] pruning unused module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.517+0200 [DEBUG] pruning unused module.tenant-365zon.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:37.517+0200 [DEBUG] pruning unused module.minio.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.517+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/vault"] +2025-07-11T08:52:37.517+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.517+0200 [DEBUG] pruning unused module.postgresql.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:52:37.517+0200 [DEBUG] pruning unused module.zitadel-db.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:37.517+0200 [DEBUG] pruning unused module.argocd.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:52:37.517+0200 [DEBUG] pruning unused module.rabbitmq.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.517+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:37.517+0200 [DEBUG] pruning unused module.mongodb.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:52:37.517+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:52:37.517+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:37.517+0200 [DEBUG] pruning unused module.cluster-init.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:52:37.529+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)] +2025-07-11T08:52:37.529+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)] +2025-07-11T08:52:37.529+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)" references: [] +2025-07-11T08:52:37.529+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:37.529+0200 [DEBUG] ReferenceTransformer: "module.minio.var.replicas (expand)" references: [] +2025-07-11T08:52:37.529+0200 [DEBUG] ReferenceTransformer: "module.minio.output.secret_key (expand)" references: [module.minio.random_password.minio_secret_key (expand)] +2025-07-11T08:52:37.529+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:52:37.529+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (expand)" references: [] +2025-07-11T08:52:37.529+0200 [DEBUG] ReferenceTransformer: "var.region" references: [] +2025-07-11T08:52:37.529+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:52:37.529+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.namespace (expand)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_auth (expand)" references: [module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_host (expand)" references: [module.postgresql.local.k8s_config (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_namespace.argocd (expand)" references: [module.argocd.var.namespace (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "output.argocd-root-password (expand)" references: [module.argocd.output.admin_password (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.wait_on (expand)" references: [module.zitadel-argocd.output.installed (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "local.k8s_auth (expand)" references: [local.k8s_config (expand) local.k8s_config (expand) local.k8s_config (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.redis_db_next_start_index (expand)" references: [module.argocd.var.redis_db_start_index (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_username (expand)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.tls (expand)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)" references: [module.tenant-365zon.module.minio.null_resource.health_check (expand) module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.namespace (expand)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.mongodb_connection_string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_auth (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_issuer (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.postgresql (expand)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (expand)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (close)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.minio (expand)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_namespace.postgresql (expand)" references: [module.postgresql.var.enabled (expand) module.postgresql.var.namespace (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.namespace (expand)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_auth (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_config (expand)" references: [module.mongodb.var.k8s_config_yaml (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_auth (expand)" references: [module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_server (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_secret.zitadel (expand)" references: [module.zitadel.var.enabled (expand) module.zitadel.random_password.zitadel_masterkey (expand) module.zitadel.kubernetes_namespace.zitadel (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_api_uri (expand)" references: [module.minio.output.minio_api_uri (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (expand)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_access_key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.namespace (expand)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.installed (expand)" references: [module.mongodb.helm_release.mongodb (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand) module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.grafana_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.password (expand)" references: [module.postgresql.random_password.postgresql_user_password (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (close)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.org_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (close)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand)] +2025-07-11T08:52:37.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database (expand)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.replicas (expand)" references: [local.node_count (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.namespace (expand)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.minio.var.displayOnHomepage (expand)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_auth (expand)" references: [module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.service_uri (expand)" references: [module.rabbitmq.var.service_name (expand) module.rabbitmq.var.server_dns (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "var.vault_token" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_auth (expand)" references: [module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.zitadel (expand)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.service_uri (expand)" references: [module.monitoring.var.service_name (expand) module.monitoring.var.server_dns (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.postgresql (close)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (expand)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.random_password.password (expand)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_host (expand)" references: [module.argocd.local.k8s_config (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_root_password (expand)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_host (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (close)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.host (expand)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.ingressClass (expand)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_config (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.username (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_namespace.tenant (expand)" references: [module.tenant-365zon.var.wait_on (expand) module.tenant-365zon.local.name (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_host (expand)" references: [module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (close)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.wait_on (expand)" references: [module.zitadel-db.output.installed (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.minio.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/external\"]" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (close)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.zitadel.random_password.zitadel_masterkey (expand)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (validation)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.minio.output.access_key (expand)" references: [module.minio.random_password.minio_access_key (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_secret.redis (expand)" references: [module.redis.random_password.redis (expand) module.redis.kubernetes_namespace.redis (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.email (expand)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.provider[\"registry.terraform.io/aminueza/minio\"]" references: [module.tenant-365zon.module.minio.var.access_key (expand) module.tenant-365zon.module.minio.var.secret_key (expand) module.tenant-365zon.module.minio.var.server (expand) module.tenant-365zon.module.minio.var.region (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.server_dns (expand)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_access_key (expand)" references: [module.minio.random_password.minio_access_key (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_secret_key (expand)" references: [module.minio.random_password.minio_secret_key (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand)" references: [] +2025-07-11T08:52:37.531+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.argocd_service_domain (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.service_name (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.minio.var.mode (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.job_name (expand)" references: [module.zitadel-db.var.enabled (expand) module.zitadel-db.kubernetes_job.create-tenant (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-user.var.email (expand) module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_db_start_index (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin_server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_auth (expand)" references: [module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.ingressClass (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_access_key (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.access_instructions (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.random_password.grafana_admin_password (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.argocd (close)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.alertmanager_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.kubernetes_job.create-tenant (expand)" references: [module.zitadel-db.var.wait_on (expand) module.zitadel-db.var.enabled (expand) module.zitadel-db.var.namespace (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.host (expand) module.zitadel-db.var.root_username (expand) module.zitadel-db.var.root_password (expand) module.zitadel-db.var.root_database (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.name (expand) module.zitadel-db.random_password.tenant (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.minio.var.storageSize (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.connection_string (expand)" references: [module.rabbitmq.random_password.password (expand) module.rabbitmq.var.namespace (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "output.minio-secret-key (expand)" references: [module.tenant-365zon.output.minio_secret_key (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.server (expand)" references: [module.tenant-365zon.var.minio_server (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.ingressClass (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_namespace.zitadel (expand)" references: [module.zitadel.var.enabled (expand) module.zitadel.var.namespace (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.random_password.tenant (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.name (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "local.k8s_host (expand)" references: [local.k8s_config (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.secret_key (expand)" references: [module.tenant-365zon.var.minio_secret_key (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_database (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "local.bridge_dns (expand)" references: [local.tld (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.cluster-init.module.longhorn.local.k8s_host (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.minio.var.tls (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.wait_on (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.monitoring (close)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (close)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel.helm_release.zitadel (expand)" references: [module.zitadel.var.wait_on (expand) module.zitadel.kubernetes_secret.zitadel (expand) module.zitadel.var.enabled (expand) module.zitadel.kubernetes_namespace.zitadel (expand) module.zitadel.local.service_uri (expand) module.zitadel.var.database (expand) module.zitadel.var.database_username (expand) module.zitadel.var.database_password (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.database_root_username (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.display_on_homepage (expand) module.zitadel.var.ingressClass (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.wait_on (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_host (expand)" references: [module.monitoring.local.k8s_config (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.prometheus_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (close)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)" references: [module.tenant-365zon.module.minio.null_resource.health_check (expand) module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.enabled (expand)" references: [] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.root_password (expand)" references: [module.postgresql.random_password.postgresql_root_password (expand)] +2025-07-11T08:52:37.532+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_api_uri (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_secret_key (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.access_key (expand)" references: [module.tenant-365zon.var.minio_access_key (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.enabled (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand)" references: [module.zitadel-bootstrap.var.domain (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.redis.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.service_name (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.installed (expand)" references: [module.postgresql.helm_release.postgresql (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.tenant-365zon.var.domain (expand) module.tenant-365zon.var.jwt_profile_file (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (close)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "data.minio_s3_object.k8s_yaml (expand)" references: [var.bucket] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "var.bucket" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_password (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.redis.output.installed (expand)" references: [module.redis.helm_release.redis (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.access_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_username (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_redirect_uri (expand)" references: [module.zitadel.output.server (expand) module.zitadel-argocd.output.logoutSuffix (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_config (expand)" references: [module.rabbitmq.var.k8s_config_yaml (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.service_name (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.wait_on (expand)" references: [module.cluster-init.var.wait_on (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.database (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "output.minio-access-key (expand)" references: [module.tenant-365zon.output.minio_access_key (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.redis.output.password (expand)" references: [module.redis.random_password.redis (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.external.processed_values (expand)" references: [module.argocd.local.service_uri (expand) module.argocd.var.server_dns (expand) module.argocd.local.grpc_service_uri (expand) module.argocd.var.redis_db_start_index (expand) module.argocd.var.redis_password (expand) module.argocd.var.oauth_uri (expand) module.argocd.var.oauth_issuer (expand) module.argocd.var.oauth_client_id (expand) module.argocd.var.oauth_client_secret (expand) module.argocd.var.oauth_redirect_uri (expand) module.argocd.var.tls (expand) module.argocd.var.ingressClass (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "local.node_count (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.mongodb (close)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.redis.var.namespace (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_secret.mongodb_auth (expand)" references: [module.mongodb.var.wait_on (expand) module.mongodb.random_password.mongodb_root_password (expand) module.mongodb.random_password.mongodb_replica_set_key (expand) module.mongodb.kubernetes_namespace.mongodb (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (close)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_password (expand)" references: [module.redis.output.password (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel (close)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)" references: [module.tenant-365zon.local.name (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.namespace (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (close)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (close)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (close)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_host (expand)" references: [module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.application_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.admin (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_host (expand)" references: [module.mongodb.local.k8s_config (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.jwt_profile_file (expand)" references: [module.zitadel.local_file.zitadel_jwt_profile_file (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (expand)" references: [] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.helm_release.rabbitmq (expand)" references: [module.rabbitmq.random_password.password (expand) module.rabbitmq.var.wait_on (expand) module.rabbitmq.var.namespace (expand) module.rabbitmq.local.service_uri (expand) module.rabbitmq.var.admin (expand) module.rabbitmq.var.tls (expand) module.rabbitmq.var.ingressClass (expand) module.rabbitmq.var.replicas (expand) module.rabbitmq.random_password.password (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin (expand)" references: [module.zitadel.helm_release.zitadel (expand) module.zitadel.var.namespace (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)" references: [module.zitadel-argocd.module.zitadel_project.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project.var.name (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.storage (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand) module.tenant-365zon.module.minio.output.secret_key (expand) module.tenant-365zon.var.minio_api_uri (expand) module.tenant-365zon.module.minio.output.bucket (expand) module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:52:37.533+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.ingressClass (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.minio.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.minio.local.k8s_host (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "var.access_key" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "local.k8s_config_yaml (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.service_uri (expand)" references: [module.zitadel.var.service_name (expand) module.zitadel.var.server_dns (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)" references: [module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand) module.zitadel-argocd.module.zitadel_project.var.owners (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_access_key (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "local.tld (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.secret_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_bucket (expand)" references: [module.tenant-365zon.module.minio.output.bucket (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.wait_on (expand)" references: [module.postgresql.output.installed (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.enabled (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_config (expand)" references: [module.zitadel.var.k8s_config_yaml (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_namespace.redis (expand)" references: [module.redis.var.namespace (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "local.cluster_dns (expand)" references: [local.cluster_shortname (expand) local.tld (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_config (expand)" references: [module.argocd.var.k8s_config_yaml (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.username (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_config (expand)" references: [module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_config (expand)" references: [module.zitadel-db.var.k8s_config_yaml (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.rabbitmq_connection_string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_read_url (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_host (expand)" references: [module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_auth (expand)" references: [module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_host (expand)" references: [module.zitadel.local.k8s_config (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.scopes (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (close)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.minio.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_auth (expand)" references: [module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.enabled (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)" references: [module.tenant-365zon.var.org_id (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.monitoring (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.minio.helm_release.minio (expand)" references: [module.minio.var.mode (expand) module.minio.var.replicas (expand) module.minio.var.replicas (expand) module.minio.var.storageSize (expand) module.minio.random_password.minio_access_key (expand) module.minio.random_password.minio_secret_key (expand) module.minio.local.service_uri (expand) module.minio.local.admin_service_uri (expand) module.minio.var.admin (expand) module.minio.var.mode (expand) module.minio.var.tls (expand) module.minio.var.ingressClass (expand) module.minio.var.displayOnHomepage (expand) module.minio.var.namespace (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_action.groups-claim (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.name (expand)" references: [module.zitadel-argocd.var.name (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_host (expand)" references: [module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.server (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand)" references: [module.monitoring.var.remote_write_username (expand) module.monitoring.var.remote_write_password (expand) module.monitoring.kubernetes_namespace.monitoring (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn (expand)" references: [module.cluster-init.module.longhorn.var.wait_on (expand) module.cluster-init.module.longhorn.var.namespace (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.wait_on (expand)" references: [module.argocd.output.installed (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.wait_on (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_config (expand)" references: [module.zitadel-bootstrap.var.k8s_config_yaml (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.installed (expand)" references: [module.zitadel-db.kubernetes_job.create-tenant (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.namespace (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.redis.var.wait_on (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "output.minio-root-secret-key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (expand)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (close)" references: [] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.user_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)] +2025-07-11T08:52:37.534+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.bucket (expand)" references: [module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_secret.postgresql_auth (expand)" references: [module.postgresql.var.wait_on (expand) module.postgresql.var.enabled (expand) module.postgresql.random_password.postgresql_user_password (expand) module.postgresql.random_password.postgresql_root_password (expand) module.postgresql.kubernetes_namespace.postgresql (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.region (expand)" references: [] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.owners (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_host (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "var.secret_key" references: [] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_config (expand)" references: [module.redis.var.k8s_config_yaml (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (close)" references: [] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file (expand)" references: [module.zitadel.data.kubernetes_secret.zitadel_admin (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand)" references: [] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.minio.var.ingressClass (expand)" references: [] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.output.installed (expand)" references: [module.cluster-init.module.longhorn.helm_release.longhorn (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_secret (expand)" references: [module.zitadel-argocd.output.client_secret (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.password (expand)" references: [module.zitadel-db.random_password.tenant (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.tls (expand)" references: [] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_admin_uri (expand)" references: [module.minio.local.admin_service_uri (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.connection_string (expand)" references: [module.mongodb.random_password.mongodb_root_password (expand) module.mongodb.var.replicas (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: [] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.redis (expand)" references: [] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.null_resource.health_check (expand)" references: [module.tenant-365zon.module.minio.var.wait_on (expand) module.tenant-365zon.module.minio.var.server (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)" references: [] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_secret_key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.minio.local.admin_service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.admin_server_dns (expand) module.minio.var.admin_server_dns (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.tld (expand)" references: [] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_host (expand)" references: [module.redis.local.k8s_config (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.name (expand)" references: [] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (close)" references: [] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (expand)" references: [] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd (expand)" references: [module.argocd.var.wait_on (expand) module.argocd.kubernetes_secret.argocd-tls (expand) module.argocd.random_password.admin_password (expand) module.argocd.kubernetes_namespace.argocd (expand) module.argocd.data.external.processed_values (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_password (expand)" references: [module.zitadel-db.output.password (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.installed (expand)" references: [module.zitadel.helm_release.zitadel (expand) module.zitadel.local_file.zitadel_jwt_profile_file (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (expand)" references: [] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_replica_set_key (expand)" references: [] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.wait_on (expand)" references: [module.minio.output.installed (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.replicas (expand)" references: [] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand)" references: [] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_auth (expand)" references: [module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)" references: [module.zitadel-argocd.zitadel_action.groups-claim (expand) module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.namespace (expand)" references: [] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.minio.output.installed (expand)" references: [module.minio.helm_release.minio (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)] +2025-07-11T08:52:37.535+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_config (expand)" references: [module.monitoring.var.k8s_config_yaml (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.postgresql.helm_release.postgresql (expand)" references: [module.postgresql.var.wait_on (expand) module.postgresql.kubernetes_secret.postgresql_auth (expand) module.postgresql.var.enabled (expand) module.postgresql.kubernetes_namespace.postgresql (expand) module.postgresql.var.username (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_auth (expand)" references: [module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_secret.argocd-tls (expand)" references: [module.argocd.data.kubernetes_secret.bridge-tls (expand) module.argocd.data.kubernetes_secret.bridge-tls (expand) module.argocd.kubernetes_namespace.argocd (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.rabbitmq.local.k8s_host (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_host (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_host (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (expand)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand)" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_root_password (expand)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)" references: [module.tenant-365zon.var.user_id (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_username (expand)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.redis (close)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (expand)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (close)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings (expand)" references: [module.tenant-365zon.var.mongodb_connection_string (expand) module.tenant-365zon.var.rabbitmq_connection_string (expand) module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.admin_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "var.minio_server" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.minio.var.namespace (expand)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "output.rabbitmq-connection-string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-argocd.var.domain (expand) module.zitadel-argocd.var.jwt_profile_file (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.mongodb.helm_release.mongodb (expand)" references: [module.mongodb.var.wait_on (expand) module.mongodb.kubernetes_secret.mongodb_auth (expand) module.mongodb.kubernetes_namespace.mongodb (expand) module.mongodb.var.usernames (expand) module.mongodb.var.databases (expand) module.mongodb.var.replicas (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "local.cluster_shortname (expand)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (close)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.minio (close)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (close)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_server (expand)" references: [module.minio.output.minio_server (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (expand)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (close)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.redis.helm_release.redis (expand)" references: [module.redis.var.wait_on (expand) module.redis.kubernetes_namespace.redis (expand) module.redis.var.architecture (validation) module.redis.var.architecture (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.usernames (expand)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_config (expand)" references: [module.minio.var.k8s_config_yaml (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.installed (expand)" references: [module.argocd.helm_release.argocd (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.mongodb (expand)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.minio.var.service_name (expand)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.uri (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.idp_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_host (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_config (expand)" references: [module.tenant-365zon.var.k8s_config_yaml (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.admin_password (expand)" references: [module.argocd.random_password.admin_password (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.installed (expand)" references: [module.rabbitmq.helm_release.rabbitmq (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "var.vault_addr" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_auth (expand)" references: [module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "output.minio-root-access-key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.redis.random_password.redis (expand)" references: [] +2025-07-11T08:52:37.536+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (close)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_id (expand)" references: [module.zitadel-argocd.output.client_id (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.grpc_service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-bootstrap.var.domain (expand) module.zitadel-bootstrap.var.jwt_profile_file (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/null\"]" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_auth (expand)" references: [module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.monitoring.random_password.grafana_admin_password (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.minio.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (close)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.databases (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/aminueza/minio\"]" references: [var.access_key var.secret_key var.minio_server var.region] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_secret_key (expand)" references: [module.tenant-365zon.module.minio.output.secret_key (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "var.endpoints" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_username (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_uri (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.minio.local.service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack (expand)" references: [module.monitoring.var.wait_on (expand) module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand) module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.var.remote_write_url (expand) module.monitoring.var.remote_read_url (expand) module.monitoring.random_password.grafana_admin_password (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.name (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_url (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.display_on_homepage (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "output.monitoring (expand)" references: [module.monitoring.output.access_instructions (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "output.mongodb-connection-string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (close)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_host (expand)" references: [module.minio.local.k8s_config (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_config (expand)" references: [module.postgresql.var.k8s_config_yaml (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.argocd (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "local.k8s_config (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.logoutSuffix (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.output.installed (expand)" references: [module.cluster-init.module.longhorn.output.installed (expand) module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_user_password (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_namespace.mongodb (expand)" references: [module.mongodb.var.namespace (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)" references: [module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.local.argocd_uri (expand)" references: [module.zitadel-argocd.var.argocd_service_domain (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (close)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.argocd.random_password.admin_password (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.kubernetes_secret.bridge-tls (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.name (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.service_name (expand)" references: [] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_host (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:52:37.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (expand)" references: [] +2025-07-11T08:52:37.615+0200 [DEBUG] Starting graph walk: walkPlan +2025-07-11T08:52:37.617+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.617+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.624+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5"] +2025-07-11T08:52:37.624+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 pid=968901 +2025-07-11T08:52:37.624+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 +2025-07-11T08:52:37.627+0200 [INFO] provider.terraform-provider-local_v2.5.3_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.627+0200" +2025-07-11T08:52:37.639+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:37.639+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: plugin address: address=/tmp/plugin3381059374 network=unix timestamp="2025-07-11T08:52:37.639+0200" +2025-07-11T08:52:37.647+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.647+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.651+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5"] +2025-07-11T08:52:37.651+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 pid=968909 +2025-07-11T08:52:37.651+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 +2025-07-11T08:52:37.654+0200 [INFO] provider.terraform-provider-random_v3.7.2_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.654+0200" +2025-07-11T08:52:37.666+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:37.666+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: plugin address: address=/tmp/plugin1729847154 network=unix timestamp="2025-07-11T08:52:37.666+0200" +2025-07-11T08:52:37.674+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.674+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.678+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:52:37.678+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=968917 +2025-07-11T08:52:37.678+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:52:37.692+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.692+0200" +2025-07-11T08:52:37.706+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:37.706+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin663774037 network=unix timestamp="2025-07-11T08:52:37.706+0200" +2025-07-11T08:52:37.713+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.714+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.714+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:37.718+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5"] +2025-07-11T08:52:37.718+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 pid=968932 +2025-07-11T08:52:37.718+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 +2025-07-11T08:52:37.721+0200 [INFO] provider.terraform-provider-external_v2.3.5_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.721+0200" +2025-07-11T08:52:37.733+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:37.733+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: plugin address: address=/tmp/plugin430482429 network=unix timestamp="2025-07-11T08:52:37.733+0200" +2025-07-11T08:52:37.741+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.741+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.745+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:52:37.746+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=968941 +2025-07-11T08:52:37.746+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:52:37.764+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.764+0200" +2025-07-11T08:52:37.773+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1620392188 network=unix timestamp="2025-07-11T08:52:37.773+0200" +2025-07-11T08:52:37.773+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:37.781+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.781+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.785+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:52:37.785+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=968961 +2025-07-11T08:52:37.785+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:52:37.791+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.791+0200" +2025-07-11T08:52:37.819+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:37.819+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin184009627 network=unix timestamp="2025-07-11T08:52:37.819+0200" +2025-07-11T08:52:37.831+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.831+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.832+0200 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/aminueza/minio\"]" changed the config value, but that value is unused +2025-07-11T08:52:37.835+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5"] +2025-07-11T08:52:37.836+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 pid=968979 +2025-07-11T08:52:37.836+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 +2025-07-11T08:52:37.838+0200 [INFO] provider.terraform-provider-null_v3.2.4_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.838+0200" +2025-07-11T08:52:37.850+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:37.850+0200 [DEBUG] provider.terraform-provider-null_v3.2.4_x5: plugin address: address=/tmp/plugin1900121319 network=unix timestamp="2025-07-11T08:52:37.850+0200" +2025-07-11T08:52:37.858+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.858+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.862+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:52:37.862+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=968987 +2025-07-11T08:52:37.862+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:52:37.876+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.875+0200" +2025-07-11T08:52:37.887+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:37.887+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin2955891289 network=unix timestamp="2025-07-11T08:52:37.887+0200" +2025-07-11T08:52:37.895+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.895+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:37.895+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.900+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:52:37.901+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=969000 +2025-07-11T08:52:37.901+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:52:37.919+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.918+0200" +2025-07-11T08:52:37.927+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:37.927+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin3423876918 network=unix timestamp="2025-07-11T08:52:37.927+0200" +2025-07-11T08:52:37.934+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.934+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.939+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:52:37.939+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=969018 +2025-07-11T08:52:37.939+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:52:37.952+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.952+0200" +2025-07-11T08:52:37.963+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:37.963+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: network=unix address=/tmp/plugin2880172166 timestamp="2025-07-11T08:52:37.963+0200" +2025-07-11T08:52:37.971+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:37.971+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:37.971+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:37.972+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:52:37 [DEBUG] MinIO SSL client transport configured successfully: timestamp="2025-07-11T08:52:37.972+0200" +2025-07-11T08:52:37.972+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=abe57f94-11fb-be57-601b-44cd83d670a9 tf_rpc=ConfigureProvider timestamp="2025-07-11T08:52:37.972+0200" +2025-07-11T08:52:37.972+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=abe57f94-11fb-be57-601b-44cd83d670a9 tf_rpc=ConfigureProvider timestamp="2025-07-11T08:52:37.972+0200" +2025-07-11T08:52:37.972+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:37 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:52:37.972+0200 [DEBUG] ReferenceTransformer: "data.minio_s3_object.k8s_yaml" references: [] +2025-07-11T08:52:37.972+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=abe57f94-11fb-be57-601b-44cd83d670a9 tf_rpc=ConfigureProvider timestamp="2025-07-11T08:52:37.972+0200" +2025-07-11T08:52:37.973+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring" references: [] +2025-07-11T08:52:37.976+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:52:37.976+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=969032 +2025-07-11T08:52:37.976+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:52:37.996+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:37.996+0200" +2025-07-11T08:52:38.004+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:38.004+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1284812105 network=unix timestamp="2025-07-11T08:52:38.004+0200" +2025-07-11T08:52:38.012+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:38.012+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:38.012+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_root_password" references: [] +2025-07-11T08:52:38.012+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:38 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:52:38.012+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_user_password" references: [] +2025-07-11T08:52:38.013+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: tf_req_id=8f9d4db0-e5f9-8703-2df8-55c40ab035d5 tf_rpc=ConfigureProvider @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:38.012+0200" +2025-07-11T08:52:38.013+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider tf_req_id=8f9d4db0-e5f9-8703-2df8-55c40ab035d5 timestamp="2025-07-11T08:52:38.013+0200" +2025-07-11T08:52:38.013+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.random_password.tenant" references: [] +2025-07-11T08:52:38.013+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8f9d4db0-e5f9-8703-2df8-55c40ab035d5 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 timestamp="2025-07-11T08:52:38.013+0200" +2025-07-11T08:52:38.013+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.random_password.password" references: [] +2025-07-11T08:52:38.013+0200 [DEBUG] ReferenceTransformer: "module.zitadel.random_password.zitadel_masterkey" references: [] +2025-07-11T08:52:38.013+0200 [DEBUG] ReferenceTransformer: "module.monitoring.random_password.grafana_admin_password" references: [] +2025-07-11T08:52:38.013+0200 [DEBUG] ReferenceTransformer: "module.argocd.random_password.admin_password" references: [] +2025-07-11T08:52:38.013+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_secret_key" references: [] +2025-07-11T08:52:38.013+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_access_key" references: [] +2025-07-11T08:52:38.014+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_namespace.postgresql[0]" references: [] +2025-07-11T08:52:38.014+0200 [DEBUG] ReferenceTransformer: "module.redis.random_password.redis" references: [] +2025-07-11T08:52:38.014+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_replica_set_key" references: [] +2025-07-11T08:52:38.014+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_root_password" references: [] +2025-07-11T08:52:38.016+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 args=[".terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1"] +2025-07-11T08:52:38.016+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 pid=969048 +2025-07-11T08:52:38.016+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 +2025-07-11T08:52:38.019+0200 [INFO] provider.terraform-provider-slugify_v0.1.1: configuring server automatic mTLS: timestamp="2025-07-11T08:52:38.019+0200" +2025-07-11T08:52:38.030+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:38.030+0200 [DEBUG] provider.terraform-provider-slugify_v0.1.1: plugin address: address=/tmp/plugin3122702413 network=unix timestamp="2025-07-11T08:52:38.030+0200" +2025-07-11T08:52:38.039+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:38.039+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:38.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_req_id=b83148c1-215b-9627-9d17-e3c635159381 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider timestamp="2025-07-11T08:52:38.039+0200" +2025-07-11T08:52:38.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @module=helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 tf_req_id=b83148c1-215b-9627-9d17-e3c635159381 tf_rpc=ConfigureProvider timestamp="2025-07-11T08:52:38.040+0200" +2025-07-11T08:52:38.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_req_id=b83148c1-215b-9627-9d17-e3c635159381 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:38.040+0200" +2025-07-11T08:52:38.044+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:52:38.044+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=969061 +2025-07-11T08:52:38.044+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:52:38.056+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:38.056+0200" +2025-07-11T08:52:38.068+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:38.068+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin1211543693 network=unix timestamp="2025-07-11T08:52:38.068+0200" +2025-07-11T08:52:38.076+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:38.076+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:38.076+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:38.082+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:52:38.082+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=969074 +2025-07-11T08:52:38.082+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:52:38.102+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:38.102+0200" +2025-07-11T08:52:38.110+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:38.110+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin3545818460 network=unix timestamp="2025-07-11T08:52:38.110+0200" +2025-07-11T08:52:38.117+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:38.117+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:38.122+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:52:38.122+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=969090 +2025-07-11T08:52:38.122+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:52:38.141+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:38.140+0200" +2025-07-11T08:52:38.149+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin3362338461 network=unix timestamp="2025-07-11T08:52:38.149+0200" +2025-07-11T08:52:38.149+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:38.156+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:38.156+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:38.162+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:52:38.162+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=969108 +2025-07-11T08:52:38.162+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:52:38.180+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:38.180+0200" +2025-07-11T08:52:38.188+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:38.188+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin263110213 network=unix timestamp="2025-07-11T08:52:38.188+0200" +2025-07-11T08:52:38.195+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:38.195+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:38.196+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:38 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:52:38.196+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:38 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:52:38.196+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=ce94aa21-2182-d3e8-7e8f-1c061bdcb2d0 tf_rpc=ConfigureProvider timestamp="2025-07-11T08:52:38.196+0200" +2025-07-11T08:52:38.197+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=ce94aa21-2182-d3e8-7e8f-1c061bdcb2d0 timestamp="2025-07-11T08:52:38.196+0200" +2025-07-11T08:52:38.197+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:38 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:52:38.197+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_req_id=ce94aa21-2182-d3e8-7e8f-1c061bdcb2d0 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:38.197+0200" +2025-07-11T08:52:38.197+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_namespace.mongodb" references: [] +2025-07-11T08:52:38.197+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.kubernetes_secret.bridge-tls" references: [] +2025-07-11T08:52:38.198+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_namespace.argocd" references: [] +2025-07-11T08:52:38.201+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:52:38.201+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=969125 +2025-07-11T08:52:38.201+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:52:38.220+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:38.220+0200" +2025-07-11T08:52:38.228+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:38.228+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: network=unix address=/tmp/plugin4195337509 timestamp="2025-07-11T08:52:38.228+0200" +2025-07-11T08:52:38.236+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:38.236+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:38.240+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:52:38.241+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=969143 +2025-07-11T08:52:38.241+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:52:38.253+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:38.253+0200" +2025-07-11T08:52:38.265+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:38.265+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: network=unix address=/tmp/plugin3615560183 timestamp="2025-07-11T08:52:38.265+0200" +2025-07-11T08:52:38.273+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:38.273+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:38.273+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:38.278+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:52:38.278+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=969157 +2025-07-11T08:52:38.278+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:52:38.296+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:38.296+0200" +2025-07-11T08:52:38.305+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:38.305+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1847388411 network=unix timestamp="2025-07-11T08:52:38.305+0200" +2025-07-11T08:52:38.312+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:38.312+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:38.313+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:38 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:52:38.313+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:38 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:52:38.313+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_req_id=00fa2c97-7103-79e0-9572-3f5a585b016b @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider timestamp="2025-07-11T08:52:38.313+0200" +2025-07-11T08:52:38.313+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_req_id=00fa2c97-7103-79e0-9572-3f5a585b016b tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:38.313+0200" +2025-07-11T08:52:38.313+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=00fa2c97-7103-79e0-9572-3f5a585b016b tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm timestamp="2025-07-11T08:52:38.313+0200" +2025-07-11T08:52:38.314+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config" references: [] +2025-07-11T08:52:38.317+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:52:38.317+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=969175 +2025-07-11T08:52:38.317+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:52:38.330+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:38.330+0200" +2025-07-11T08:52:38.342+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin3513909507 network=unix timestamp="2025-07-11T08:52:38.342+0200" +2025-07-11T08:52:38.342+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:38.350+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:38.350+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:38.350+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:38.355+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:52:38.355+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=969189 +2025-07-11T08:52:38.355+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:52:38.373+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:52:38.373+0200" +2025-07-11T08:52:38.381+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:38.381+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin3339144522 network=unix timestamp="2025-07-11T08:52:38.381+0200" +2025-07-11T08:52:38.390+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:38.390+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:38.394+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:52:38.394+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=969206 +2025-07-11T08:52:38.394+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:52:38.408+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:38.407+0200" +2025-07-11T08:52:38.420+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin1675106095 network=unix timestamp="2025-07-11T08:52:38.420+0200" +2025-07-11T08:52:38.420+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:38.427+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:38.427+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:38.427+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:38.432+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:52:38.433+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=969220 +2025-07-11T08:52:38.433+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:52:38.445+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:38.445+0200" +2025-07-11T08:52:38.457+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:38.457+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin4008232778 network=unix timestamp="2025-07-11T08:52:38.457+0200" +2025-07-11T08:52:38.465+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:38.467+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:38 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:52:38.467+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:38 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:52:38.467+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1c218f19-2d7c-e1f7-b7d8-b59244d11fde config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_rpc=ConfigureProvider timestamp="2025-07-11T08:52:38.466+0200" +2025-07-11T08:52:38.467+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1c218f19-2d7c-e1f7-b7d8-b59244d11fde tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" @module=helm timestamp="2025-07-11T08:52:38.467+0200" +2025-07-11T08:52:38.467+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @module=helm tf_req_id=cc4a261a-806b-f003-e948-864ce0fdb4d8 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:38.466+0200" +2025-07-11T08:52:38.467+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm tf_req_id=cc4a261a-806b-f003-e948-864ce0fdb4d8 timestamp="2025-07-11T08:52:38.467+0200" +2025-07-11T08:52:38.467+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc4a261a-806b-f003-e948-864ce0fdb4d8 timestamp="2025-07-11T08:52:38.467+0200" +2025-07-11T08:52:38.467+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1c218f19-2d7c-e1f7-b7d8-b59244d11fde tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm timestamp="2025-07-11T08:52:38.467+0200" +2025-07-11T08:52:38.468+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_namespace.zitadel[0]" references: [] +2025-07-11T08:52:38.468+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_namespace.redis" references: [] +2025-07-11T08:52:38.468+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: tf_req_id=34b1296c-16fd-2afd-31d7-87ce56541b6e tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:38.468+0200" +2025-07-11T08:52:38.469+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:38 [INFO] Checking namespace monitoring +2025-07-11T08:52:38.469+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=34b1296c-16fd-2afd-31d7-87ce56541b6e tf_rpc=ConfigureProvider timestamp="2025-07-11T08:52:38.468+0200" +2025-07-11T08:52:38.469+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_req_id=34b1296c-16fd-2afd-31d7-87ce56541b6e tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:38.468+0200" +2025-07-11T08:52:38.469+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_body="" tf_http_req_version=HTTP/1.1 tf_http_trans_id=1d5a81fd-c4b3-5481-ab43-35c6b461b392 User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_req_method=GET @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Accept="application/json, */*" Host=rancher.bridge.fourlights.dev Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/monitoring timestamp="2025-07-11T08:52:38.469+0200" +2025-07-11T08:52:38.470+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=c195a430-345a-301a-1d56-e5910480e69e @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=override_special tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.470+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=fb5f2e21-a6ee-6408-c04e-17ccc4377f14 tf_resource_type=random_password tf_attribute_path=min_lower tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.470+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=special tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=c195a430-345a-301a-1d56-e5910480e69e tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.470+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=fb5f2e21-a6ee-6408-c04e-17ccc4377f14 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.470+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=fb5f2e21-a6ee-6408-c04e-17ccc4377f14 timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.470+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework tf_attribute_path=special tf_req_id=fb5f2e21-a6ee-6408-c04e-17ccc4377f14 tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.470+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_lower tf_req_id=c195a430-345a-301a-1d56-e5910480e69e tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.470+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=min_upper tf_req_id=074bc6ec-bdec-0844-265a-29be8e25cfdc timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.470+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=c195a430-345a-301a-1d56-e5910480e69e tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.470+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=random_password tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=074bc6ec-bdec-0844-265a-29be8e25cfdc timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.470+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=result tf_req_id=074bc6ec-bdec-0844-265a-29be8e25cfdc tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=fb5f2e21-a6ee-6408-c04e-17ccc4377f14 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6c3c1292-c5e8-22c0-b136-9077b2c0fd40 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=lower tf_resource_type=random_password timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=6c3c1292-c5e8-22c0-b136-9077b2c0fd40 tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=6c3c1292-c5e8-22c0-b136-9077b2c0fd40 tf_resource_type=random_password timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=numeric tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=074bc6ec-bdec-0844-265a-29be8e25cfdc @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=074bc6ec-bdec-0844-265a-29be8e25cfdc tf_resource_type=random_password timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=1c50ec52-3e4e-b853-1edf-dbed89b620b8 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=id tf_req_id=c195a430-345a-301a-1d56-e5910480e69e tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=1c50ec52-3e4e-b853-1edf-dbed89b620b8 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=id tf_req_id=584dbc39-0f2d-f883-f9bd-ab93e34207f7 tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=fb5f2e21-a6ee-6408-c04e-17ccc4377f14 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=40458cf2-16b2-14af-a56b-6db7f5986221 @module=sdk.framework tf_attribute_path=length tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=584dbc39-0f2d-f883-f9bd-ab93e34207f7 tf_resource_type=random_password timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=fb5f2e21-a6ee-6408-c04e-17ccc4377f14 tf_resource_type=random_password tf_attribute_path=bcrypt_hash timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=fb5f2e21-a6ee-6408-c04e-17ccc4377f14 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=number tf_req_id=c195a430-345a-301a-1d56-e5910480e69e tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_req_id=074bc6ec-bdec-0844-265a-29be8e25cfdc timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=1c50ec52-3e4e-b853-1edf-dbed89b620b8 @module=sdk.framework timestamp="2025-07-11T08:52:38.470+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_req_id=1c50ec52-3e4e-b853-1edf-dbed89b620b8 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=074bc6ec-bdec-0844-265a-29be8e25cfdc tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=6c3c1292-c5e8-22c0-b136-9077b2c0fd40 @module=sdk.framework timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=override_special tf_req_id=074bc6ec-bdec-0844-265a-29be8e25cfdc @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.471+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=c195a430-345a-301a-1d56-e5910480e69e tf_resource_type=random_password @module=sdk.framework timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=1c50ec52-3e4e-b853-1edf-dbed89b620b8 tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=numeric tf_req_id=40458cf2-16b2-14af-a56b-6db7f5986221 tf_resource_type=random_password timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=074bc6ec-bdec-0844-265a-29be8e25cfdc tf_resource_type=random_password tf_rpc=ReadResource tf_attribute_path=length @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=074bc6ec-bdec-0844-265a-29be8e25cfdc tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=id tf_req_id=074bc6ec-bdec-0844-265a-29be8e25cfdc tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6c3c1292-c5e8-22c0-b136-9077b2c0fd40 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=numeric tf_req_id=c195a430-345a-301a-1d56-e5910480e69e timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=bcrypt_hash @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6c3c1292-c5e8-22c0-b136-9077b2c0fd40 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_attribute_path=id tf_req_id=6c3c1292-c5e8-22c0-b136-9077b2c0fd40 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @module=sdk.framework tf_req_id=c195a430-345a-301a-1d56-e5910480e69e tf_resource_type=random_password timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=fb5f2e21-a6ee-6408-c04e-17ccc4377f14 tf_rpc=ReadResource tf_attribute_path=min_special timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=fb5f2e21-a6ee-6408-c04e-17ccc4377f14 @module=sdk.framework tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=fb5f2e21-a6ee-6408-c04e-17ccc4377f14 tf_resource_type=random_password timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=numeric tf_req_id=6c3c1292-c5e8-22c0-b136-9077b2c0fd40 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=584dbc39-0f2d-f883-f9bd-ab93e34207f7 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=584dbc39-0f2d-f883-f9bd-ab93e34207f7 tf_rpc=ReadResource tf_resource_type=random_password timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=numeric tf_req_id=584dbc39-0f2d-f883-f9bd-ab93e34207f7 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password tf_rpc=ReadResource tf_req_id=584dbc39-0f2d-f883-f9bd-ab93e34207f7 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=584dbc39-0f2d-f883-f9bd-ab93e34207f7 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_attribute_path=upper timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password tf_rpc=ReadResource tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=584dbc39-0f2d-f883-f9bd-ab93e34207f7 timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_req_id=1c50ec52-3e4e-b853-1edf-dbed89b620b8 timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=min_upper tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=40458cf2-16b2-14af-a56b-6db7f5986221 timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.472+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=074bc6ec-bdec-0844-265a-29be8e25cfdc tf_attribute_path=min_special tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=fb5f2e21-a6ee-6408-c04e-17ccc4377f14 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=074bc6ec-bdec-0844-265a-29be8e25cfdc tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=074bc6ec-bdec-0844-265a-29be8e25cfdc tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=fb5f2e21-a6ee-6408-c04e-17ccc4377f14 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource tf_attribute_path=length tf_req_id=c195a430-345a-301a-1d56-e5910480e69e tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=lower tf_req_id=c195a430-345a-301a-1d56-e5910480e69e tf_resource_type=random_password @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6c3c1292-c5e8-22c0-b136-9077b2c0fd40 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_lower tf_req_id=a3f4dcbe-9689-8320-d0da-f3c27097d26f tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=a3f4dcbe-9689-8320-d0da-f3c27097d26f tf_resource_type=random_password timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=numeric @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=a3f4dcbe-9689-8320-d0da-f3c27097d26f tf_resource_type=random_password timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource tf_attribute_path=number tf_req_id=6c3c1292-c5e8-22c0-b136-9077b2c0fd40 timestamp="2025-07-11T08:52:38.471+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=584dbc39-0f2d-f883-f9bd-ab93e34207f7 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=min_upper tf_resource_type=random_password timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework tf_req_id=c195a430-345a-301a-1d56-e5910480e69e tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource tf_req_id=40458cf2-16b2-14af-a56b-6db7f5986221 tf_resource_type=random_password timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=1c50ec52-3e4e-b853-1edf-dbed89b620b8 @module=sdk.framework tf_resource_type=random_password timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=c195a430-345a-301a-1d56-e5910480e69e tf_resource_type=random_password tf_rpc=ReadResource tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=6c3c1292-c5e8-22c0-b136-9077b2c0fd40 tf_resource_type=random_password timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_numeric tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=a3f4dcbe-9689-8320-d0da-f3c27097d26f tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=40458cf2-16b2-14af-a56b-6db7f5986221 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=length tf_req_id=1c50ec52-3e4e-b853-1edf-dbed89b620b8 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=40458cf2-16b2-14af-a56b-6db7f5986221 tf_resource_type=random_password tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.473+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=special tf_req_id=1c50ec52-3e4e-b853-1edf-dbed89b620b8 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.474+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=lower tf_req_id=40458cf2-16b2-14af-a56b-6db7f5986221 tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.474+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=1c50ec52-3e4e-b853-1edf-dbed89b620b8 tf_rpc=ReadResource tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.474+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=1c50ec52-3e4e-b853-1edf-dbed89b620b8 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.474+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_special tf_req_id=c195a430-345a-301a-1d56-e5910480e69e tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.474+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6c3c1292-c5e8-22c0-b136-9077b2c0fd40 tf_resource_type=random_password tf_rpc=ReadResource tf_attribute_path=min_numeric @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.474+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=584dbc39-0f2d-f883-f9bd-ab93e34207f7 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=length timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.474+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=a3f4dcbe-9689-8320-d0da-f3c27097d26f tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.474+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_numeric tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=1c50ec52-3e4e-b853-1edf-dbed89b620b8 @module=sdk.framework timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.474+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=number @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=a3f4dcbe-9689-8320-d0da-f3c27097d26f tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.474+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_special tf_req_id=6c3c1292-c5e8-22c0-b136-9077b2c0fd40 tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.474+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_req_id=40458cf2-16b2-14af-a56b-6db7f5986221 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:52:38.472+0200" +2025-07-11T08:52:38.474+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=a3f4dcbe-9689-8320-d0da-f3c27097d26f timestamp="2025-07-11T08:52:38.473+0200" +2025-07-11T08:52:38.474+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=lower tf_req_id=a3f4dcbe-9689-8320-d0da-f3c27097d26f tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:52:38.473+0200" +2025-07-11T08:52:38.474+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=id tf_req_id=a3f4dcbe-9689-8320-d0da-f3c27097d26f tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.473+0200" +2025-07-11T08:52:38.475+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_numeric tf_resource_type=random_password tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=40458cf2-16b2-14af-a56b-6db7f5986221 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:38.473+0200" +2025-07-11T08:52:38.475+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=40458cf2-16b2-14af-a56b-6db7f5986221 tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.473+0200" +2025-07-11T08:52:38.475+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=40458cf2-16b2-14af-a56b-6db7f5986221 tf_resource_type=random_password tf_rpc=ReadResource tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:52:38.473+0200" +2025-07-11T08:52:38.475+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=bcrypt_hash tf_resource_type=random_password @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=40458cf2-16b2-14af-a56b-6db7f5986221 tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.473+0200" +2025-07-11T08:52:38.475+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=upper tf_req_id=a3f4dcbe-9689-8320-d0da-f3c27097d26f tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:38.473+0200" +2025-07-11T08:52:38.475+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=min_upper tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=1c50ec52-3e4e-b853-1edf-dbed89b620b8 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.473+0200" +2025-07-11T08:52:38.475+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=40458cf2-16b2-14af-a56b-6db7f5986221 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.473+0200" +2025-07-11T08:52:38.475+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_lower tf_req_id=584dbc39-0f2d-f883-f9bd-ab93e34207f7 timestamp="2025-07-11T08:52:38.473+0200" +2025-07-11T08:52:38.475+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=min_special tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=584dbc39-0f2d-f883-f9bd-ab93e34207f7 tf_resource_type=random_password timestamp="2025-07-11T08:52:38.473+0200" +2025-07-11T08:52:38.475+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=bcrypt_hash tf_req_id=584dbc39-0f2d-f883-f9bd-ab93e34207f7 tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.473+0200" +2025-07-11T08:52:38.475+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=a3f4dcbe-9689-8320-d0da-f3c27097d26f tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.473+0200" +2025-07-11T08:52:38.475+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=special tf_req_id=a3f4dcbe-9689-8320-d0da-f3c27097d26f tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:52:38.473+0200" +2025-07-11T08:52:38.475+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=a3f4dcbe-9689-8320-d0da-f3c27097d26f tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.473+0200" +2025-07-11T08:52:38.487+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:38.487+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:38.487+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:38 [INFO] Checking namespace postgresql +2025-07-11T08:52:38.488+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_method=GET tf_http_req_version=HTTP/1.1 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Accept="application/json, */*" Host=rancher.bridge.fourlights.dev tf_http_op_type=request tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/postgresql tf_http_trans_id=74b1e057-f3ea-2b95-5ebd-727218e82d2a @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept-Encoding=gzip new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." @module=kubernetes.Kubernetes User-Agent="HashiCorp/1.0 Terraform/1.12.1" timestamp="2025-07-11T08:52:38.487+0200" +2025-07-11T08:52:38.488+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=84bb1b2c-a510-e879-32cb-117ac41ed85e tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=numeric tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.487+0200" +2025-07-11T08:52:38.488+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_upper tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=84bb1b2c-a510-e879-32cb-117ac41ed85e tf_resource_type=random_password @module=sdk.framework timestamp="2025-07-11T08:52:38.487+0200" +2025-07-11T08:52:38.488+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=result tf_req_id=84bb1b2c-a510-e879-32cb-117ac41ed85e tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.487+0200" +2025-07-11T08:52:38.488+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=84bb1b2c-a510-e879-32cb-117ac41ed85e @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.487+0200" +2025-07-11T08:52:38.488+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=bcrypt_hash tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=84bb1b2c-a510-e879-32cb-117ac41ed85e timestamp="2025-07-11T08:52:38.487+0200" +2025-07-11T08:52:38.488+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=id tf_req_id=84bb1b2c-a510-e879-32cb-117ac41ed85e tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.487+0200" +2025-07-11T08:52:38.488+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=93dbcc26-45aa-173c-18f1-1e8f708c08cf @module=sdk.framework timestamp="2025-07-11T08:52:38.487+0200" +2025-07-11T08:52:38.488+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=special tf_req_id=93dbcc26-45aa-173c-18f1-1e8f708c08cf tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:38.487+0200" +2025-07-11T08:52:38.488+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=84bb1b2c-a510-e879-32cb-117ac41ed85e tf_resource_type=random_password tf_rpc=ReadResource tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.487+0200" +2025-07-11T08:52:38.488+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_numeric tf_req_id=93dbcc26-45aa-173c-18f1-1e8f708c08cf tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:52:38.487+0200" +2025-07-11T08:52:38.488+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=result tf_req_id=93dbcc26-45aa-173c-18f1-1e8f708c08cf @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:52:38.487+0200" +2025-07-11T08:52:38.488+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=93dbcc26-45aa-173c-18f1-1e8f708c08cf @module=sdk.framework tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.487+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=84bb1b2c-a510-e879-32cb-117ac41ed85e tf_rpc=ReadResource tf_attribute_path=length tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.487+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=84bb1b2c-a510-e879-32cb-117ac41ed85e tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.487+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=717a013e-80d8-fd19-d61b-b444b5e0f816 tf_resource_type=random_password tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:52:38.487+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_special tf_resource_type=random_password tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=93dbcc26-45aa-173c-18f1-1e8f708c08cf timestamp="2025-07-11T08:52:38.487+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=717a013e-80d8-fd19-d61b-b444b5e0f816 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.487+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=84bb1b2c-a510-e879-32cb-117ac41ed85e tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.487+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=93dbcc26-45aa-173c-18f1-1e8f708c08cf tf_resource_type=random_password @module=sdk.framework tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=bcrypt_hash timestamp="2025-07-11T08:52:38.488+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=717a013e-80d8-fd19-d61b-b444b5e0f816 tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.488+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=93dbcc26-45aa-173c-18f1-1e8f708c08cf tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=override_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:52:38.488+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=lower tf_req_id=717a013e-80d8-fd19-d61b-b444b5e0f816 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.488+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=84bb1b2c-a510-e879-32cb-117ac41ed85e tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_special @module=sdk.framework timestamp="2025-07-11T08:52:38.488+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=bcrypt_hash tf_req_id=717a013e-80d8-fd19-d61b-b444b5e0f816 tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.488+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=84bb1b2c-a510-e879-32cb-117ac41ed85e tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:52:38.488+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_req_id=717a013e-80d8-fd19-d61b-b444b5e0f816 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.488+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=717a013e-80d8-fd19-d61b-b444b5e0f816 timestamp="2025-07-11T08:52:38.488+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=717a013e-80d8-fd19-d61b-b444b5e0f816 tf_resource_type=random_password @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.488+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_lower tf_req_id=93dbcc26-45aa-173c-18f1-1e8f708c08cf tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:52:38.488+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=93dbcc26-45aa-173c-18f1-1e8f708c08cf @module=sdk.framework tf_attribute_path=number tf_resource_type=random_password timestamp="2025-07-11T08:52:38.488+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password tf_req_id=93dbcc26-45aa-173c-18f1-1e8f708c08cf tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:52:38.488+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=717a013e-80d8-fd19-d61b-b444b5e0f816 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:38.488+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=717a013e-80d8-fd19-d61b-b444b5e0f816 tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=upper timestamp="2025-07-11T08:52:38.488+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=93dbcc26-45aa-173c-18f1-1e8f708c08cf timestamp="2025-07-11T08:52:38.488+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=93dbcc26-45aa-173c-18f1-1e8f708c08cf tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.488+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_req_id=717a013e-80d8-fd19-d61b-b444b5e0f816 timestamp="2025-07-11T08:52:38.488+0200" +2025-07-11T08:52:38.489+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=717a013e-80d8-fd19-d61b-b444b5e0f816 tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:52:38.489+0200" +2025-07-11T08:52:38.490+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework tf_req_id=84bb1b2c-a510-e879-32cb-117ac41ed85e tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.489+0200" +2025-07-11T08:52:38.490+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=93dbcc26-45aa-173c-18f1-1e8f708c08cf tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.488+0200" +2025-07-11T08:52:38.490+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=min_lower tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=717a013e-80d8-fd19-d61b-b444b5e0f816 tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.489+0200" +2025-07-11T08:52:38.492+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:52:38.492+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=969244 +2025-07-11T08:52:38.492+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:52:38.505+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:38.505+0200" +2025-07-11T08:52:38.517+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin405778048 network=unix timestamp="2025-07-11T08:52:38.517+0200" +2025-07-11T08:52:38.517+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:38.524+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:38.526+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=66a6c8d9-dac3-92cb-3de5-40cf142a5ee9 tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:52:38.525+0200" +2025-07-11T08:52:38.526+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=66a6c8d9-dac3-92cb-3de5-40cf142a5ee9 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=number tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.525+0200" +2025-07-11T08:52:38.526+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=66a6c8d9-dac3-92cb-3de5-40cf142a5ee9 timestamp="2025-07-11T08:52:38.525+0200" +2025-07-11T08:52:38.526+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=66a6c8d9-dac3-92cb-3de5-40cf142a5ee9 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=numeric timestamp="2025-07-11T08:52:38.525+0200" +2025-07-11T08:52:38.526+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=length tf_req_id=66a6c8d9-dac3-92cb-3de5-40cf142a5ee9 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.526+0200" +2025-07-11T08:52:38.526+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=66a6c8d9-dac3-92cb-3de5-40cf142a5ee9 tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.526+0200" +2025-07-11T08:52:38.526+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:38 [INFO] Reading secret bridge-tls +2025-07-11T08:52:38.527+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=id tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=66a6c8d9-dac3-92cb-3de5-40cf142a5ee9 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:38.526+0200" +2025-07-11T08:52:38.527+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=66a6c8d9-dac3-92cb-3de5-40cf142a5ee9 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_numeric tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.526+0200" +2025-07-11T08:52:38.527+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_version=HTTP/1.1 tf_http_trans_id=e3c384f6-c7d8-1f82-62e3-bd609f18090d Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_req_method=GET @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/cert-manager/secrets/bridge-tls Accept-Encoding=gzip timestamp="2025-07-11T08:52:38.527+0200" +2025-07-11T08:52:38.527+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=66a6c8d9-dac3-92cb-3de5-40cf142a5ee9 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=override_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.527+0200" +2025-07-11T08:52:38.527+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=66a6c8d9-dac3-92cb-3de5-40cf142a5ee9 tf_resource_type=random_password timestamp="2025-07-11T08:52:38.527+0200" +2025-07-11T08:52:38.527+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f84a935a-b17b-1aa3-bbf9-177e8a3af20a tf_rpc=ConfigureProvider config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" timestamp="2025-07-11T08:52:38.527+0200" +2025-07-11T08:52:38.527+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:38 [INFO] Checking namespace mongodb +2025-07-11T08:52:38.527+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_body="" tf_http_req_method=GET @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev tf_http_op_type=request tf_http_trans_id=de220294-64f2-e362-088c-ac3f69887179 tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/mongodb tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T08:52:38.527+0200" +2025-07-11T08:52:38.527+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_attribute_path=min_upper tf_req_id=66a6c8d9-dac3-92cb-3de5-40cf142a5ee9 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.527+0200" +2025-07-11T08:52:38.528+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=66a6c8d9-dac3-92cb-3de5-40cf142a5ee9 tf_resource_type=random_password tf_rpc=ReadResource tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:52:38.527+0200" +2025-07-11T08:52:38.528+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=special tf_req_id=66a6c8d9-dac3-92cb-3de5-40cf142a5ee9 tf_resource_type=random_password timestamp="2025-07-11T08:52:38.527+0200" +2025-07-11T08:52:38.528+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=66a6c8d9-dac3-92cb-3de5-40cf142a5ee9 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:52:38.527+0200" +2025-07-11T08:52:38.528+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f84a935a-b17b-1aa3-bbf9-177e8a3af20a settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_rpc=ConfigureProvider timestamp="2025-07-11T08:52:38.527+0200" +2025-07-11T08:52:38.528+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f84a935a-b17b-1aa3-bbf9-177e8a3af20a tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm timestamp="2025-07-11T08:52:38.528+0200" +2025-07-11T08:52:38.528+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn" references: [] +2025-07-11T08:52:38.530+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:38 [INFO] Checking namespace argocd +2025-07-11T08:52:38.530+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_version=HTTP/1.1 User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/argocd tf_http_trans_id=9146e92d-5b44-2ff2-6708-87592de15eca tf_http_req_method=GET @module=kubernetes.Kubernetes Accept="application/json, */*" timestamp="2025-07-11T08:52:38.530+0200" +2025-07-11T08:52:38.533+0200 [DEBUG] ReferenceTransformer: "module.minio.helm_release.minio" references: [] +2025-07-11T08:52:38.533+0200 [DEBUG] UpgradeResourceState: ignoring dynamic block: map[string]interface {}{"type":[]interface {}{"object", map[string]interface {}{"apiVersion":"string", "kind":"string", "metadata":[]interface {}{"object", map[string]interface {}{"annotations":[]interface {}{"map", "string"}, "creationTimestamp":"string", "deletionGracePeriodSeconds":"number", "deletionTimestamp":"string", "finalizers":[]interface {}{"list", "string"}, "generateName":"string", "generation":"number", "labels":[]interface {}{"map", "string"}, "managedFields":[]interface {}{"tuple", []interface {}{[]interface {}{"object", map[string]interface {}{"apiVersion":"string", "fieldsType":"string", "fieldsV1":"dynamic", "manager":"string", "operation":"string", "subresource":"string", "time":"string"}}}}, "name":"string", "namespace":"string", "ownerReferences":[]interface {}{"list", []interface {}{"object", map[string]interface {}{"apiVersion":"string", "blockOwnerDeletion":"bool", "controller":"bool", "kind":"string", "name":"string", "uid":"string"}}}, "resourceVersion":"string", "selfLink":"string", "uid":"string"}}, "spec":[]interface {}{"object", map[string]interface {}{"failurePolicy":"string", "valuesContent":"string"}}}}, "value":map[string]interface {}{"apiVersion":"helm.cattle.io/v1", "kind":"HelmChartConfig", "metadata":map[string]interface {}{"annotations":interface {}(nil), "creationTimestamp":interface {}(nil), "deletionGracePeriodSeconds":interface {}(nil), "deletionTimestamp":interface {}(nil), "finalizers":interface {}(nil), "generateName":interface {}(nil), "generation":interface {}(nil), "labels":interface {}(nil), "managedFields":interface {}(nil), "name":"rke2-ingress-nginx", "namespace":"kube-system", "ownerReferences":interface {}(nil), "resourceVersion":interface {}(nil), "selfLink":interface {}(nil), "uid":interface {}(nil)}, "spec":map[string]interface {}{"failurePolicy":interface {}(nil), "valuesContent":"controller:\n config:\n use-forwarded-headers: \"true\"\n"}}} +2025-07-11T08:52:38.533+0200 [DEBUG] UpgradeResourceState: ignoring dynamic block: map[string]interface {}{"type":[]interface {}{"object", map[string]interface {}{"apiVersion":"string", "kind":"string", "metadata":[]interface {}{"object", map[string]interface {}{"name":"string", "namespace":"string"}}, "spec":[]interface {}{"object", map[string]interface {}{"valuesContent":"string"}}}}, "value":map[string]interface {}{"apiVersion":"helm.cattle.io/v1", "kind":"HelmChartConfig", "metadata":map[string]interface {}{"name":"rke2-ingress-nginx", "namespace":"kube-system"}, "spec":map[string]interface {}{"valuesContent":"controller:\n config:\n use-forwarded-headers: \"true\"\n"}}} +2025-07-11T08:52:38.536+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:38 [INFO] Checking namespace zitadel +2025-07-11T08:52:38.536+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @module=kubernetes.Kubernetes Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET Accept="application/json, */*" tf_http_op_type=request tf_http_req_body="" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_trans_id=4976b3b9-9cbf-49d5-71c8-3fbdf4171da9 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/zitadel tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T08:52:38.536+0200" +2025-07-11T08:52:38.537+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:38 [INFO] Checking namespace redis +2025-07-11T08:52:38.537+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_body="" Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_trans_id=0e3c946c-3d46-7746-eb7e-114e81797a2c tf_http_req_method=GET Accept="application/json, */*" Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/redis @module=kubernetes.Kubernetes timestamp="2025-07-11T08:52:38.537+0200" +2025-07-11T08:52:38.537+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.null_resource.health_check" references: [] +2025-07-11T08:52:38.540+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000a10000 Settings:0xc00083f440 RegistryClient:0xc000a12000 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c timestamp="2025-07-11T08:52:38.540+0200" +2025-07-11T08:52:38.540+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Current state before changes: {Atomic:false Chart:"longhorn" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"longhorn" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"v1.7.1","chart":"longhorn","first_deployed":1732547795,"last_deployed":1752215357,"name":"longhorn","namespace":"longhorn-system","notes":"Longhorn is now installed on the cluster!\n\nPlease wait a few minutes for other Longhorn components such as CSI deployments, Engine Images, and Instance Managers to be initialized.\n\nVisit our documentation at https://longhorn.io/docs/\n","revision":2,"values":"{\"csi\":{\"kubeletRootDir\":\"/var/lib/kubelet\"},\"defaultSettings\":{\"defaultDataLocality\":\"best-effort\",\"defaultDataPath\":\"/var/lib/longhorn/\",\"storageOverProvisioningPercentage\":90},\"enablePSP\":false,\"persistence\":{\"defaultClassReplicaCount\":1,\"defaultDataLocality\":\"best-effort\"},\"serviceMonitor\":{\"enabled\":true}}","version":"1.7.1"} Name:"longhorn" Namespace:"longhorn-system" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.longhorn.io" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"defaultSettings.defaultDataPath","type":"","value":"/var/lib/longhorn/"},{"name":"defaultSettings.defaultDataLocality","type":"","value":"best-effort"},{"name":"defaultSettings.storageOverProvisioningPercentage","type":"","value":"90"},{"name":"csi.kubeletRootDir","type":"","value":"/var/lib/kubelet"},{"name":"enablePSP","type":"","value":"false"},{"name":"serviceMonitor.enabled","type":"","value":"true"},{"name":"persistence.defaultClassReplicaCount","type":"","value":"1"},{"name":"persistence.defaultDataLocality","type":"","value":"best-effort"}] SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values: Verify:false Version:"1.7.1" Wait:true WaitForJobs:false}: @module=helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:877 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.540+0200" +2025-07-11T08:52:38.541+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: longhorn] Start: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1653 tf_resource_type=helm_release tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c timestamp="2025-07-11T08:52:38.540+0200" +2025-07-11T08:52:38.541+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 timestamp="2025-07-11T08:52:38.540+0200" +2025-07-11T08:52:38.541+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm configPaths=[] tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:38.541+0200" +2025-07-11T08:52:38.541+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:38.541+0200" +2025-07-11T08:52:38.541+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: longhorn getRelease post action created: tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release timestamp="2025-07-11T08:52:38.541+0200" +2025-07-11T08:52:39.038+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_status_reason="404 Not Found" tf_http_trans_id=e3c384f6-c7d8-1f82-62e3-bd609f18090d @module=kubernetes.Kubernetes X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response tf_http_res_status_code=404 tf_http_res_version=HTTP/2.0 Audit-Id=33575d1a-7fbe-4c60-93bc-1c747ffc9109 + tf_http_res_body= + | {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"secrets \"bridge-tls\" not found","reason":"NotFound","details":{"name":"bridge-tls","kind":"secrets"},"code":404} + @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=194 Content-Type=application/json new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." Date="Fri, 11 Jul 2025 06:52:38 GMT" X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff timestamp="2025-07-11T08:52:39.038+0200" +2025-07-11T08:52:39.038+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Audit-Id=2b0b11a9-2a93-4b4e-9b8d-d47e06d69a7f Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response tf_http_res_status_code=200 Content-Length=1223 X-Content-Type-Options=nosniff + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"argocd","uid":"8c7a5f8e-f333-455a-bc71-e979eafb6297","resourceVersion":"109670603","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"argocd"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Type=application/json Date="Fri, 11 Jul 2025 06:52:38 GMT" X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_reason="200 OK" @module=kubernetes.Kubernetes tf_http_res_version=HTTP/2.0 tf_http_trans_id=9146e92d-5b44-2ff2-6708-87592de15eca timestamp="2025-07-11T08:52:39.038+0200" +2025-07-11T08:52:39.038+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Content-Type-Options=nosniff Audit-Id=a25436d0-88e2-4114-a6cb-b7f6edd9d666 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_reason="200 OK" tf_http_trans_id=de220294-64f2-e362-088c-ac3f69887179 + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"mongodb","uid":"eae31e15-ed78-4956-9278-4c39b87a8842","resourceVersion":"2007792","creationTimestamp":"2024-11-29T19:03:50Z","labels":{"kubernetes.io/metadata.name":"mongodb"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2024-11-29T19:03:51Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2024-11-29T19:03:51Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2024-11-29T19:03:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2024-11-29T19:03:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 Content-Length=1223 X-Api-Cattle-Auth=true tf_http_op_type=response X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json Date="Fri, 11 Jul 2025 06:52:38 GMT" timestamp="2025-07-11T08:52:39.038+0200" +2025-07-11T08:52:39.038+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Date="Fri, 11 Jul 2025 06:52:38 GMT" X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=4976b3b9-9cbf-49d5-71c8-3fbdf4171da9 Content-Length=1225 tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=66faac62-a59b-4850-be1b-6e36a32081f4 X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_op_type=response @module=kubernetes.Kubernetes Content-Type=application/json X-Content-Type-Options=nosniff + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"zitadel","uid":"2624b1c4-feb9-4c7a-aa15-4d2f7f5b89de","resourceVersion":"109670602","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"zitadel"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_version=HTTP/2.0 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] timestamp="2025-07-11T08:52:39.038+0200" +2025-07-11T08:52:39.038+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Namespace zitadel exists +2025-07-11T08:52:39.038+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Content-Type-Options=nosniff new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" Content-Length=1231 Date="Fri, 11 Jul 2025 06:52:38 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"monitoring","uid":"4e752f54-5f50-4c50-9f26-9b0bc0d1b794","resourceVersion":"109677753","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"monitoring"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:47:49Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:47:49Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:47:48Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_version=HTTP/2.0 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=7cfac16c-3c13-459b-9829-532dd096a269 tf_http_trans_id=1d5a81fd-c4b3-5481-ab43-35c6b461b392 @module=kubernetes.Kubernetes Content-Type=application/json X-Api-Cattle-Auth=true timestamp="2025-07-11T08:52:39.038+0200" +2025-07-11T08:52:39.038+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Namespace monitoring exists +2025-07-11T08:52:39.038+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Namespace argocd exists +2025-07-11T08:52:39.038+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Reading namespace argocd +2025-07-11T08:52:39.038+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Namespace mongodb exists +2025-07-11T08:52:39.038+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Reading namespace mongodb +2025-07-11T08:52:39.038+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Reading namespace zitadel +2025-07-11T08:52:39.039+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Reading namespace monitoring +2025-07-11T08:52:39.039+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_trans_id=e4809ee7-da49-8973-c723-56b7300ef55d tf_http_req_method=GET Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_op_type=request tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/zitadel tf_http_req_version=HTTP/1.1 @module=kubernetes.Kubernetes Accept="application/json, */*" Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" timestamp="2025-07-11T08:52:39.039+0200" +2025-07-11T08:52:39.039+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @module=kubernetes.Kubernetes Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_op_type=request tf_http_req_version=HTTP/1.1 tf_http_trans_id=11740867-cd73-87ed-0297-9e2ff044cee3 Accept-Encoding=gzip tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/argocd @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" timestamp="2025-07-11T08:52:39.039+0200" +2025-07-11T08:52:39.039+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/mongodb tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_body="" tf_http_req_method=GET User-Agent="HashiCorp/1.0 Terraform/1.12.1" Accept="application/json, */*" tf_http_op_type=request tf_http_trans_id=6451938c-b504-10f0-7332-36cc1d36877e timestamp="2025-07-11T08:52:39.039+0200" +2025-07-11T08:52:39.039+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @module=kubernetes.Kubernetes new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/monitoring tf_http_req_version=HTTP/1.1 tf_http_trans_id=1cbe161e-5776-7536-3ff0-3b17a9b07fe6 Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" Accept-Encoding=gzip tf_http_op_type=request @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 timestamp="2025-07-11T08:52:39.039+0200" +2025-07-11T08:52:39.043+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0006f62a0 Settings:0xc0006fd440 RegistryClient:0xc0006c5600 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.043+0200" +2025-07-11T08:52:39.044+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Current state before changes: {Atomic:false Chart:"minio" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"minio" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"2025.3.12","chart":"minio","first_deployed":1732564007,"last_deployed":1752215358,"name":"minio","namespace":"minio","notes":"CHART NAME: minio\nCHART VERSION: 16.0.0\nAPP VERSION: 2025.3.12\n\nDid you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami for more information.\n\n** Please be patient while the chart is being deployed **\n\nMinIO® can be accessed via port on the following DNS name from within your cluster:\n\n minio.minio.svc.cluster.local\n\nTo get your credentials run:\n\n export ROOT_USER=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-user}\" | base64 -d)\n export ROOT_PASSWORD=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-password}\" | base64 -d)\n\nTo connect to your MinIO® server using a client:\n\n- Run a MinIO® Client pod and append the desired command (e.g. 'admin info'):\n\n kubectl run --namespace minio minio-client \\\n --rm --tty -i --restart='Never' \\\n --env MINIO_SERVER_ROOT_USER=$ROOT_USER \\\n --env MINIO_SERVER_ROOT_PASSWORD=$ROOT_PASSWORD \\\n --env MINIO_SERVER_HOST=minio \\\n --image docker.io/bitnami/minio-client:2025.3.12-debian-12-r0 -- admin info minio\n\nTo access the MinIO® web UI:\n\n- Get the MinIO® URL:\n\n You should be able to access your new MinIO® web UI through\n\n http://storage-admin.365zon.fourlights.dev/minio/\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"apiIngress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"auth\":{\"rootPassword\":\"(sensitive value)\",\"rootUser\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage-admin.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"mode\":\"standalone\",\"persistence\":{\"size\":\"40Gi\"},\"resourcesPreset\":\"nano\",\"statefulset\":{\"drivesPerNode\":2,\"replicaCount\":1},\"tls\":{\"enabled\":false}}","version":"16.0.0"} Name:"minio" Namespace:"minio" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"mode","type":"","value":"standalone"},{"name":"resourcesPreset","type":"","value":"nano"},{"name":"statefulset.replicaCount","type":"","value":"1"},{"name":"statefulset.drivesPerNode","type":"","value":"2"},{"name":"persistence.size","type":"","value":"40Gi"}] SetList: SetSensitive:[{"name":"auth.rootUser","type":,"value":"Xg6VDlh9GVliFdnWnVec"},{"name":"auth.rootPassword","type":,"value":"j!4VaGixfD6f*nam7EeC0Sa*OogSqYA=cinX9bPj"}] SkipCrds:false Status:"deployed" Timeout:300 Values:["tls:\n enabled: false\n\ningress:\n enabled: true\n tls: false\n ingressClassName: nginx\n hostname: storage-admin.365zon.fourlights.dev\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n \n ingress.kubernetes.io/proxy-body-size: \"0\"\n nginx.ingress.kubernetes.io/proxy-body-size: \"0\"\n \n \n\napiIngress:\n enabled: true\n ingressClassName: nginx\n tls: false\n hostname: storage.365zon.fourlights.dev\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n \n ingress.kubernetes.io/proxy-body-size: \"0\"\n nginx.ingress.kubernetes.io/proxy-body-size: \"0\"\n \n"] Verify:false Version:"16.0.0" Wait:true WaitForJobs:true}: tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:877 tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_rpc=ReadResource @module=helm timestamp="2025-07-11T08:52:39.043+0200" +2025-07-11T08:52:39.044+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: minio] Start: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1653 tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.044+0200" +2025-07-11T08:52:39.044+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_rpc=ReadResource KubernetesData=map[] tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 timestamp="2025-07-11T08:52:39.044+0200" +2025-07-11T08:52:39.044+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @module=helm configPaths=[] tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.044+0200" +2025-07-11T08:52:39.044+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 timestamp="2025-07-11T08:52:39.044+0200" +2025-07-11T08:52:39.044+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: minio getRelease post action created: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.044+0200" +2025-07-11T08:52:39.182+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Audit-Id=7efdca51-63fc-413b-9d3a-f456fa901fee Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"zitadel","uid":"2624b1c4-feb9-4c7a-aa15-4d2f7f5b89de","resourceVersion":"109670602","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"zitadel"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 Content-Length=1225 Date="Fri, 11 Jul 2025 06:52:39 GMT" X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Type=application/json X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_code=200 tf_http_trans_id=e4809ee7-da49-8973-c723-56b7300ef55d @module=kubernetes.Kubernetes timestamp="2025-07-11T08:52:39.181+0200" +2025-07-11T08:52:39.182+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @module=kubernetes.Kubernetes X-Api-Cattle-Auth=true X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"mongodb","uid":"eae31e15-ed78-4956-9278-4c39b87a8842","resourceVersion":"2007792","creationTimestamp":"2024-11-29T19:03:50Z","labels":{"kubernetes.io/metadata.name":"mongodb"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2024-11-29T19:03:51Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2024-11-29T19:03:51Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2024-11-29T19:03:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2024-11-29T19:03:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 Audit-Id=ee127b25-ca69-4855-8b35-59b34ac27d58 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] tf_http_op_type=response tf_http_res_status_reason="200 OK" Content-Length=1223 Date="Fri, 11 Jul 2025 06:52:39 GMT" X-Content-Type-Options=nosniff @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Type=application/json X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_trans_id=6451938c-b504-10f0-7332-36cc1d36877e timestamp="2025-07-11T08:52:39.182+0200" +2025-07-11T08:52:39.182+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_res_status_code=200 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"monitoring","uid":"4e752f54-5f50-4c50-9f26-9b0bc0d1b794","resourceVersion":"109677753","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"monitoring"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:47:49Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:47:49Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:47:48Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_reason="200 OK" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Length=1231 Content-Type=application/json Date="Fri, 11 Jul 2025 06:52:39 GMT" Audit-Id=2d7d4ba4-f602-40ba-84cc-d1bfcdc34f5c X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response tf_http_res_version=HTTP/2.0 tf_http_trans_id=1cbe161e-5776-7536-3ff0-3b17a9b07fe6 X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 timestamp="2025-07-11T08:52:39.181+0200" +2025-07-11T08:52:39.182+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"mongodb", GenerateName:"", Namespace:"", SelfLink:"", UID:"eae31e15-ed78-4956-9278-4c39b87a8842", ResourceVersion:"2007792", Generation:0, CreationTimestamp:time.Date(2024, time.November, 29, 20, 3, 50, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"mongodb"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2024-11-29T19:03:51Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2024-11-29T19:03:51Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2024, time.November, 29, 20, 3, 50, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000c0ce70), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2024, time.November, 29, 20, 3, 50, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000c0cea0), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:52:39.182+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"monitoring", GenerateName:"", Namespace:"", SelfLink:"", UID:"4e752f54-5f50-4c50-9f26-9b0bc0d1b794", ResourceVersion:"109677753", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"monitoring"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:47:49Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:47:49Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc00138ce40), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 47, 48, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc00138ce70), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:52:39.182+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=1231 tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=dc509ebf-e0a2-44f1-90d1-89b8a8e66505 Date="Fri, 11 Jul 2025 06:52:39 GMT" X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"postgresql","uid":"46aa35b4-b1f9-4a41-8246-7d98511837a8","resourceVersion":"109670601","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"postgresql"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + @module=kubernetes.Kubernetes X-Api-Cattle-Auth=true tf_http_res_version=HTTP/2.0 tf_http_trans_id=74b1e057-f3ea-2b95-5ebd-727218e82d2a Content-Type=application/json X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 timestamp="2025-07-11T08:52:39.181+0200" +2025-07-11T08:52:39.182+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Namespace postgresql exists +2025-07-11T08:52:39.182+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_op_type=response tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" tf_http_trans_id=11740867-cd73-87ed-0297-9e2ff044cee3 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=17fc4219-3e01-435d-8821-43861424c336 tf_http_res_version=HTTP/2.0 Date="Fri, 11 Jul 2025 06:52:39 GMT" X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"argocd","uid":"8c7a5f8e-f333-455a-bc71-e979eafb6297","resourceVersion":"109670603","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"argocd"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + @module=kubernetes.Kubernetes Content-Length=1223 Content-Type=application/json X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] timestamp="2025-07-11T08:52:39.181+0200" +2025-07-11T08:52:39.182+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Reading namespace postgresql +2025-07-11T08:52:39.182+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"argocd", GenerateName:"", Namespace:"", SelfLink:"", UID:"8c7a5f8e-f333-455a-bc71-e979eafb6297", ResourceVersion:"109670603", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"argocd"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000c8f0f8), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000c8f128), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:52:39.182+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Length=1221 tf_http_res_status_reason="200 OK" @module=kubernetes.Kubernetes Audit-Id=32ed6131-0168-49e1-adf9-428077d82b51 X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response Date="Fri, 11 Jul 2025 06:52:39 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"redis","uid":"3728ddfb-bb3d-47de-bdd5-6cf6ee0b93b7","resourceVersion":"109670608","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"redis"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_code=200 tf_http_trans_id=0e3c946c-3d46-7746-eb7e-114e81797a2c Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json tf_http_res_version=HTTP/2.0 timestamp="2025-07-11T08:52:39.181+0200" +2025-07-11T08:52:39.182+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Namespace redis exists +2025-07-11T08:52:39.182+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Reading namespace redis +2025-07-11T08:52:39.182+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"zitadel", GenerateName:"", Namespace:"", SelfLink:"", UID:"2624b1c4-feb9-4c7a-aa15-4d2f7f5b89de", ResourceVersion:"109670602", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"zitadel"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001036f90), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001036fc0), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:52:39.182+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_version=HTTP/1.1 @module=kubernetes.Kubernetes Accept="application/json, */*" tf_http_op_type=request tf_http_req_body="" tf_http_req_method=GET tf_http_trans_id=a7e938fd-3ee6-09d5-df2a-f9bd99010d4f Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/postgresql Host=rancher.bridge.fourlights.dev @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" timestamp="2025-07-11T08:52:39.182+0200" +2025-07-11T08:52:39.182+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @module=kubernetes.Kubernetes tf_http_req_version=HTTP/1.1 Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_req_body="" tf_http_trans_id=f60a115c-ce0e-3424-3973-8cd1018c9df9 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Host=rancher.bridge.fourlights.dev tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/redis timestamp="2025-07-11T08:52:39.182+0200" +2025-07-11T08:52:39.184+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.mongodb.kubernetes_namespace.mongodb, 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute +2025-07-11T08:52:39.184+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.argocd.kubernetes_namespace.argocd, 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute +2025-07-11T08:52:39.184+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.monitoring.kubernetes_namespace.monitoring, 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute +2025-07-11T08:52:39.185+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_secret.argocd-tls" references: [] +2025-07-11T08:52:39.185+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth" references: [] +2025-07-11T08:52:39.185+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.zitadel.kubernetes_namespace.zitadel[0], 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute +2025-07-11T08:52:39.185+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:39.186+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 id=968909 +2025-07-11T08:52:39.186+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:39.187+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_secret.zitadel[0]" references: [] +2025-07-11T08:52:39.188+0200 [DEBUG] provider.terraform-provider-null_v3.2.4_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=id tf_req_id=f99c15cb-8b9f-8fd4-1d1e-493ebc7900f0 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/null tf_resource_type=null_resource tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.188+0200" +2025-07-11T08:52:39.188+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Checking secret argocd-tls +2025-07-11T08:52:39.188+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Checking secret prometheus-remote-write-auth +2025-07-11T08:52:39.188+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=80360cbd-952b-9d43-d5b0-24603f7390ee Accept="application/json, */*" tf_http_req_method=GET tf_http_req_body="" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Host=rancher.bridge.fourlights.dev tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/argocd/secrets/argocd-tls @module=kubernetes.Kubernetes tf_http_op_type=request tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T08:52:39.188+0200" +2025-07-11T08:52:39.188+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_op_type=request tf_http_req_body="" tf_http_req_method=GET @module=kubernetes.Kubernetes Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" User-Agent="HashiCorp/1.0 Terraform/1.12.1" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/monitoring/secrets/prometheus-remote-write-auth tf_http_trans_id=7ebb94de-df7f-171f-5126-7fff7d679462 tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T08:52:39.188+0200" +2025-07-11T08:52:39.188+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Checking secret zitadel +2025-07-11T08:52:39.188+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @module=kubernetes.Kubernetes Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_version=HTTP/1.1 tf_http_trans_id=a0c8404a-66b5-7411-2864-ec69118c790a Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/zitadel/secrets/zitadel @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" tf_http_req_body="" tf_http_req_method=GET timestamp="2025-07-11T08:52:39.188+0200" +2025-07-11T08:52:39.190+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:39.190+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:39.194+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:52:39.195+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=969269 +2025-07-11T08:52:39.195+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:52:39.201+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:52:39.201+0200" +2025-07-11T08:52:39.228+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:52:39.228+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: network=unix address=/tmp/plugin271238364 timestamp="2025-07-11T08:52:39.228+0200" +2025-07-11T08:52:39.242+0200 [WARN] ValidateProviderConfig from "module.tenant-365zon.module.minio.provider[\"registry.terraform.io/aminueza/minio\"]" changed the config value, but that value is unused +2025-07-11T08:52:39.242+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:52:39 [DEBUG] MinIO SSL client transport configured successfully: timestamp="2025-07-11T08:52:39.242+0200" +2025-07-11T08:52:39.242+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay" references: [] +2025-07-11T08:52:39.243+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay" references: [] +2025-07-11T08:52:39.243+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:39.243+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 id=968979 +2025-07-11T08:52:39.243+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:39.345+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Content-Type-Options=nosniff tf_http_res_version=HTTP/2.0 Content-Length=537 Date="Fri, 11 Jul 2025 06:52:39 GMT" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"prometheus-remote-write-auth","namespace":"monitoring","uid":"15a01c82-9a5b-4f4f-8a35-8710850a1aea","resourceVersion":"109670609","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:password":{},"f:username":{}},"f:type":{}}}]},"data":{"password":"eW91ci1zZWN1cmUtcGFzc3dvcmQ=","username":"cHJvbWV0aGV1cw=="},"type":"Opaque"} + tf_http_res_status_code=200 tf_http_trans_id=7ebb94de-df7f-171f-5126-7fff7d679462 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Audit-Id=f6033671-a085-4878-bcd4-a9f10f196880 X-Api-Cattle-Auth=true X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_reason="200 OK" Content-Type=application/json X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_op_type=response timestamp="2025-07-11T08:52:39.345+0200" +2025-07-11T08:52:39.345+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_version=HTTP/2.0 tf_http_trans_id=a0c8404a-66b5-7411-2864-ec69118c790a Audit-Id=5d3ebd98-dbac-47f1-b361-385f47a4e7cc Content-Length=485 Date="Fri, 11 Jul 2025 06:52:39 GMT" X-Api-Cattle-Auth=true tf_http_op_type=response tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." Content-Type=application/json X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"zitadel","namespace":"zitadel","uid":"82dac3ea-12ea-4359-ba5c-04454217d607","resourceVersion":"109670607","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:masterkey":{}},"f:type":{}}}]},"data":{"masterkey":"Tm5nTm1VZmYleFZtc01IeUExbXktPk9lW04mRyFkKTo="},"type":"Opaque"} + timestamp="2025-07-11T08:52:39.345+0200" +2025-07-11T08:52:39.345+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:52:39 [ERROR] setting state: expires: '' expected type 'string', got unconvertible type 'time.Time', value: '0001-01-01 00:00:00 +0000 UTC': timestamp="2025-07-11T08:52:39.345+0200" +2025-07-11T08:52:39.346+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:52:39 [ERROR] setting state: last_modified: '' expected type 'string', got unconvertible type 'time.Time', value: '2024-11-25 13:55:45 +0000 UTC': timestamp="2025-07-11T08:52:39.345+0200" +2025-07-11T08:52:39.346+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=f60a115c-ce0e-3424-3973-8cd1018c9df9 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Content-Length=1221 Date="Fri, 11 Jul 2025 06:52:39 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"redis","uid":"3728ddfb-bb3d-47de-bdd5-6cf6ee0b93b7","resourceVersion":"109670608","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"redis"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_version=HTTP/2.0 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" Audit-Id=1ecfadc2-6a37-4947-acd5-935f4d18a4fe X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff timestamp="2025-07-11T08:52:39.345+0200" +2025-07-11T08:52:39.345+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"postgresql","uid":"46aa35b4-b1f9-4a41-8246-7d98511837a8","resourceVersion":"109670601","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"postgresql"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + X-Api-Cattle-Auth=true new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 tf_http_trans_id=a7e938fd-3ee6-09d5-df2a-f9bd99010d4f Content-Length=1231 Date="Fri, 11 Jul 2025 06:52:39 GMT" tf_http_res_status_reason="200 OK" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Audit-Id=2aeb24aa-1c0d-4d79-818b-1ab4740528a6 timestamp="2025-07-11T08:52:39.345+0200" +2025-07-11T08:52:39.346+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"postgresql", GenerateName:"", Namespace:"", SelfLink:"", UID:"46aa35b4-b1f9-4a41-8246-7d98511837a8", ResourceVersion:"109670601", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"postgresql"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000cb2648), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000cb2678), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:52:39.345+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @module=kubernetes.Kubernetes Audit-Id=e8251ba0-f360-4ec5-96f9-0e599a776d8e Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"argocd-tls","namespace":"argocd","uid":"104b95c0-233e-4544-b94c-310faf05fc16","resourceVersion":"109670604","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:type":{}}}]},"type":"Opaque"} + tf_http_res_version=HTTP/2.0 Content-Length=384 tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" tf_http_trans_id=80360cbd-952b-9d43-d5b0-24603f7390ee @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Date="Fri, 11 Jul 2025 06:52:39 GMT" X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 timestamp="2025-07-11T08:52:39.345+0200" +2025-07-11T08:52:39.346+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"redis", GenerateName:"", Namespace:"", SelfLink:"", UID:"3728ddfb-bb3d-47de-bdd5-6cf6ee0b93b7", ResourceVersion:"109670608", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"redis"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0008b4fd8), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0008b5008), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:52:39.346+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Reading secret argocd-tls +2025-07-11T08:52:39.346+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Reading secret prometheus-remote-write-auth +2025-07-11T08:52:39.346+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Reading secret zitadel +2025-07-11T08:52:39.346+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Accept-Encoding=gzip tf_http_op_type=request tf_http_req_body="" tf_http_req_method=GET Accept="application/json, */*" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/monitoring/secrets/prometheus-remote-write-auth tf_http_req_version=HTTP/1.1 @module=kubernetes.Kubernetes Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_trans_id=75a09b8e-21bf-7b96-feed-888ec13f67f0 timestamp="2025-07-11T08:52:39.346+0200" +2025-07-11T08:52:39.346+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/zitadel/secrets/zitadel @module=kubernetes.Kubernetes Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_body="" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_version=HTTP/1.1 tf_http_req_method=GET tf_http_trans_id=7a010ae3-b003-373f-b56b-d68bac1f6b76 timestamp="2025-07-11T08:52:39.346+0200" +2025-07-11T08:52:39.346+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @module=kubernetes.Kubernetes tf_http_req_body="" Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_trans_id=ae8e7ee3-1f3e-fc41-5d59-ea996ebd18b2 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" Host=rancher.bridge.fourlights.dev tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/argocd/secrets/argocd-tls tf_http_req_version=HTTP/1.1 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_method=GET timestamp="2025-07-11T08:52:39.346+0200" +2025-07-11T08:52:39.348+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:52:39 [DEBUG] Reading bucket [365zon2] in region [eu-central-1]: timestamp="2025-07-11T08:52:39.348+0200" +2025-07-11T08:52:39.348+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.postgresql.kubernetes_namespace.postgresql[0], 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute +2025-07-11T08:52:39.348+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.redis.kubernetes_namespace.redis, 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute +2025-07-11T08:52:39.348+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_secret.postgresql_auth[0]" references: [] +2025-07-11T08:52:39.348+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:39.349+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=968961 +2025-07-11T08:52:39.349+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:39.349+0200 [DEBUG] ReferenceTransformer: "module.redis.helm_release.redis" references: [] +2025-07-11T08:52:39.350+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_secret.redis" references: [] +2025-07-11T08:52:39.350+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Checking secret postgresql-auth +2025-07-11T08:52:39.350+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/postgresql/secrets/postgresql-auth tf_http_req_version=HTTP/1.1 @module=kubernetes.Kubernetes Accept="application/json, */*" Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET tf_http_trans_id=6fcc61a7-83a9-fd04-cda7-3ab8d260b643 tf_http_op_type=request tf_http_req_body="" timestamp="2025-07-11T08:52:39.350+0200" +2025-07-11T08:52:39.353+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0007702a0 Settings:0xc000777440 RegistryClient:0xc000441680 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c timestamp="2025-07-11T08:52:39.353+0200" +2025-07-11T08:52:39.353+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Current state before changes: {Atomic:false Chart:"redis" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"redis" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"7.4.1","chart":"redis","first_deployed":1752215366,"last_deployed":1752215366,"name":"redis","namespace":"redis","notes":"CHART NAME: redis\nCHART VERSION: 20.1.7\nAPP VERSION: 7.4.1\n\n** Please be patient while the chart is being deployed **\n\nRedis® can be accessed via port 6379 on the following DNS name from within your cluster:\n\n redis-master.redis.svc.cluster.local\n\n\n\nTo get your password run:\n\n export REDIS_PASSWORD=$(kubectl get secret --namespace redis redis -o jsonpath=\"{.data.redis-password}\" | base64 -d)\n\nTo connect to your Redis® server:\n\n1. Run a Redis® pod that you can use as a client:\n\n kubectl run --namespace redis redis-client --restart='Never' --env REDIS_PASSWORD=$REDIS_PASSWORD --image docker.io/bitnami/redis:7.4.1-debian-12-r0 --command -- sleep infinity\n\n Use the following command to attach to the pod:\n\n kubectl exec --tty -i redis-client \\\n --namespace redis -- bash\n\n2. Connect using the Redis® CLI:\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h redis-master\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace redis svc/redis-master 6379:6379 &\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h 127.0.0.1 -p 6379\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - replica.resources\n - master.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"architecture\":\"standalone\",\"auth\":{\"enabled\":true,\"existingSecret\":\"redis\",\"existingSecretPasswordKey\":\"redis-password\"},\"master\":{\"persistence\":{\"size\":\"6Gi\"}},\"metrics\":{\"enabled\":false}}","version":"20.1.7"} Name:"redis" Namespace:"redis" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["metrics:\n enabled: false\n\narchitecture: standalone\n\nauth:\n enabled: true\n existingSecret: redis\n existingSecretPasswordKey: 'redis-password'\n\nmaster:\n persistence:\n size: 6Gi\n"] Verify:false Version:"20.1.7" Wait:true WaitForJobs:true}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:877 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_rpc=ReadResource tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.353+0200" +2025-07-11T08:52:39.353+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: redis] Start: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1653 tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.353+0200" +2025-07-11T08:52:39.353+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.353+0200" +2025-07-11T08:52:39.353+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.353+0200" +2025-07-11T08:52:39.353+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.353+0200" +2025-07-11T08:52:39.353+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: redis getRelease post action created: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.353+0200" +2025-07-11T08:52:39.492+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_op_type=response tf_http_res_status_reason="200 OK" Content-Length=537 Date="Fri, 11 Jul 2025 06:52:39 GMT" tf_http_res_version=HTTP/2.0 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." Audit-Id=c05c8c1c-ca9f-440b-91ae-7d5b27aa9eb9 X-Api-Cattle-Auth=true + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"prometheus-remote-write-auth","namespace":"monitoring","uid":"15a01c82-9a5b-4f4f-8a35-8710850a1aea","resourceVersion":"109670609","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:password":{},"f:username":{}},"f:type":{}}}]},"data":{"password":"eW91ci1zZWN1cmUtcGFzc3dvcmQ=","username":"cHJvbWV0aGV1cw=="},"type":"Opaque"} + tf_http_res_status_code=200 tf_http_trans_id=75a09b8e-21bf-7b96-feed-888ec13f67f0 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Content-Type-Options=nosniff timestamp="2025-07-11T08:52:39.491+0200" +2025-07-11T08:52:39.492+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Received secret: v1.ObjectMeta{Name:"prometheus-remote-write-auth", GenerateName:"", Namespace:"monitoring", SelfLink:"", UID:"15a01c82-9a5b-4f4f-8a35-8710850a1aea", ResourceVersion:"109670609", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000915d88), Subresource:""}}} +2025-07-11T08:52:39.492+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=c2cf4810-6c10-490e-a2b8-ec6fdc0f134f Content-Length=601 Date="Fri, 11 Jul 2025 06:52:39 GMT" X-Api-Cattle-Auth=true tf_http_trans_id=6fcc61a7-83a9-fd04-cda7-3ab8d260b643 @module=kubernetes.Kubernetes X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response tf_http_res_status_reason="200 OK" Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"postgresql-auth","namespace":"postgresql","uid":"02e1e77a-2f52-472a-9f4e-58998a742cff","resourceVersion":"109670606","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:password":{},"f:rootpassword":{}},"f:type":{}}}]},"data":{"password":"NnspTnVjM3RaZU5SMFs/cVRmeGwoKmkwXWctP2tiM259S2U0X1V1eg==","rootpassword":"UHZ3TUl7THpuVmFTPHFfWyhyWEQwcF1jPl9XLTExMiRJWmZkQUgyUQ=="},"type":"generic"} + timestamp="2025-07-11T08:52:39.491+0200" +2025-07-11T08:52:39.492+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"argocd-tls","namespace":"argocd","uid":"104b95c0-233e-4544-b94c-310faf05fc16","resourceVersion":"109670604","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:type":{}}}]},"type":"Opaque"} + tf_http_res_status_reason="200 OK" @module=kubernetes.Kubernetes tf_http_trans_id=ae8e7ee3-1f3e-fc41-5d59-ea996ebd18b2 X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=5becb2a7-08d3-4d5a-8b90-e44178452c61 Content-Type=application/json X-Api-Cattle-Auth=true Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=384 Date="Fri, 11 Jul 2025 06:52:39 GMT" timestamp="2025-07-11T08:52:39.491+0200" +2025-07-11T08:52:39.492+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Received secret: v1.ObjectMeta{Name:"argocd-tls", GenerateName:"", Namespace:"argocd", SelfLink:"", UID:"104b95c0-233e-4544-b94c-310faf05fc16", ResourceVersion:"109670604", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc00118c0f0), Subresource:""}}} +2025-07-11T08:52:39.492+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=262254e8-c680-4898-8d0f-1354c730a976 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"zitadel","namespace":"zitadel","uid":"82dac3ea-12ea-4359-ba5c-04454217d607","resourceVersion":"109670607","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:masterkey":{}},"f:type":{}}}]},"data":{"masterkey":"Tm5nTm1VZmYleFZtc01IeUExbXktPk9lW04mRyFkKTo="},"type":"Opaque"} + tf_http_trans_id=7a010ae3-b003-373f-b56b-d68bac1f6b76 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json Date="Fri, 11 Jul 2025 06:52:39 GMT" X-Api-Cattle-Auth=true new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_version=HTTP/2.0 X-Content-Type-Options=nosniff tf_http_op_type=response tf_http_res_status_reason="200 OK" Content-Length=485 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_status_code=200 timestamp="2025-07-11T08:52:39.491+0200" +2025-07-11T08:52:39.492+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Received secret: v1.ObjectMeta{Name:"zitadel", GenerateName:"", Namespace:"zitadel", SelfLink:"", UID:"82dac3ea-12ea-4359-ba5c-04454217d607", ResourceVersion:"109670607", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000e921b0), Subresource:""}}} +2025-07-11T08:52:39.492+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Reading secret postgresql-auth +2025-07-11T08:52:39.492+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." Accept="application/json, */*" tf_http_req_method=GET tf_http_req_body="" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/postgresql/secrets/postgresql-auth tf_http_req_version=HTTP/1.1 @module=kubernetes.Kubernetes Host=rancher.bridge.fourlights.dev tf_http_trans_id=b484d1a3-a5c3-2f59-4a3f-90974ab3cae2 timestamp="2025-07-11T08:52:39.492+0200" +2025-07-11T08:52:39.494+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.monitoring.kubernetes_secret.prometheus_remote_write_auth, 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: + - .type: planned value cty.StringVal("Opaque") for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .immutable: planned value cty.False for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:52:39.494+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.argocd.kubernetes_secret.argocd-tls, 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: + - .immutable: planned value cty.False for a non-computed attribute + - .type: planned value cty.StringVal("Opaque") for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:52:39.494+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.zitadel.kubernetes_secret.zitadel[0], 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: + - .immutable: planned value cty.False for a non-computed attribute + - .type: planned value cty.StringVal("Opaque") for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:52:39.495+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:39.497+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=968941 +2025-07-11T08:52:39.497+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:39.497+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:39.498+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=969090 +2025-07-11T08:52:39.498+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:39.499+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Checking secret redis +2025-07-11T08:52:39.499+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_trans_id=41a1fde3-b08b-d222-6d1f-c6d09d5f0c53 Accept="application/json, */*" Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/redis/secrets/redis tf_http_req_body="" timestamp="2025-07-11T08:52:39.499+0200" +2025-07-11T08:52:39.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: longhorn getRelease post run: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.521+0200" +2025-07-11T08:52:39.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: longhorn getRelease completed: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm timestamp="2025-07-11T08:52:39.521+0200" +2025-07-11T08:52:39.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: longhorn] Done: @module=helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1668 timestamp="2025-07-11T08:52:39.521+0200" +2025-07-11T08:52:39.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseRead: longhorn] Started: tf_rpc=ReadResource @module=helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:899 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:39.521+0200" +2025-07-11T08:52:39.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=helm KubernetesData=map[] timestamp="2025-07-11T08:52:39.521+0200" +2025-07-11T08:52:39.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm configPaths=[] tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.522+0200" +2025-07-11T08:52:39.522+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @module=helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.522+0200" +2025-07-11T08:52:39.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: longhorn getRelease post action created: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.522+0200" +2025-07-11T08:52:39.653+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @module=kubernetes.Kubernetes Audit-Id=0ba3eb86-6dd9-4250-ad2a-b32076e470d9 Content-Length=491 Content-Type=application/json tf_http_trans_id=41a1fde3-b08b-d222-6d1f-c6d09d5f0c53 X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:52:39 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"redis","namespace":"redis","uid":"8025a40f-6901-4ee8-92bb-bfaf43082625","resourceVersion":"109670611","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:redis-password":{}},"f:type":{}}}]},"data":{"redis-password":"ZVNPZkw0R1JGYmNEQDVJM0ZiJTBCT1dIS3NjelVySnI="},"type":"Opaque"} + tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 tf_http_res_status_reason="200 OK" timestamp="2025-07-11T08:52:39.652+0200" +2025-07-11T08:52:39.653+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:52:39 GMT" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response tf_http_res_version=HTTP/2.0 tf_http_trans_id=b484d1a3-a5c3-2f59-4a3f-90974ab3cae2 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=b5dbc06c-cc6f-4518-8b3f-5e5e03370a64 Content-Type=application/json X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 @module=kubernetes.Kubernetes Content-Length=601 tf_http_res_status_code=200 X-Api-Cattle-Auth=true + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"postgresql-auth","namespace":"postgresql","uid":"02e1e77a-2f52-472a-9f4e-58998a742cff","resourceVersion":"109670606","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:password":{},"f:rootpassword":{}},"f:type":{}}}]},"data":{"password":"NnspTnVjM3RaZU5SMFs/cVRmeGwoKmkwXWctP2tiM259S2U0X1V1eg==","rootpassword":"UHZ3TUl7THpuVmFTPHFfWyhyWEQwcF1jPl9XLTExMiRJWmZkQUgyUQ=="},"type":"generic"} + tf_http_res_status_reason="200 OK" timestamp="2025-07-11T08:52:39.652+0200" +2025-07-11T08:52:39.653+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Received secret: v1.ObjectMeta{Name:"postgresql-auth", GenerateName:"", Namespace:"postgresql", SelfLink:"", UID:"02e1e77a-2f52-472a-9f4e-58998a742cff", ResourceVersion:"109670606", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000a82288), Subresource:""}}} +2025-07-11T08:52:39.653+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Reading secret redis +2025-07-11T08:52:39.653+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" @module=kubernetes.Kubernetes Accept="application/json, */*" Accept-Encoding=gzip tf_http_op_type=request tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Host=rancher.bridge.fourlights.dev tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/redis/secrets/redis User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_method=GET tf_http_trans_id=243e5c97-ed62-aa7c-50c3-e7e539311b1c timestamp="2025-07-11T08:52:39.653+0200" +2025-07-11T08:52:39.656+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.postgresql.kubernetes_secret.postgresql_auth[0], 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .immutable: planned value cty.False for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:52:39.656+0200 [DEBUG] ReferenceTransformer: "module.postgresql.helm_release.postgresql[0]" references: [] +2025-07-11T08:52:39.656+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:39.658+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=969000 +2025-07-11T08:52:39.658+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:39.661+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000000d20 Settings:0xc0006fc120 RegistryClient:0xc00067fc00 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:39.661+0200" +2025-07-11T08:52:39.661+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Current state before changes: {Atomic:false Chart:"postgresql" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"postgresql" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"17.0.0","chart":"postgresql","first_deployed":1752215369,"last_deployed":1752215369,"name":"postgresql","namespace":"postgresql","notes":"CHART NAME: postgresql\nCHART VERSION: 16.0.5\nAPP VERSION: 17.0.0\n\n** Please be patient while the chart is being deployed **\n\nWARNING: PostgreSQL has been configured without authentication, this is not recommended for production environments.\n\nPostgreSQL can be accessed via port 5432 on the following DNS names from within your cluster:\n\n postgresql.postgresql.svc.cluster.local - Read/Write connection\n\nTo get the password for \"postgres\" run:\n\n export POSTGRES_ADMIN_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.rootpassword}\" | base64 -d)\n\nTo get the password for \"bridge\" run:\n\n export POSTGRES_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.password}\" | base64 -d)\n\nTo connect to your database run the following command:\n\n kubectl run postgresql-client --rm --tty -i --restart='Never' --namespace postgresql --image docker.io/bitnami/postgresql:17.0.0-debian-12-r6 \\\n --command -- psql --host postgresql -d postgres -p 5432\n\n > NOTE: If you access the container using bash, make sure that you execute \"/opt/bitnami/scripts/postgresql/entrypoint.sh /bin/bash\" in order to avoid the error \"psql: local user with ID 1001} does not exist\"\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace postgresql svc/postgresql 5432:5432 &\n psql --host 127.0.0.1 -d postgres -p 5432\n\nWARNING: The configured password will be ignored on new installation in case when previous PostgreSQL release was deleted through the helm command. In that case, old PVC will have an old password, and setting it through helm won't take effect. Deleting persistent volumes (PVs) will solve the issue.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - primary.resources\n - readReplicas.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"auth\":{\"existingSecret\":\"postgresql-auth\",\"secretKeys\":{\"adminPasswordKey\":\"rootpassword\",\"userPasswordKey\":\"password\"},\"username\":\"bridge\"}}","version":"16.0.5"} Name:"postgresql" Namespace:"postgresql" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["auth:\n existingSecret: postgresql-auth\n username: bridge\n secretKeys:\n adminPasswordKey: rootpassword\n userPasswordKey: password\n"] Verify:false Version:"16.0.5" Wait:true WaitForJobs:false}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:877 timestamp="2025-07-11T08:52:39.661+0200" +2025-07-11T08:52:39.661+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: postgresql] Start: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1653 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 timestamp="2025-07-11T08:52:39.661+0200" +2025-07-11T08:52:39.661+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 tf_resource_type=helm_release tf_rpc=ReadResource @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:39.661+0200" +2025-07-11T08:52:39.661+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.661+0200" +2025-07-11T08:52:39.661+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.661+0200" +2025-07-11T08:52:39.661+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: postgresql getRelease post action created: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.661+0200" +2025-07-11T08:52:39.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_res_version=HTTP/2.0 Content-Length=491 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=243e5c97-ed62-aa7c-50c3-e7e539311b1c X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Type=application/json + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"redis","namespace":"redis","uid":"8025a40f-6901-4ee8-92bb-bfaf43082625","resourceVersion":"109670611","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:redis-password":{}},"f:type":{}}}]},"data":{"redis-password":"ZVNPZkw0R1JGYmNEQDVJM0ZiJTBCT1dIS3NjelVySnI="},"type":"Opaque"} + X-Api-Cattle-Auth=true tf_http_op_type=response tf_http_res_status_code=200 @module=kubernetes.Kubernetes Audit-Id=3645c0ee-4310-4127-a6b4-3a8051a66580 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:52:39 GMT" tf_http_res_status_reason="200 OK" timestamp="2025-07-11T08:52:39.801+0200" +2025-07-11T08:52:39.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:39 [INFO] Received secret: v1.ObjectMeta{Name:"redis", GenerateName:"", Namespace:"redis", SelfLink:"", UID:"8025a40f-6901-4ee8-92bb-bfaf43082625", ResourceVersion:"109670611", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0011374b8), Subresource:""}}} +2025-07-11T08:52:39.804+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.redis.kubernetes_secret.redis, 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: + - .immutable: planned value cty.False for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:52:39.805+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:39.806+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=969189 +2025-07-11T08:52:39.806+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:39.847+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: longhorn getRelease post run: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_rpc=ReadResource @module=helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.847+0200" +2025-07-11T08:52:39.847+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: longhorn getRelease completed: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:39.847+0200" +2025-07-11T08:52:39.847+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"v1.7.1","chart":"longhorn","first_deployed":1732547795,"last_deployed":1752215357,"name":"longhorn","namespace":"longhorn-system","notes":"Longhorn is now installed on the cluster!\n\nPlease wait a few minutes for other Longhorn components such as CSI deployments, Engine Images, and Instance Managers to be initialized.\n\nVisit our documentation at https://longhorn.io/docs/\n","revision":2,"values":"{\"csi\":{\"kubeletRootDir\":\"/var/lib/kubelet\"},\"defaultSettings\":{\"defaultDataLocality\":\"best-effort\",\"defaultDataPath\":\"/var/lib/longhorn/\",\"storageOverProvisioningPercentage\":90},\"enablePSP\":false,\"persistence\":{\"defaultClassReplicaCount\":1,\"defaultDataLocality\":\"best-effort\"},\"serviceMonitor\":{\"enabled\":true}}","version":"1.7.1"}: tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c timestamp="2025-07-11T08:52:39.847+0200" +2025-07-11T08:52:39.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=render_subchart_notes tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=status tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=repository tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c @module=sdk.framework tf_attribute_path=pass_credentials tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release tf_attribute_path=disable_crd_hooks tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c @module=sdk.framework tf_attribute_path=lint tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=dependency_update tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=wait_for_jobs tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=atomic tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=name tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=reset_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ReadResource tf_attribute_path=max_history timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=force_update tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=set[0].name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set[0].type tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[0].value timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set[0] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[1].name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[1].type tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set[1].value @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[1] tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=set[2].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[2].name @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[2].type tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:39.848+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[2] tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[3].type tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=set[3].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_attribute_path=set[3].name tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set[3] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[4].value tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set[4].name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release @module=sdk.framework timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[4].type tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[4] tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=set[5].name tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[5].type tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_rpc=ReadResource @module=sdk.framework tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[5].value tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c @module=sdk.framework timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[5] tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set[6].type tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[6].value tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[6].name tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set[6] tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_attribute_path=set[7].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release tf_attribute_path=set[7].name timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[7].type tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=set[7] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ReadResource tf_attribute_path=timeout tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=verify tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=wait tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=chart tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=disable_webhooks tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=recreate_pods tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=replace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c @module=sdk.framework tf_attribute_path=reuse_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_attribute_path=namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=cleanup_on_fail tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=disable_openapi_validation tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=create_namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.last_deployed tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=metadata.values tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.revision tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=sdk.framework tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.chart tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.version tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.first_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.notes tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_attribute_path=metadata.namespace tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.app_version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ReadResource timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=id tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1a3f35f1-54be-e15a-b978-38209684559c tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=skip_crds tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.849+0200" +2025-07-11T08:52:39.851+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:39.852+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000a10000 Settings:0xc00083f440 RegistryClient:0xc000a12000 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_rpc=ValidateResourceConfig @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=65094605-df6e-f0f7-06d6-91dfbba84613 tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.852+0200" +2025-07-11T08:52:39.855+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000a10000 Settings:0xc00083f440 RegistryClient:0xc000a12000 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_req_id=3c1b1991-765c-25ba-7c3e-b12ebcb38a33 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 timestamp="2025-07-11T08:52:39.854+0200" +2025-07-11T08:52:39.860+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"longhorn" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"longhorn" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"v1.7.1","chart":"longhorn","first_deployed":1732547795,"last_deployed":1752215357,"name":"longhorn","namespace":"longhorn-system","notes":"Longhorn is now installed on the cluster!\n\nPlease wait a few minutes for other Longhorn components such as CSI deployments, Engine Images, and Instance Managers to be initialized.\n\nVisit our documentation at https://longhorn.io/docs/\n","revision":2,"values":"{\"csi\":{\"kubeletRootDir\":\"/var/lib/kubelet\"},\"defaultSettings\":{\"defaultDataLocality\":\"best-effort\",\"defaultDataPath\":\"/var/lib/longhorn/\",\"storageOverProvisioningPercentage\":90},\"enablePSP\":false,\"persistence\":{\"defaultClassReplicaCount\":1,\"defaultDataLocality\":\"best-effort\"},\"serviceMonitor\":{\"enabled\":true}}","version":"1.7.1"} Name:"longhorn" Namespace:"longhorn-system" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.longhorn.io" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"defaultSettings.defaultDataPath","type":"","value":"/var/lib/longhorn/"},{"name":"defaultSettings.defaultDataLocality","type":"","value":"best-effort"},{"name":"defaultSettings.storageOverProvisioningPercentage","type":"","value":"90"},{"name":"csi.kubeletRootDir","type":"","value":"/var/lib/kubelet"},{"name":"enablePSP","type":"","value":"false"},{"name":"serviceMonitor.enabled","type":"","value":"true"},{"name":"persistence.defaultClassReplicaCount","type":"","value":"1"},{"name":"persistence.defaultDataLocality","type":"","value":"best-effort"}] SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values: Verify:false Version:"1.7.1" Wait:true WaitForJobs:false}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=3c1b1991-765c-25ba-7c3e-b12ebcb38a33 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:39.860+0200" +2025-07-11T08:52:39.860+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"longhorn" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"longhorn" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"v1.7.1","chart":"longhorn","first_deployed":1732547795,"last_deployed":1752215357,"name":"longhorn","namespace":"longhorn-system","notes":"Longhorn is now installed on the cluster!\n\nPlease wait a few minutes for other Longhorn components such as CSI deployments, Engine Images, and Instance Managers to be initialized.\n\nVisit our documentation at https://longhorn.io/docs/\n","revision":2,"values":"{\"csi\":{\"kubeletRootDir\":\"/var/lib/kubelet\"},\"defaultSettings\":{\"defaultDataLocality\":\"best-effort\",\"defaultDataPath\":\"/var/lib/longhorn/\",\"storageOverProvisioningPercentage\":90},\"enablePSP\":false,\"persistence\":{\"defaultClassReplicaCount\":1,\"defaultDataLocality\":\"best-effort\"},\"serviceMonitor\":{\"enabled\":true}}","version":"1.7.1"} Name:"longhorn" Namespace:"longhorn-system" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.longhorn.io" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"defaultSettings.defaultDataPath","type":"","value":"/var/lib/longhorn/"},{"name":"defaultSettings.defaultDataLocality","type":"","value":"best-effort"},{"name":"defaultSettings.storageOverProvisioningPercentage","type":"","value":"90"},{"name":"csi.kubeletRootDir","type":"","value":"/var/lib/kubelet"},{"name":"enablePSP","type":"","value":"false"},{"name":"serviceMonitor.enabled","type":"","value":"true"},{"name":"persistence.defaultClassReplicaCount","type":"","value":"1"},{"name":"persistence.defaultDataLocality","type":"","value":"best-effort"}] SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values: Verify:false Version:"1.7.1" Wait:true WaitForJobs:false}: tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3c1b1991-765c-25ba-7c3e-b12ebcb38a33 timestamp="2025-07-11T08:52:39.860+0200" +2025-07-11T08:52:39.860+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: longhorn] Start: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=helm tf_req_id=3c1b1991-765c-25ba-7c3e-b12ebcb38a33 tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 timestamp="2025-07-11T08:52:39.860+0200" +2025-07-11T08:52:39.860+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @module=helm KubernetesData=map[] tf_req_id=3c1b1991-765c-25ba-7c3e-b12ebcb38a33 tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:39.860+0200" +2025-07-11T08:52:39.861+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @module=helm configPaths=[] tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3c1b1991-765c-25ba-7c3e-b12ebcb38a33 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 timestamp="2025-07-11T08:52:39.860+0200" +2025-07-11T08:52:39.861+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_req_id=3c1b1991-765c-25ba-7c3e-b12ebcb38a33 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:39.861+0200" +2025-07-11T08:52:39.861+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: longhorn] Initial Values: Name=longhorn, Namespace=longhorn-system, Repository=https://charts.longhorn.io, Repository_Username=, Repository_Password=, Chart=longhorn: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3c1b1991-765c-25ba-7c3e-b12ebcb38a33 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:39.861+0200" +2025-07-11T08:52:39.861+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc00083f560 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3c1b1991-765c-25ba-7c3e-b12ebcb38a33 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:39.861+0200" +2025-07-11T08:52:39.970+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:52:39 [WARN] ({ 365zon2 enabled [] 2025-07-11 06:46:17.754225947 +0000 UTC}): timestamp="2025-07-11T08:52:39.970+0200" +2025-07-11T08:52:39.971+0200 [WARN] Provider "registry.terraform.io/aminueza/minio" produced an invalid plan for module.tenant-365zon.module.minio.minio_iam_user.overlay, 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: + - .update_secret: planned value cty.False for a non-computed attribute + - .disable_user: planned value cty.False for a non-computed attribute + - .force_destroy: planned value cty.False for a non-computed attribute +2025-07-11T08:52:40.113+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:52:40 [DEBUG] Bucket [365zon2] exists!: timestamp="2025-07-11T08:52:40.113+0200" +2025-07-11T08:52:40.115+0200 [WARN] Provider "registry.terraform.io/aminueza/minio" produced an invalid plan for module.tenant-365zon.module.minio.minio_s3_bucket.overlay, 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: + - .object_locking: planned value cty.False for a non-computed attribute + - .force_destroy: planned value cty.False for a non-computed attribute +2025-07-11T08:52:40.115+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay" references: [] +2025-07-11T08:52:40.115+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay" references: [] +2025-07-11T08:52:40.115+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay" references: [] +2025-07-11T08:52:40.116+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:52:40 [DEBUG] Getting IAM Policy: 365zon2: timestamp="2025-07-11T08:52:40.116+0200" +2025-07-11T08:52:40.116+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:52:40 [DEBUG] S3 bucket policy, read for bucket: 365zon2: timestamp="2025-07-11T08:52:40.116+0200" +2025-07-11T08:52:40.149+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: redis getRelease post run: tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 timestamp="2025-07-11T08:52:40.149+0200" +2025-07-11T08:52:40.149+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: redis getRelease completed: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_rpc=ReadResource timestamp="2025-07-11T08:52:40.149+0200" +2025-07-11T08:52:40.149+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: redis] Done: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1668 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c @module=helm timestamp="2025-07-11T08:52:40.149+0200" +2025-07-11T08:52:40.149+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseRead: redis] Started: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c @module=helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:899 timestamp="2025-07-11T08:52:40.149+0200" +2025-07-11T08:52:40.149+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:52:40.149+0200" +2025-07-11T08:52:40.149+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: configPaths=[] tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.149+0200" +2025-07-11T08:52:40.149+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release @module=helm timestamp="2025-07-11T08:52:40.149+0200" +2025-07-11T08:52:40.149+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: redis getRelease post action created: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c timestamp="2025-07-11T08:52:40.149+0200" +2025-07-11T08:52:40.264+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay" references: [] +2025-07-11T08:52:40.265+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:52:40 [DEBUG] Locking "365zon2": timestamp="2025-07-11T08:52:40.265+0200" +2025-07-11T08:52:40.265+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:52:40 [DEBUG] Locked "365zon2": timestamp="2025-07-11T08:52:40.265+0200" +2025-07-11T08:52:40.265+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:52:40 [DEBUG] UserPolicyAttachment: is user '365zon2' an LDAP user? false: timestamp="2025-07-11T08:52:40.265+0200" +2025-07-11T08:52:40.433+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: postgresql getRelease post run: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 @module=helm timestamp="2025-07-11T08:52:40.433+0200" +2025-07-11T08:52:40.433+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: postgresql getRelease completed: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 timestamp="2025-07-11T08:52:40.433+0200" +2025-07-11T08:52:40.433+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: postgresql] Done: @module=helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1668 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.433+0200" +2025-07-11T08:52:40.433+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseRead: postgresql] Started: @module=helm tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:899 timestamp="2025-07-11T08:52:40.433+0200" +2025-07-11T08:52:40.433+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=helm KubernetesData=map[] tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 timestamp="2025-07-11T08:52:40.433+0200" +2025-07-11T08:52:40.433+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @module=helm configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:40.433+0200" +2025-07-11T08:52:40.433+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 timestamp="2025-07-11T08:52:40.433+0200" +2025-07-11T08:52:40.433+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: postgresql getRelease post action created: tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 @module=helm timestamp="2025-07-11T08:52:40.433+0200" +2025-07-11T08:52:40.573+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:52:40 [DEBUG] Unlocking "365zon2": timestamp="2025-07-11T08:52:40.573+0200" +2025-07-11T08:52:40.573+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:52:40 [DEBUG] Unlocked "365zon2": timestamp="2025-07-11T08:52:40.573+0200" +2025-07-11T08:52:40.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: redis getRelease post run: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:40.722+0200" +2025-07-11T08:52:40.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: redis getRelease completed: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_rpc=ReadResource timestamp="2025-07-11T08:52:40.722+0200" +2025-07-11T08:52:40.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"7.4.1","chart":"redis","first_deployed":1752215366,"last_deployed":1752215366,"name":"redis","namespace":"redis","notes":"CHART NAME: redis\nCHART VERSION: 20.1.7\nAPP VERSION: 7.4.1\n\n** Please be patient while the chart is being deployed **\n\nRedis® can be accessed via port 6379 on the following DNS name from within your cluster:\n\n redis-master.redis.svc.cluster.local\n\n\n\nTo get your password run:\n\n export REDIS_PASSWORD=$(kubectl get secret --namespace redis redis -o jsonpath=\"{.data.redis-password}\" | base64 -d)\n\nTo connect to your Redis® server:\n\n1. Run a Redis® pod that you can use as a client:\n\n kubectl run --namespace redis redis-client --restart='Never' --env REDIS_PASSWORD=$REDIS_PASSWORD --image docker.io/bitnami/redis:7.4.1-debian-12-r0 --command -- sleep infinity\n\n Use the following command to attach to the pod:\n\n kubectl exec --tty -i redis-client \\\n --namespace redis -- bash\n\n2. Connect using the Redis® CLI:\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h redis-master\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace redis svc/redis-master 6379:6379 &\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h 127.0.0.1 -p 6379\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - replica.resources\n - master.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"architecture\":\"standalone\",\"auth\":{\"enabled\":true,\"existingSecret\":\"redis\",\"existingSecretPasswordKey\":\"redis-password\"},\"master\":{\"persistence\":{\"size\":\"6Gi\"}},\"metrics\":{\"enabled\":false}}","version":"20.1.7"}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_rpc=ReadResource @module=helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.722+0200" +2025-07-11T08:52:40.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: postgresql getRelease post run: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:40.722+0200" +2025-07-11T08:52:40.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: postgresql getRelease completed: tf_resource_type=helm_release @module=helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.722+0200" +2025-07-11T08:52:40.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"17.0.0","chart":"postgresql","first_deployed":1752215369,"last_deployed":1752215369,"name":"postgresql","namespace":"postgresql","notes":"CHART NAME: postgresql\nCHART VERSION: 16.0.5\nAPP VERSION: 17.0.0\n\n** Please be patient while the chart is being deployed **\n\nWARNING: PostgreSQL has been configured without authentication, this is not recommended for production environments.\n\nPostgreSQL can be accessed via port 5432 on the following DNS names from within your cluster:\n\n postgresql.postgresql.svc.cluster.local - Read/Write connection\n\nTo get the password for \"postgres\" run:\n\n export POSTGRES_ADMIN_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.rootpassword}\" | base64 -d)\n\nTo get the password for \"bridge\" run:\n\n export POSTGRES_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.password}\" | base64 -d)\n\nTo connect to your database run the following command:\n\n kubectl run postgresql-client --rm --tty -i --restart='Never' --namespace postgresql --image docker.io/bitnami/postgresql:17.0.0-debian-12-r6 \\\n --command -- psql --host postgresql -d postgres -p 5432\n\n > NOTE: If you access the container using bash, make sure that you execute \"/opt/bitnami/scripts/postgresql/entrypoint.sh /bin/bash\" in order to avoid the error \"psql: local user with ID 1001} does not exist\"\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace postgresql svc/postgresql 5432:5432 &\n psql --host 127.0.0.1 -d postgres -p 5432\n\nWARNING: The configured password will be ignored on new installation in case when previous PostgreSQL release was deleted through the helm command. In that case, old PVC will have an old password, and setting it through helm won't take effect. Deleting persistent volumes (PVs) will solve the issue.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - primary.resources\n - readReplicas.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"auth\":{\"existingSecret\":\"postgresql-auth\",\"secretKeys\":{\"adminPasswordKey\":\"rootpassword\",\"userPasswordKey\":\"password\"},\"username\":\"bridge\"}}","version":"16.0.5"}: tf_rpc=ReadResource tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.722+0200" +2025-07-11T08:52:40.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=chart timestamp="2025-07-11T08:52:40.722+0200" +2025-07-11T08:52:40.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=replace tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c timestamp="2025-07-11T08:52:40.722+0200" +2025-07-11T08:52:40.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.namespace tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.722+0200" +2025-07-11T08:52:40.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.chart tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:40.722+0200" +2025-07-11T08:52:40.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.revision tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_rpc=ReadResource @module=sdk.framework tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.722+0200" +2025-07-11T08:52:40.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.first_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_rpc=ReadResource timestamp="2025-07-11T08:52:40.722+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.last_deployed tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:52:40.722+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_rpc=ReadResource timestamp="2025-07-11T08:52:40.722+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_attribute_path=metadata.notes tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:40.722+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.name timestamp="2025-07-11T08:52:40.722+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_attribute_path=metadata.app_version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:40.722+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.version tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:52:40.722+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.722+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=values[0] tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework tf_attribute_path=values tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=dependency_update tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=force_update tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=reuse_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_attribute_path=version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=wait tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_rpc=ReadResource timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_attribute_path=pass_credentials tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_attribute_path=disable_crd_hooks tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_attribute_path=skip_crds tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=atomic tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=verify tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=render_subchart_notes tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ReadResource tf_attribute_path=wait_for_jobs tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=disable_webhooks tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=lint tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=cleanup_on_fail tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=recreate_pods tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=repository tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=max_history tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=disable_openapi_validation tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=status tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=wait timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=wait_for_jobs tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=name tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=recreate_pods tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_attribute_path=chart tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=repository tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 @module=sdk.framework tf_attribute_path=metadata.first_deployed tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.name tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.last_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.app_version tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=metadata.namespace tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.version tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_rpc=ReadResource tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=metadata.revision @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=metadata.notes tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=metadata.chart tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=metadata tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_attribute_path=disable_openapi_validation tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=verify tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=pass_credentials tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_rpc=ReadResource timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=render_subchart_notes tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=atomic timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=dependency_update tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=replace @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=force_update tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=disable_crd_hooks tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=values[0] @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework tf_attribute_path=max_history tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=reset_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_rpc=ReadResource tf_attribute_path=skip_crds tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release @module=sdk.framework timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=lint tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 @module=sdk.framework timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=create_namespace tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=reuse_values tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 @module=sdk.framework tf_attribute_path=timeout tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_attribute_path=namespace tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=disable_webhooks tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_attribute_path=cleanup_on_fail tf_req_id=1fe00a8c-0088-c123-2e5a-c65b2dc3edc4 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=reset_values tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=status timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_attribute_path=namespace tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=create_namespace tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=id @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.724+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=timeout tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9dbb5549-0234-0eda-cf93-316738fcac8c tf_rpc=ReadResource @module=sdk.framework tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.723+0200" +2025-07-11T08:52:40.725+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:40.725+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:40.726+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0007702a0 Settings:0xc000777440 RegistryClient:0xc000441680 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_req_id=92596709-0f9e-5f62-3eda-dad2589475f1 tf_resource_type=helm_release tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.726+0200" +2025-07-11T08:52:40.726+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000000d20 Settings:0xc0006fc120 RegistryClient:0xc00067fc00 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_req_id=5e2e8e45-4d9f-6359-b2be-0e8733d98309 tf_resource_type=helm_release tf_rpc=ValidateResourceConfig @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.726+0200" +2025-07-11T08:52:40.728+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000000d20 Settings:0xc0006fc120 RegistryClient:0xc00067fc00 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1e69b968-8767-8a90-1cf5-6eeb5ea73987 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 timestamp="2025-07-11T08:52:40.728+0200" +2025-07-11T08:52:40.728+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0007702a0 Settings:0xc000777440 RegistryClient:0xc000441680 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm tf_req_id=1ecf5c53-384e-2cde-1bf6-9f935d7e2b6a @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 timestamp="2025-07-11T08:52:40.728+0200" +2025-07-11T08:52:40.732+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"postgresql" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"postgresql" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"17.0.0","chart":"postgresql","first_deployed":1752215369,"last_deployed":1752215369,"name":"postgresql","namespace":"postgresql","notes":"CHART NAME: postgresql\nCHART VERSION: 16.0.5\nAPP VERSION: 17.0.0\n\n** Please be patient while the chart is being deployed **\n\nWARNING: PostgreSQL has been configured without authentication, this is not recommended for production environments.\n\nPostgreSQL can be accessed via port 5432 on the following DNS names from within your cluster:\n\n postgresql.postgresql.svc.cluster.local - Read/Write connection\n\nTo get the password for \"postgres\" run:\n\n export POSTGRES_ADMIN_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.rootpassword}\" | base64 -d)\n\nTo get the password for \"bridge\" run:\n\n export POSTGRES_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.password}\" | base64 -d)\n\nTo connect to your database run the following command:\n\n kubectl run postgresql-client --rm --tty -i --restart='Never' --namespace postgresql --image docker.io/bitnami/postgresql:17.0.0-debian-12-r6 \\\n --command -- psql --host postgresql -d postgres -p 5432\n\n > NOTE: If you access the container using bash, make sure that you execute \"/opt/bitnami/scripts/postgresql/entrypoint.sh /bin/bash\" in order to avoid the error \"psql: local user with ID 1001} does not exist\"\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace postgresql svc/postgresql 5432:5432 &\n psql --host 127.0.0.1 -d postgres -p 5432\n\nWARNING: The configured password will be ignored on new installation in case when previous PostgreSQL release was deleted through the helm command. In that case, old PVC will have an old password, and setting it through helm won't take effect. Deleting persistent volumes (PVs) will solve the issue.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - primary.resources\n - readReplicas.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"auth\":{\"existingSecret\":\"postgresql-auth\",\"secretKeys\":{\"adminPasswordKey\":\"rootpassword\",\"userPasswordKey\":\"password\"},\"username\":\"bridge\"}}","version":"16.0.5"} Name:"postgresql" Namespace:"postgresql" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["auth:\n existingSecret: postgresql-auth\n username: bridge\n secretKeys:\n adminPasswordKey: rootpassword\n userPasswordKey: password\n"] Verify:false Version:"16.0.5" Wait:true WaitForJobs:false}: tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1e69b968-8767-8a90-1cf5-6eeb5ea73987 timestamp="2025-07-11T08:52:40.732+0200" +2025-07-11T08:52:40.732+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"postgresql" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"postgresql" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"17.0.0","chart":"postgresql","first_deployed":1752215369,"last_deployed":1752215369,"name":"postgresql","namespace":"postgresql","notes":"CHART NAME: postgresql\nCHART VERSION: 16.0.5\nAPP VERSION: 17.0.0\n\n** Please be patient while the chart is being deployed **\n\nWARNING: PostgreSQL has been configured without authentication, this is not recommended for production environments.\n\nPostgreSQL can be accessed via port 5432 on the following DNS names from within your cluster:\n\n postgresql.postgresql.svc.cluster.local - Read/Write connection\n\nTo get the password for \"postgres\" run:\n\n export POSTGRES_ADMIN_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.rootpassword}\" | base64 -d)\n\nTo get the password for \"bridge\" run:\n\n export POSTGRES_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.password}\" | base64 -d)\n\nTo connect to your database run the following command:\n\n kubectl run postgresql-client --rm --tty -i --restart='Never' --namespace postgresql --image docker.io/bitnami/postgresql:17.0.0-debian-12-r6 \\\n --command -- psql --host postgresql -d postgres -p 5432\n\n > NOTE: If you access the container using bash, make sure that you execute \"/opt/bitnami/scripts/postgresql/entrypoint.sh /bin/bash\" in order to avoid the error \"psql: local user with ID 1001} does not exist\"\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace postgresql svc/postgresql 5432:5432 &\n psql --host 127.0.0.1 -d postgres -p 5432\n\nWARNING: The configured password will be ignored on new installation in case when previous PostgreSQL release was deleted through the helm command. In that case, old PVC will have an old password, and setting it through helm won't take effect. Deleting persistent volumes (PVs) will solve the issue.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - primary.resources\n - readReplicas.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"auth\":{\"existingSecret\":\"postgresql-auth\",\"secretKeys\":{\"adminPasswordKey\":\"rootpassword\",\"userPasswordKey\":\"password\"},\"username\":\"bridge\"}}","version":"16.0.5"} Name:"postgresql" Namespace:"postgresql" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["auth:\n existingSecret: postgresql-auth\n username: bridge\n secretKeys:\n adminPasswordKey: rootpassword\n userPasswordKey: password\n"] Verify:false Version:"16.0.5" Wait:true WaitForJobs:false}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 tf_req_id=1e69b968-8767-8a90-1cf5-6eeb5ea73987 tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.732+0200" +2025-07-11T08:52:40.732+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: postgresql] Start: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1e69b968-8767-8a90-1cf5-6eeb5ea73987 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:40.732+0200" +2025-07-11T08:52:40.733+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 tf_req_id=1e69b968-8767-8a90-1cf5-6eeb5ea73987 tf_rpc=PlanResourceChange @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.732+0200" +2025-07-11T08:52:40.733+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm configPaths=[] tf_req_id=1e69b968-8767-8a90-1cf5-6eeb5ea73987 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.733+0200" +2025-07-11T08:52:40.733+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1e69b968-8767-8a90-1cf5-6eeb5ea73987 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:40.733+0200" +2025-07-11T08:52:40.733+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: postgresql] Initial Values: Name=postgresql, Namespace=postgresql, Repository=https://charts.bitnami.com/bitnami, Repository_Username=, Repository_Password=, Chart=postgresql: tf_rpc=PlanResourceChange @module=helm tf_req_id=1e69b968-8767-8a90-1cf5-6eeb5ea73987 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.733+0200" +2025-07-11T08:52:40.733+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"redis" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"redis" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"7.4.1","chart":"redis","first_deployed":1752215366,"last_deployed":1752215366,"name":"redis","namespace":"redis","notes":"CHART NAME: redis\nCHART VERSION: 20.1.7\nAPP VERSION: 7.4.1\n\n** Please be patient while the chart is being deployed **\n\nRedis® can be accessed via port 6379 on the following DNS name from within your cluster:\n\n redis-master.redis.svc.cluster.local\n\n\n\nTo get your password run:\n\n export REDIS_PASSWORD=$(kubectl get secret --namespace redis redis -o jsonpath=\"{.data.redis-password}\" | base64 -d)\n\nTo connect to your Redis® server:\n\n1. Run a Redis® pod that you can use as a client:\n\n kubectl run --namespace redis redis-client --restart='Never' --env REDIS_PASSWORD=$REDIS_PASSWORD --image docker.io/bitnami/redis:7.4.1-debian-12-r0 --command -- sleep infinity\n\n Use the following command to attach to the pod:\n\n kubectl exec --tty -i redis-client \\\n --namespace redis -- bash\n\n2. Connect using the Redis® CLI:\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h redis-master\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace redis svc/redis-master 6379:6379 &\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h 127.0.0.1 -p 6379\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - replica.resources\n - master.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"architecture\":\"standalone\",\"auth\":{\"enabled\":true,\"existingSecret\":\"redis\",\"existingSecretPasswordKey\":\"redis-password\"},\"master\":{\"persistence\":{\"size\":\"6Gi\"}},\"metrics\":{\"enabled\":false}}","version":"20.1.7"} Name:"redis" Namespace:"redis" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["metrics:\n enabled: false\n\narchitecture: standalone\n\nauth:\n enabled: true\n existingSecret: redis\n existingSecretPasswordKey: 'redis-password'\n\nmaster:\n persistence:\n size: 6Gi\n"] Verify:false Version:"20.1.7" Wait:true WaitForJobs:true}: tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 tf_req_id=1ecf5c53-384e-2cde-1bf6-9f935d7e2b6a timestamp="2025-07-11T08:52:40.732+0200" +2025-07-11T08:52:40.733+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"redis" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"redis" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"7.4.1","chart":"redis","first_deployed":1752215366,"last_deployed":1752215366,"name":"redis","namespace":"redis","notes":"CHART NAME: redis\nCHART VERSION: 20.1.7\nAPP VERSION: 7.4.1\n\n** Please be patient while the chart is being deployed **\n\nRedis® can be accessed via port 6379 on the following DNS name from within your cluster:\n\n redis-master.redis.svc.cluster.local\n\n\n\nTo get your password run:\n\n export REDIS_PASSWORD=$(kubectl get secret --namespace redis redis -o jsonpath=\"{.data.redis-password}\" | base64 -d)\n\nTo connect to your Redis® server:\n\n1. Run a Redis® pod that you can use as a client:\n\n kubectl run --namespace redis redis-client --restart='Never' --env REDIS_PASSWORD=$REDIS_PASSWORD --image docker.io/bitnami/redis:7.4.1-debian-12-r0 --command -- sleep infinity\n\n Use the following command to attach to the pod:\n\n kubectl exec --tty -i redis-client \\\n --namespace redis -- bash\n\n2. Connect using the Redis® CLI:\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h redis-master\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace redis svc/redis-master 6379:6379 &\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h 127.0.0.1 -p 6379\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - replica.resources\n - master.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"architecture\":\"standalone\",\"auth\":{\"enabled\":true,\"existingSecret\":\"redis\",\"existingSecretPasswordKey\":\"redis-password\"},\"master\":{\"persistence\":{\"size\":\"6Gi\"}},\"metrics\":{\"enabled\":false}}","version":"20.1.7"} Name:"redis" Namespace:"redis" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["metrics:\n enabled: false\n\narchitecture: standalone\n\nauth:\n enabled: true\n existingSecret: redis\n existingSecretPasswordKey: 'redis-password'\n\nmaster:\n persistence:\n size: 6Gi\n"] Verify:false Version:"20.1.7" Wait:true WaitForJobs:true}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @module=helm tf_req_id=1ecf5c53-384e-2cde-1bf6-9f935d7e2b6a tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.732+0200" +2025-07-11T08:52:40.733+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: redis] Start: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1ecf5c53-384e-2cde-1bf6-9f935d7e2b6a @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 @module=helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:40.732+0200" +2025-07-11T08:52:40.733+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1ecf5c53-384e-2cde-1bf6-9f935d7e2b6a tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:40.732+0200" +2025-07-11T08:52:40.733+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_req_id=1ecf5c53-384e-2cde-1bf6-9f935d7e2b6a tf_resource_type=helm_release @module=helm tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.733+0200" +2025-07-11T08:52:40.733+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_req_id=1ecf5c53-384e-2cde-1bf6-9f935d7e2b6a timestamp="2025-07-11T08:52:40.733+0200" +2025-07-11T08:52:40.733+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: redis] Initial Values: Name=redis, Namespace=redis, Repository=https://charts.bitnami.com/bitnami, Repository_Username=, Repository_Password=, Chart=redis: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 tf_req_id=1ecf5c53-384e-2cde-1bf6-9f935d7e2b6a tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:40.733+0200" +2025-07-11T08:52:40.733+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc000777560 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1ecf5c53-384e-2cde-1bf6-9f935d7e2b6a tf_rpc=PlanResourceChange @module=helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.733+0200" +2025-07-11T08:52:40.733+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc0006fc240 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 @module=helm tf_req_id=1e69b968-8767-8a90-1cf5-6eeb5ea73987 tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.733+0200" +2025-07-11T08:52:40.774+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: minio getRelease post run: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 @module=helm timestamp="2025-07-11T08:52:40.774+0200" +2025-07-11T08:52:40.774+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: minio getRelease completed: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release @module=helm timestamp="2025-07-11T08:52:40.774+0200" +2025-07-11T08:52:40.774+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: minio] Done: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1668 timestamp="2025-07-11T08:52:40.774+0200" +2025-07-11T08:52:40.774+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseRead: minio] Started: @module=helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:899 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.774+0200" +2025-07-11T08:52:40.774+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.774+0200" +2025-07-11T08:52:40.774+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm configPaths=[] tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.774+0200" +2025-07-11T08:52:40.774+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm timestamp="2025-07-11T08:52:40.774+0200" +2025-07-11T08:52:40.774+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: minio getRelease post action created: tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:40.774+0200" +2025-07-11T08:52:40.784+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025-07-11T08:52:40.783+0200 [DEBUG] [UpgradeResourceState]: +2025-07-11T08:52:40.784+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: morphed object= +2025-07-11T08:52:40.784+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | tftypes.Object["apiVersion":tftypes.String, "kind":tftypes.String, "metadata":tftypes.Object["annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String, "namespace":tftypes.String, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String], "spec":tftypes.Object["failurePolicy":tftypes.String, "valuesContent":tftypes.String]]<"apiVersion":tftypes.String<"helm.cattle.io/v1">, "kind":tftypes.String<"HelmChartConfig">, "metadata":tftypes.Object["annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String, "namespace":tftypes.String, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String]<"annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String<"rke2-ingress-nginx">, "namespace":tftypes.String<"kube-system">, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String>, "spec":tftypes.Object["failurePolicy":tftypes.String, "valuesContent":tftypes.String]<"failurePolicy":tftypes.String, "valuesContent":tftypes.String<"controller: +2025-07-11T08:52:40.784+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | config: +2025-07-11T08:52:40.784+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | use-forwarded-headers: "true" +2025-07-11T08:52:40.784+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | ">>> +2025-07-11T08:52:40.784+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: +2025-07-11T08:52:40.897+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: longhorn] Got chart: tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 @module=helm tf_req_id=3c1b1991-765c-25ba-7c3e-b12ebcb38a33 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:40.897+0200" +2025-07-11T08:52:40.897+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: tf_req_id=3c1b1991-765c-25ba-7c3e-b12ebcb38a33 tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=helm timestamp="2025-07-11T08:52:40.897+0200" +2025-07-11T08:52:40.897+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: longhorn] Release validated: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 @module=helm tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3c1b1991-765c-25ba-7c3e-b12ebcb38a33 tf_resource_type=helm_release timestamp="2025-07-11T08:52:40.897+0200" +2025-07-11T08:52:40.897+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: longhorn] Done: tf_req_id=3c1b1991-765c-25ba-7c3e-b12ebcb38a33 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 @module=helm timestamp="2025-07-11T08:52:40.897+0200" +2025-07-11T08:52:40.902+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:40.905+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=969244 +2025-07-11T08:52:40.905+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:41.370+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:41.708+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025-07-11T08:52:41.708+0200 [DEBUG] [PlanUpdateResource]: OAPI type="tftypes.Object[\"apiVersion\":tftypes.String, \"kind\":tftypes.String, \"metadata\":tftypes.Object[\"annotations\":tftypes.Map[tftypes.String], \"creationTimestamp\":tftypes.String, \"deletionGracePeriodSeconds\":tftypes.Number, \"deletionTimestamp\":tftypes.String, \"finalizers\":tftypes.List[tftypes.String], \"generateName\":tftypes.String, \"generation\":tftypes.Number, \"labels\":tftypes.Map[tftypes.String], \"managedFields\":tftypes.Tuple[tftypes.Object[\"apiVersion\":tftypes.String, \"fieldsType\":tftypes.String, \"fieldsV1\":tftypes.DynamicPseudoType, \"manager\":tftypes.String, \"operation\":tftypes.String, \"subresource\":tftypes.String, \"time\":tftypes.String]], \"name\":tftypes.String, \"namespace\":tftypes.String, \"ownerReferences\":tftypes.List[tftypes.Object[\"apiVersion\":tftypes.String, \"blockOwnerDeletion\":tftypes.Bool, \"controller\":tftypes.Bool, \"kind\":tftypes.String, \"name\":tftypes.String, \"uid\":tftypes.String]], \"resourceVersion\":tftypes.String, \"selfLink\":tftypes.String, \"uid\":tftypes.String], \"spec\":tftypes.Object[\"failurePolicy\":tftypes.String, \"valuesContent\":tftypes.String]]" +2025-07-11T08:52:41.708+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025-07-11T08:52:41.708+0200 [DEBUG] [PlanResourceChange]: +2025-07-11T08:52:41.708+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: morphed manifest= +2025-07-11T08:52:41.708+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | tftypes.Object["apiVersion":tftypes.String, "kind":tftypes.String, "metadata":tftypes.Object["annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String, "namespace":tftypes.String, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String], "spec":tftypes.Object["failurePolicy":tftypes.String, "valuesContent":tftypes.String]]<"apiVersion":tftypes.String<"helm.cattle.io/v1">, "kind":tftypes.String<"HelmChartConfig">, "metadata":tftypes.Object["annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String, "namespace":tftypes.String, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String]<"annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String<"rke2-ingress-nginx">, "namespace":tftypes.String<"kube-system">, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String>, "spec":tftypes.Object["failurePolicy":tftypes.String, "valuesContent":tftypes.String]<"failurePolicy":tftypes.String, "valuesContent":tftypes.String<"controller: +2025-07-11T08:52:41.708+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | config: +2025-07-11T08:52:41.708+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | use-forwarded-headers: "true" +2025-07-11T08:52:41.708+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | ">>> +2025-07-11T08:52:41.708+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: +2025-07-11T08:52:41.708+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025-07-11T08:52:41.708+0200 [DEBUG] [PlanResourceChange]: +2025-07-11T08:52:41.708+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: backfilled manifest= +2025-07-11T08:52:41.708+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | tftypes.Object["apiVersion":tftypes.String, "kind":tftypes.String, "metadata":tftypes.Object["annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String, "namespace":tftypes.String, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String], "spec":tftypes.Object["failurePolicy":tftypes.String, "valuesContent":tftypes.String]]<"apiVersion":tftypes.String<"helm.cattle.io/v1">, "kind":tftypes.String<"HelmChartConfig">, "metadata":tftypes.Object["annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String, "namespace":tftypes.String, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String]<"annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String<"rke2-ingress-nginx">, "namespace":tftypes.String<"kube-system">, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String>, "spec":tftypes.Object["failurePolicy":tftypes.String, "valuesContent":tftypes.String]<"failurePolicy":tftypes.String, "valuesContent":tftypes.String<"controller: +2025-07-11T08:52:41.708+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | config: +2025-07-11T08:52:41.708+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | use-forwarded-headers: "true" +2025-07-11T08:52:41.708+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | ">>> +2025-07-11T08:52:41.708+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: +2025-07-11T08:52:41.709+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:41.710+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_secret.mongodb_auth" references: [] +2025-07-11T08:52:41.710+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.helm_release.rabbitmq" references: [] +2025-07-11T08:52:41.711+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=969125 +2025-07-11T08:52:41.711+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:41.713+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:41 [INFO] Checking secret mongodb-auth +2025-07-11T08:52:41.713+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET tf_http_req_body="" Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev tf_http_op_type=request tf_http_req_version=HTTP/1.1 tf_http_trans_id=5952f17a-4e10-a9a4-e0fd-5dec5c1c5a7a @module=kubernetes.Kubernetes tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/mongodb/secrets/mongodb-auth @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 timestamp="2025-07-11T08:52:41.713+0200" +2025-07-11T08:52:41.715+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0008c02a0 Settings:0xc0008c9440 RegistryClient:0xc00063b780 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release timestamp="2025-07-11T08:52:41.715+0200" +2025-07-11T08:52:41.715+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Current state before changes: {Atomic:false Chart:"rabbitmq" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"rabbitmq" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"4.0.4","chart":"rabbitmq","first_deployed":1732607998,"last_deployed":1752215414,"name":"rabbitmq","namespace":"rabbitmq","notes":"CHART NAME: rabbitmq\nCHART VERSION: 15.1.0\nAPP VERSION: 4.0.4** Please be patient while the chart is being deployed **\n\nCredentials:\n echo \"Username : user\"\n echo \"Password : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-password}\" | base64 -d)\"\n echo \"ErLang Cookie : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-erlang-cookie}\" | base64 -d)\"\n\nNote that the credentials are saved in persistent volume claims and will not be changed upon upgrade or reinstallation unless the persistent volume claim has been deleted. If this is not the first installation of this chart, the credentials may not be valid.\nThis is applicable when no passwords are set and therefore the random password is autogenerated. In case of using a fixed password, you should specify it when upgrading.\nMore information about the credentials may be found at https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues/#credential-errors-while-upgrading-chart-releases.\n\nRabbitMQ can be accessed within the cluster on port 5672 at rabbitmq.rabbitmq.svc.cluster.local\n\nTo access for outside the cluster, perform the following steps:\n\nTo Access the RabbitMQ AMQP port:\n\n1. Create a port-forward to the AMQP port:\n\n kubectl port-forward --namespace rabbitmq svc/rabbitmq 5672:5672 &\n echo \"URL : amqp://127.0.0.1:5672/\"\n\n2. Access RabbitMQ using using the obtained URL.\n\nTo Access the RabbitMQ Management interface:\n\n1. Get the RabbitMQ Management URL and associate its hostname to your cluster external IP:\n\n export CLUSTER_IP=$(minikube ip) # On Minikube. Use: `kubectl cluster-info` on others K8s clusters\n echo \"RabbitMQ Management: http://rabbitmq.local/\"\n echo \"$CLUSTER_IP rabbitmq.local\" | sudo tee -a /etc/hosts\n\n2. Open a browser and access RabbitMQ Management using the obtained URL.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"auth\":{\"password\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"kubernetes.io/ingress.class\":\"nginx\"},\"enabled\":true,\"hostname\":\"rabbitmq.local\",\"ingressClassName\":\"nginx\",\"tls\":false},\"persistence\":{\"size\":\"4Gi\"},\"replicaCount\":1}","version":"15.1.0"} Name:"rabbitmq" Namespace:"rabbitmq" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"replicaCount","type":"","value":"1"},{"name":"persistence.size","type":"","value":"4Gi"}] SetList: SetSensitive:[{"name":"auth.password","type":,"value":"QA3UNmEGovybKcT415K6"}] SkipCrds:false Status:"deployed" Timeout:300 Values:["ingress:\n enabled: true\n tls: false\n ingressClassName: nginx\n hostname: rabbitmq.local\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n"] Verify:false Version:"15.1.0" Wait:true WaitForJobs:false}: @module=helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:877 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:41.715+0200" +2025-07-11T08:52:41.715+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: rabbitmq] Start: @module=helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1653 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release timestamp="2025-07-11T08:52:41.715+0200" +2025-07-11T08:52:41.715+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c @module=helm KubernetesData=map[] tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 timestamp="2025-07-11T08:52:41.715+0200" +2025-07-11T08:52:41.716+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm tf_resource_type=helm_release configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_rpc=ReadResource timestamp="2025-07-11T08:52:41.716+0200" +2025-07-11T08:52:41.716+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 timestamp="2025-07-11T08:52:41.716+0200" +2025-07-11T08:52:41.716+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: rabbitmq getRelease post action created: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:41.716+0200" +2025-07-11T08:52:41.834+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: minio getRelease post run: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_rpc=ReadResource tf_resource_type=helm_release timestamp="2025-07-11T08:52:41.834+0200" +2025-07-11T08:52:41.834+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: minio getRelease completed: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:52:41.834+0200" +2025-07-11T08:52:41.834+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"2025.3.12","chart":"minio","first_deployed":1732564007,"last_deployed":1752215358,"name":"minio","namespace":"minio","notes":"CHART NAME: minio\nCHART VERSION: 16.0.0\nAPP VERSION: 2025.3.12\n\nDid you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami for more information.\n\n** Please be patient while the chart is being deployed **\n\nMinIO® can be accessed via port on the following DNS name from within your cluster:\n\n minio.minio.svc.cluster.local\n\nTo get your credentials run:\n\n export ROOT_USER=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-user}\" | base64 -d)\n export ROOT_PASSWORD=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-password}\" | base64 -d)\n\nTo connect to your MinIO® server using a client:\n\n- Run a MinIO® Client pod and append the desired command (e.g. 'admin info'):\n\n kubectl run --namespace minio minio-client \\\n --rm --tty -i --restart='Never' \\\n --env MINIO_SERVER_ROOT_USER=$ROOT_USER \\\n --env MINIO_SERVER_ROOT_PASSWORD=$ROOT_PASSWORD \\\n --env MINIO_SERVER_HOST=minio \\\n --image docker.io/bitnami/minio-client:2025.3.12-debian-12-r0 -- admin info minio\n\nTo access the MinIO® web UI:\n\n- Get the MinIO® URL:\n\n You should be able to access your new MinIO® web UI through\n\n http://storage-admin.365zon.fourlights.dev/minio/\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"apiIngress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"auth\":{\"rootPassword\":\"(sensitive value)\",\"rootUser\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage-admin.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"mode\":\"standalone\",\"persistence\":{\"size\":\"40Gi\"},\"resourcesPreset\":\"nano\",\"statefulset\":{\"drivesPerNode\":2,\"replicaCount\":1},\"tls\":{\"enabled\":false}}","version":"16.0.0"}: @module=helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 timestamp="2025-07-11T08:52:41.834+0200" +2025-07-11T08:52:41.834+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=skip_crds tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release timestamp="2025-07-11T08:52:41.834+0200" +2025-07-11T08:52:41.834+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=wait_for_jobs tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:41.834+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=values[0] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_attribute_path=values tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=create_namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_rpc=ReadResource tf_attribute_path=cleanup_on_fail tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=wait timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=reuse_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[0].type timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[0].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=set[0].name tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_attribute_path=set[0] tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=set[1].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_attribute_path=set[1].name timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_attribute_path=set[1].type tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set[1] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_rpc=ReadResource tf_attribute_path=set[2].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=set[2].name tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[2].type tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[2] tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[3].type tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=set[3].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[3].name tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_rpc=ReadResource timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework tf_attribute_path=set[3] tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=set[4].name timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=set[4].type tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set[4].value tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[4] tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=disable_openapi_validation tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=lint tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=disable_crd_hooks tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=version tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=force_update tf_resource_type=helm_release timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_attribute_path=atomic tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ReadResource timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=timeout tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=chart tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=replace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=status tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=render_subchart_notes tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=verify tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 @module=sdk.framework tf_attribute_path=namespace tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=max_history tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=metadata.chart tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.version tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.notes tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=metadata.last_deployed tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.835+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @module=sdk.framework tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.836+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.name tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.836+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.namespace tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.836+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=metadata.first_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.836+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_attribute_path=metadata.revision tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.836+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.app_version timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.836+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.836+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=dependency_update tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.836+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.836+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_rpc=ReadResource tf_attribute_path=reset_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.836+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=repository tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_rpc=ReadResource timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.836+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=pass_credentials tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:41.835+0200" +2025-07-11T08:52:41.836+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=disable_webhooks tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:41.836+0200" +2025-07-11T08:52:41.836+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set_sensitive[0].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:41.836+0200" +2025-07-11T08:52:41.836+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set_sensitive[0].name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release timestamp="2025-07-11T08:52:41.836+0200" +2025-07-11T08:52:41.836+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set_sensitive[0] tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_resource_type=helm_release timestamp="2025-07-11T08:52:41.836+0200" +2025-07-11T08:52:41.836+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_rpc=ReadResource tf_attribute_path=set_sensitive[1].name tf_resource_type=helm_release timestamp="2025-07-11T08:52:41.836+0200" +2025-07-11T08:52:41.836+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=set_sensitive[1].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:41.836+0200" +2025-07-11T08:52:41.836+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 tf_attribute_path=set_sensitive[1] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:41.836+0200" +2025-07-11T08:52:41.836+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set_sensitive tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 timestamp="2025-07-11T08:52:41.836+0200" +2025-07-11T08:52:41.836+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=recreate_pods tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=69981658-a8d1-9579-141c-ac6e3c049e66 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:41.836+0200" +2025-07-11T08:52:41.837+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:41.840+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0006f62a0 Settings:0xc0006fd440 RegistryClient:0xc0006c5600 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=28ae01e7-8317-2cd6-933f-3de4a7566eae tf_rpc=ValidateResourceConfig timestamp="2025-07-11T08:52:41.839+0200" +2025-07-11T08:52:41.842+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0006f62a0 Settings:0xc0006fd440 RegistryClient:0xc0006c5600 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=31ae2ce1-fc1d-66ca-6299-b3e7a16fa386 tf_resource_type=helm_release @module=helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:41.842+0200" +2025-07-11T08:52:41.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"minio" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"minio" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"2025.3.12","chart":"minio","first_deployed":1732564007,"last_deployed":1752215358,"name":"minio","namespace":"minio","notes":"CHART NAME: minio\nCHART VERSION: 16.0.0\nAPP VERSION: 2025.3.12\n\nDid you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami for more information.\n\n** Please be patient while the chart is being deployed **\n\nMinIO® can be accessed via port on the following DNS name from within your cluster:\n\n minio.minio.svc.cluster.local\n\nTo get your credentials run:\n\n export ROOT_USER=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-user}\" | base64 -d)\n export ROOT_PASSWORD=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-password}\" | base64 -d)\n\nTo connect to your MinIO® server using a client:\n\n- Run a MinIO® Client pod and append the desired command (e.g. 'admin info'):\n\n kubectl run --namespace minio minio-client \\\n --rm --tty -i --restart='Never' \\\n --env MINIO_SERVER_ROOT_USER=$ROOT_USER \\\n --env MINIO_SERVER_ROOT_PASSWORD=$ROOT_PASSWORD \\\n --env MINIO_SERVER_HOST=minio \\\n --image docker.io/bitnami/minio-client:2025.3.12-debian-12-r0 -- admin info minio\n\nTo access the MinIO® web UI:\n\n- Get the MinIO® URL:\n\n You should be able to access your new MinIO® web UI through\n\n http://storage-admin.365zon.fourlights.dev/minio/\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"apiIngress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"auth\":{\"rootPassword\":\"(sensitive value)\",\"rootUser\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage-admin.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"mode\":\"standalone\",\"persistence\":{\"size\":\"40Gi\"},\"resourcesPreset\":\"nano\",\"statefulset\":{\"drivesPerNode\":2,\"replicaCount\":1},\"tls\":{\"enabled\":false}}","version":"16.0.0"} Name:"minio" Namespace:"minio" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"mode","type":"","value":"standalone"},{"name":"resourcesPreset","type":"","value":"nano"},{"name":"statefulset.replicaCount","type":"","value":"1"},{"name":"statefulset.drivesPerNode","type":"","value":"2"},{"name":"persistence.size","type":"","value":"40Gi"}] SetList: SetSensitive:[{"name":"auth.rootUser","type":,"value":"Xg6VDlh9GVliFdnWnVec"},{"name":"auth.rootPassword","type":,"value":"j!4VaGixfD6f*nam7EeC0Sa*OogSqYA=cinX9bPj"}] SkipCrds:false Status:"deployed" Timeout:300 Values:["tls:\n enabled: false\n\ningress:\n enabled: true\n tls: false\n ingressClassName: nginx\n hostname: storage-admin.365zon.fourlights.dev\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n \n ingress.kubernetes.io/proxy-body-size: \"0\"\n nginx.ingress.kubernetes.io/proxy-body-size: \"0\"\n \n \n\napiIngress:\n enabled: true\n ingressClassName: nginx\n tls: false\n hostname: storage.365zon.fourlights.dev\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n \n ingress.kubernetes.io/proxy-body-size: \"0\"\n nginx.ingress.kubernetes.io/proxy-body-size: \"0\"\n \n"] Verify:false Version:"16.0.0" Wait:true WaitForJobs:true}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=31ae2ce1-fc1d-66ca-6299-b3e7a16fa386 tf_resource_type=helm_release timestamp="2025-07-11T08:52:41.848+0200" +2025-07-11T08:52:41.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"minio" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"minio" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"2025.3.12","chart":"minio","first_deployed":1732564007,"last_deployed":1752215358,"name":"minio","namespace":"minio","notes":"CHART NAME: minio\nCHART VERSION: 16.0.0\nAPP VERSION: 2025.3.12\n\nDid you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami for more information.\n\n** Please be patient while the chart is being deployed **\n\nMinIO® can be accessed via port on the following DNS name from within your cluster:\n\n minio.minio.svc.cluster.local\n\nTo get your credentials run:\n\n export ROOT_USER=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-user}\" | base64 -d)\n export ROOT_PASSWORD=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-password}\" | base64 -d)\n\nTo connect to your MinIO® server using a client:\n\n- Run a MinIO® Client pod and append the desired command (e.g. 'admin info'):\n\n kubectl run --namespace minio minio-client \\\n --rm --tty -i --restart='Never' \\\n --env MINIO_SERVER_ROOT_USER=$ROOT_USER \\\n --env MINIO_SERVER_ROOT_PASSWORD=$ROOT_PASSWORD \\\n --env MINIO_SERVER_HOST=minio \\\n --image docker.io/bitnami/minio-client:2025.3.12-debian-12-r0 -- admin info minio\n\nTo access the MinIO® web UI:\n\n- Get the MinIO® URL:\n\n You should be able to access your new MinIO® web UI through\n\n http://storage-admin.365zon.fourlights.dev/minio/\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"apiIngress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"auth\":{\"rootPassword\":\"(sensitive value)\",\"rootUser\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage-admin.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"mode\":\"standalone\",\"persistence\":{\"size\":\"40Gi\"},\"resourcesPreset\":\"nano\",\"statefulset\":{\"drivesPerNode\":2,\"replicaCount\":1},\"tls\":{\"enabled\":false}}","version":"16.0.0"} Name:"minio" Namespace:"minio" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"mode","type":"","value":"standalone"},{"name":"resourcesPreset","type":"","value":"nano"},{"name":"statefulset.replicaCount","type":"","value":"1"},{"name":"statefulset.drivesPerNode","type":"","value":"2"},{"name":"persistence.size","type":"","value":"40Gi"}] SetList: SetSensitive:[{"name":"auth.rootUser","type":,"value":"Xg6VDlh9GVliFdnWnVec"},{"name":"auth.rootPassword","type":,"value":"j!4VaGixfD6f*nam7EeC0Sa*OogSqYA=cinX9bPj"}] SkipCrds:false Status:"deployed" Timeout:300 Values:["tls:\n enabled: false\n\ningress:\n enabled: true\n tls: false\n ingressClassName: nginx\n hostname: storage-admin.365zon.fourlights.dev\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n \n ingress.kubernetes.io/proxy-body-size: \"0\"\n nginx.ingress.kubernetes.io/proxy-body-size: \"0\"\n \n \n\napiIngress:\n enabled: true\n ingressClassName: nginx\n tls: false\n hostname: storage.365zon.fourlights.dev\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n \n ingress.kubernetes.io/proxy-body-size: \"0\"\n nginx.ingress.kubernetes.io/proxy-body-size: \"0\"\n \n"] Verify:false Version:"16.0.0" Wait:true WaitForJobs:true}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=31ae2ce1-fc1d-66ca-6299-b3e7a16fa386 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 timestamp="2025-07-11T08:52:41.848+0200" +2025-07-11T08:52:41.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: minio] Start: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=31ae2ce1-fc1d-66ca-6299-b3e7a16fa386 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:41.848+0200" +2025-07-11T08:52:41.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=31ae2ce1-fc1d-66ca-6299-b3e7a16fa386 @module=helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:41.848+0200" +2025-07-11T08:52:41.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm configPaths=[] tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=31ae2ce1-fc1d-66ca-6299-b3e7a16fa386 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:41.848+0200" +2025-07-11T08:52:41.848+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=31ae2ce1-fc1d-66ca-6299-b3e7a16fa386 tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_resource_type=helm_release @module=helm timestamp="2025-07-11T08:52:41.848+0200" +2025-07-11T08:52:41.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: minio] Initial Values: Name=minio, Namespace=minio, Repository=oci://registry-1.docker.io/bitnamicharts, Repository_Username=, Repository_Password=, Chart=minio: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 tf_req_id=31ae2ce1-fc1d-66ca-6299-b3e7a16fa386 tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:41.848+0200" +2025-07-11T08:52:41.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc0006fd560 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=helm tf_req_id=31ae2ce1-fc1d-66ca-6299-b3e7a16fa386 timestamp="2025-07-11T08:52:41.848+0200" +2025-07-11T08:52:41.948+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Date="Fri, 11 Jul 2025 06:52:41 GMT" X-Api-Cattle-Auth=true + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"mongodb-auth","namespace":"mongodb","uid":"ca8368a6-42ac-4451-9d7b-003bd0dedf8b","resourceVersion":"2012002","creationTimestamp":"2024-11-29T19:03:50Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2024-11-29T19:14:42Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:mongodb-replica-set-key":{},"f:mongodb-root-password":{}},"f:type":{}}}]},"data":{"mongodb-replica-set-key":"ejl1Y2xzcWZIN1l3cVpmTE9nNTg3bEN5UzV2aVFUdDhkQ21yWGFyNw==","mongodb-root-password":"RzJNNWNrMzlCWDY3SDdMMkRvQjVMcVJGeHZQMTJ2SUxKVnc2V05aUg=="},"type":"generic"} + tf_http_trans_id=5952f17a-4e10-a9a4-e0fd-5dec5c1c5a7a @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_status_code=200 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json tf_http_res_status_reason="200 OK" X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 Audit-Id=2fe50266-4026-4f1d-aa07-d62bccc40961 Content-Length=641 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response tf_http_res_version=HTTP/2.0 timestamp="2025-07-11T08:52:41.948+0200" +2025-07-11T08:52:41.948+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:41 [INFO] Reading secret mongodb-auth +2025-07-11T08:52:41.948+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept-Encoding=gzip tf_http_trans_id=636848ee-0475-fb42-f352-26bcc4f5ce57 @module=kubernetes.Kubernetes Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_version=HTTP/1.1 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/mongodb/secrets/mongodb-auth tf_http_req_method=GET Host=rancher.bridge.fourlights.dev tf_http_op_type=request tf_http_req_body="" timestamp="2025-07-11T08:52:41.948+0200" +2025-07-11T08:52:42.112+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Content-Length=641 tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"mongodb-auth","namespace":"mongodb","uid":"ca8368a6-42ac-4451-9d7b-003bd0dedf8b","resourceVersion":"2012002","creationTimestamp":"2024-11-29T19:03:50Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2024-11-29T19:14:42Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:mongodb-replica-set-key":{},"f:mongodb-root-password":{}},"f:type":{}}}]},"data":{"mongodb-replica-set-key":"ejl1Y2xzcWZIN1l3cVpmTE9nNTg3bEN5UzV2aVFUdDhkQ21yWGFyNw==","mongodb-root-password":"RzJNNWNrMzlCWDY3SDdMMkRvQjVMcVJGeHZQMTJ2SUxKVnc2V05aUg=="},"type":"generic"} + Audit-Id=6c0c00be-841a-4189-9f09-f5f26582f3bb Content-Type=application/json X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_trans_id=636848ee-0475-fb42-f352-26bcc4f5ce57 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:52:41 GMT" X-Content-Type-Options=nosniff tf_http_res_status_reason="200 OK" timestamp="2025-07-11T08:52:42.111+0200" +2025-07-11T08:52:42.112+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:42 [INFO] Received secret: v1.ObjectMeta{Name:"mongodb-auth", GenerateName:"", Namespace:"mongodb", SelfLink:"", UID:"ca8368a6-42ac-4451-9d7b-003bd0dedf8b", ResourceVersion:"2012002", Generation:0, CreationTimestamp:time.Date(2024, time.November, 29, 20, 3, 50, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2024, time.November, 29, 20, 14, 42, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001022270), Subresource:""}}} +2025-07-11T08:52:42.114+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.mongodb.kubernetes_secret.mongodb_auth, 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: + - .immutable: planned value cty.False for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:52:42.114+0200 [DEBUG] ReferenceTransformer: "module.mongodb.helm_release.mongodb" references: [] +2025-07-11T08:52:42.115+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:42.116+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=969032 +2025-07-11T08:52:42.116+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:42.120+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0007602a0 Settings:0xc000769440 RegistryClient:0xc000737600 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release timestamp="2025-07-11T08:52:42.119+0200" +2025-07-11T08:52:42.120+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Current state before changes: {Atomic:false Chart:"mongodb" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"mongodb" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"8.0.3","chart":"mongodb","first_deployed":1732907685,"last_deployed":1752215413,"name":"mongodb","namespace":"mongodb","notes":"CHART NAME: mongodb\nCHART VERSION: 16.3.1\nAPP VERSION: 8.0.3\n\n** Please be patient while the chart is being deployed **\n\nMongoDB® can be accessed on the following DNS name(s) and ports from within your cluster:\n\n mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\n\nTo get the root password run:\n\n export MONGODB_ROOT_PASSWORD=$(kubectl get secret --namespace mongodb mongodb-auth -o jsonpath=\"{.data.mongodb-root-password}\" | base64 -d)\n\nTo connect to your database, create a MongoDB® client container:\n\n kubectl run --namespace mongodb mongodb-client --rm --tty -i --restart='Never' --env=\"MONGODB_ROOT_PASSWORD=$MONGODB_ROOT_PASSWORD\" --image docker.io/bitnami/mongodb:8.0.3-debian-12-r0 --command -- bash\n\nThen, run the following command:\n mongosh admin --host \"mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\" --authenticationDatabase admin -u $MONGODB_ROOT_USER -p $MONGODB_ROOT_PASSWORD\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - arbiter.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":3,"values":"{\"affinity\":{\"podAntiAffinity\":{\"requiredDuringSchedulingIgnoredDuringExecution\":[{\"labelSelector\":{\"matchLabels\":{\"app.kubernetes.io/component\":\"mongodb\"}},\"topologyKey\":\"kubernetes.io/hostname\"}]}},\"architecture\":\"replicaset\",\"auth\":{\"enabled\":true,\"existingSecret\":\"mongodb-auth\"},\"commonAnnotations\":{\"mongodb.com/timeouts\":\"true\"},\"livenessProbe\":{\"failureThreshold\":6,\"initialDelaySeconds\":60,\"periodSeconds\":20,\"timeoutSeconds\":15},\"mongodb\":{\"extraFlags\":[\"--oplogSizeMB=10240\",\"--setParameter=electionTimeoutMillis=10000\",\"--setParameter=heartbeatIntervalMillis=2000\",\"--setParameter=catchUpTimeoutMillis=30000\",\"--setParameter=catchUpTakeoverDelayMillis=30000\"]},\"readinessProbe\":{\"failureThreshold\":3,\"initialDelaySeconds\":30,\"periodSeconds\":10,\"successThreshold\":1,\"timeoutSeconds\":15},\"replicaCount\":3,\"resources\":{\"limits\":{\"cpu\":\"1000m\",\"memory\":\"1.5Gi\"},\"requests\":{\"cpu\":\"500m\",\"memory\":\"1Gi\"}},\"terminationGracePeriodSeconds\":300}","version":"16.3.1"} Name:"mongodb" Namespace:"mongodb" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["architecture: replicaset\nreplicaCount: 3\n\ncommonAnnotations:\n mongodb.com/timeouts: \"true\"\n\nmongodb:\n extraFlags:\n - \"--oplogSizeMB=10240\"\n - \"--setParameter=electionTimeoutMillis=10000\"\n - \"--setParameter=heartbeatIntervalMillis=2000\"\n - \"--setParameter=catchUpTimeoutMillis=30000\"\n - \"--setParameter=catchUpTakeoverDelayMillis=30000\"\n\n# More forgiving probe settings\nreadinessProbe:\n initialDelaySeconds: 30\n periodSeconds: 10\n timeoutSeconds: 15\n failureThreshold: 3\n successThreshold: 1\n\nlivenessProbe:\n initialDelaySeconds: 60\n periodSeconds: 20\n timeoutSeconds: 15\n failureThreshold: 6\n\n# Proper shutdown handling\nterminationGracePeriodSeconds: 300\n\n# Ensure pods are distributed across nodes\naffinity:\n podAntiAffinity:\n requiredDuringSchedulingIgnoredDuringExecution:\n - labelSelector:\n matchLabels:\n app.kubernetes.io/component: mongodb\n topologyKey: kubernetes.io/hostname\n\nauth:\n enabled: true\n existingSecret: mongodb-auth\n\n \n\n \n\nresources:\n limits:\n cpu: 1000m\n memory: 1.5Gi\n requests:\n cpu: 500m\n memory: 1Gi\n"] Verify:false Version:"16.3.1" Wait:true WaitForJobs:true}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:877 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_rpc=ReadResource timestamp="2025-07-11T08:52:42.120+0200" +2025-07-11T08:52:42.120+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: mongodb] Start: @module=helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1653 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:42.120+0200" +2025-07-11T08:52:42.120+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:42.120+0200" +2025-07-11T08:52:42.120+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm configPaths=[] tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release timestamp="2025-07-11T08:52:42.120+0200" +2025-07-11T08:52:42.120+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm timestamp="2025-07-11T08:52:42.120+0200" +2025-07-11T08:52:42.120+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: mongodb getRelease post action created: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 timestamp="2025-07-11T08:52:42.120+0200" +2025-07-11T08:52:43.059+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: rabbitmq getRelease post run: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.059+0200" +2025-07-11T08:52:43.060+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: rabbitmq getRelease completed: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 timestamp="2025-07-11T08:52:43.059+0200" +2025-07-11T08:52:43.060+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: rabbitmq] Done: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1668 @module=helm timestamp="2025-07-11T08:52:43.059+0200" +2025-07-11T08:52:43.060+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseRead: rabbitmq] Started: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:899 tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.059+0200" +2025-07-11T08:52:43.060+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release tf_rpc=ReadResource KubernetesData=map[] timestamp="2025-07-11T08:52:43.059+0200" +2025-07-11T08:52:43.060+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @module=helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c timestamp="2025-07-11T08:52:43.060+0200" +2025-07-11T08:52:43.060+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.060+0200" +2025-07-11T08:52:43.060+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: rabbitmq getRelease post action created: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.060+0200" +2025-07-11T08:52:43.196+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: mongodb getRelease post run: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.196+0200" +2025-07-11T08:52:43.196+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: mongodb getRelease completed: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.196+0200" +2025-07-11T08:52:43.196+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: mongodb] Done: @module=helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1668 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:43.196+0200" +2025-07-11T08:52:43.196+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseRead: mongodb] Started: @module=helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:899 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.196+0200" +2025-07-11T08:52:43.196+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_rpc=ReadResource KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 timestamp="2025-07-11T08:52:43.196+0200" +2025-07-11T08:52:43.196+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm configPaths=[] tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.196+0200" +2025-07-11T08:52:43.196+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:43.196+0200" +2025-07-11T08:52:43.196+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: mongodb getRelease post action created: tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.196+0200" +2025-07-11T08:52:43.667+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: mongodb getRelease post run: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 timestamp="2025-07-11T08:52:43.667+0200" +2025-07-11T08:52:43.667+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: mongodb getRelease completed: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.667+0200" +2025-07-11T08:52:43.667+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"8.0.3","chart":"mongodb","first_deployed":1732907685,"last_deployed":1752215413,"name":"mongodb","namespace":"mongodb","notes":"CHART NAME: mongodb\nCHART VERSION: 16.3.1\nAPP VERSION: 8.0.3\n\n** Please be patient while the chart is being deployed **\n\nMongoDB® can be accessed on the following DNS name(s) and ports from within your cluster:\n\n mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\n\nTo get the root password run:\n\n export MONGODB_ROOT_PASSWORD=$(kubectl get secret --namespace mongodb mongodb-auth -o jsonpath=\"{.data.mongodb-root-password}\" | base64 -d)\n\nTo connect to your database, create a MongoDB® client container:\n\n kubectl run --namespace mongodb mongodb-client --rm --tty -i --restart='Never' --env=\"MONGODB_ROOT_PASSWORD=$MONGODB_ROOT_PASSWORD\" --image docker.io/bitnami/mongodb:8.0.3-debian-12-r0 --command -- bash\n\nThen, run the following command:\n mongosh admin --host \"mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\" --authenticationDatabase admin -u $MONGODB_ROOT_USER -p $MONGODB_ROOT_PASSWORD\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - arbiter.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":3,"values":"{\"affinity\":{\"podAntiAffinity\":{\"requiredDuringSchedulingIgnoredDuringExecution\":[{\"labelSelector\":{\"matchLabels\":{\"app.kubernetes.io/component\":\"mongodb\"}},\"topologyKey\":\"kubernetes.io/hostname\"}]}},\"architecture\":\"replicaset\",\"auth\":{\"enabled\":true,\"existingSecret\":\"mongodb-auth\"},\"commonAnnotations\":{\"mongodb.com/timeouts\":\"true\"},\"livenessProbe\":{\"failureThreshold\":6,\"initialDelaySeconds\":60,\"periodSeconds\":20,\"timeoutSeconds\":15},\"mongodb\":{\"extraFlags\":[\"--oplogSizeMB=10240\",\"--setParameter=electionTimeoutMillis=10000\",\"--setParameter=heartbeatIntervalMillis=2000\",\"--setParameter=catchUpTimeoutMillis=30000\",\"--setParameter=catchUpTakeoverDelayMillis=30000\"]},\"readinessProbe\":{\"failureThreshold\":3,\"initialDelaySeconds\":30,\"periodSeconds\":10,\"successThreshold\":1,\"timeoutSeconds\":15},\"replicaCount\":3,\"resources\":{\"limits\":{\"cpu\":\"1000m\",\"memory\":\"1.5Gi\"},\"requests\":{\"cpu\":\"500m\",\"memory\":\"1Gi\"}},\"terminationGracePeriodSeconds\":300}","version":"16.3.1"}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 @module=helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.667+0200" +2025-07-11T08:52:43.667+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=max_history tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 timestamp="2025-07-11T08:52:43.667+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release tf_attribute_path=version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:43.667+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ReadResource tf_attribute_path=disable_openapi_validation tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=dependency_update tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=wait_for_jobs tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=status tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=timeout tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=disable_crd_hooks tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=replace tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=recreate_pods tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_rpc=ReadResource tf_attribute_path=name tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=verify tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_attribute_path=disable_webhooks tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=chart tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=render_subchart_notes tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=wait tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=skip_crds tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_attribute_path=values[0] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=values tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=force_update tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=create_namespace tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_attribute_path=reuse_values timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=cleanup_on_fail tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.name tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.namespace tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.revision tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.app_version tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.last_deployed tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.version tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.notes tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.first_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.chart tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=pass_credentials tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_rpc=ReadResource tf_attribute_path=repository timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release @module=sdk.framework tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=id tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=reset_values tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=atomic tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.668+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=d2c7e436-8c26-49c9-2dfc-65aba2cc4085 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=lint tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.668+0200" +2025-07-11T08:52:43.670+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:43.671+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0007602a0 Settings:0xc000769440 RegistryClient:0xc000737600 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c04bad63-0c88-ee3b-dee1-5807bf4f7383 tf_resource_type=helm_release tf_rpc=ValidateResourceConfig @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm timestamp="2025-07-11T08:52:43.671+0200" +2025-07-11T08:52:43.673+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0007602a0 Settings:0xc000769440 RegistryClient:0xc000737600 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=663c782d-4801-534d-4949-1143b3d46326 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm timestamp="2025-07-11T08:52:43.673+0200" +2025-07-11T08:52:43.678+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"mongodb" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"mongodb" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"8.0.3","chart":"mongodb","first_deployed":1732907685,"last_deployed":1752215413,"name":"mongodb","namespace":"mongodb","notes":"CHART NAME: mongodb\nCHART VERSION: 16.3.1\nAPP VERSION: 8.0.3\n\n** Please be patient while the chart is being deployed **\n\nMongoDB® can be accessed on the following DNS name(s) and ports from within your cluster:\n\n mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\n\nTo get the root password run:\n\n export MONGODB_ROOT_PASSWORD=$(kubectl get secret --namespace mongodb mongodb-auth -o jsonpath=\"{.data.mongodb-root-password}\" | base64 -d)\n\nTo connect to your database, create a MongoDB® client container:\n\n kubectl run --namespace mongodb mongodb-client --rm --tty -i --restart='Never' --env=\"MONGODB_ROOT_PASSWORD=$MONGODB_ROOT_PASSWORD\" --image docker.io/bitnami/mongodb:8.0.3-debian-12-r0 --command -- bash\n\nThen, run the following command:\n mongosh admin --host \"mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\" --authenticationDatabase admin -u $MONGODB_ROOT_USER -p $MONGODB_ROOT_PASSWORD\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - arbiter.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":3,"values":"{\"affinity\":{\"podAntiAffinity\":{\"requiredDuringSchedulingIgnoredDuringExecution\":[{\"labelSelector\":{\"matchLabels\":{\"app.kubernetes.io/component\":\"mongodb\"}},\"topologyKey\":\"kubernetes.io/hostname\"}]}},\"architecture\":\"replicaset\",\"auth\":{\"enabled\":true,\"existingSecret\":\"mongodb-auth\"},\"commonAnnotations\":{\"mongodb.com/timeouts\":\"true\"},\"livenessProbe\":{\"failureThreshold\":6,\"initialDelaySeconds\":60,\"periodSeconds\":20,\"timeoutSeconds\":15},\"mongodb\":{\"extraFlags\":[\"--oplogSizeMB=10240\",\"--setParameter=electionTimeoutMillis=10000\",\"--setParameter=heartbeatIntervalMillis=2000\",\"--setParameter=catchUpTimeoutMillis=30000\",\"--setParameter=catchUpTakeoverDelayMillis=30000\"]},\"readinessProbe\":{\"failureThreshold\":3,\"initialDelaySeconds\":30,\"periodSeconds\":10,\"successThreshold\":1,\"timeoutSeconds\":15},\"replicaCount\":3,\"resources\":{\"limits\":{\"cpu\":\"1000m\",\"memory\":\"1.5Gi\"},\"requests\":{\"cpu\":\"500m\",\"memory\":\"1Gi\"}},\"terminationGracePeriodSeconds\":300}","version":"16.3.1"} Name:"mongodb" Namespace:"mongodb" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["architecture: replicaset\nreplicaCount: 3\n\ncommonAnnotations:\n mongodb.com/timeouts: \"true\"\n\nmongodb:\n extraFlags:\n - \"--oplogSizeMB=10240\"\n - \"--setParameter=electionTimeoutMillis=10000\"\n - \"--setParameter=heartbeatIntervalMillis=2000\"\n - \"--setParameter=catchUpTimeoutMillis=30000\"\n - \"--setParameter=catchUpTakeoverDelayMillis=30000\"\n\n# More forgiving probe settings\nreadinessProbe:\n initialDelaySeconds: 30\n periodSeconds: 10\n timeoutSeconds: 15\n failureThreshold: 3\n successThreshold: 1\n\nlivenessProbe:\n initialDelaySeconds: 60\n periodSeconds: 20\n timeoutSeconds: 15\n failureThreshold: 6\n\n# Proper shutdown handling\nterminationGracePeriodSeconds: 300\n\n# Ensure pods are distributed across nodes\naffinity:\n podAntiAffinity:\n requiredDuringSchedulingIgnoredDuringExecution:\n - labelSelector:\n matchLabels:\n app.kubernetes.io/component: mongodb\n topologyKey: kubernetes.io/hostname\n\nauth:\n enabled: true\n existingSecret: mongodb-auth\n\n \n\n \n\nresources:\n limits:\n cpu: 1000m\n memory: 1.5Gi\n requests:\n cpu: 500m\n memory: 1Gi\n"] Verify:false Version:"16.3.1" Wait:true WaitForJobs:true}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=663c782d-4801-534d-4949-1143b3d46326 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 @module=helm timestamp="2025-07-11T08:52:43.678+0200" +2025-07-11T08:52:43.678+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"mongodb" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"mongodb" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"8.0.3","chart":"mongodb","first_deployed":1732907685,"last_deployed":1752215413,"name":"mongodb","namespace":"mongodb","notes":"CHART NAME: mongodb\nCHART VERSION: 16.3.1\nAPP VERSION: 8.0.3\n\n** Please be patient while the chart is being deployed **\n\nMongoDB® can be accessed on the following DNS name(s) and ports from within your cluster:\n\n mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\n\nTo get the root password run:\n\n export MONGODB_ROOT_PASSWORD=$(kubectl get secret --namespace mongodb mongodb-auth -o jsonpath=\"{.data.mongodb-root-password}\" | base64 -d)\n\nTo connect to your database, create a MongoDB® client container:\n\n kubectl run --namespace mongodb mongodb-client --rm --tty -i --restart='Never' --env=\"MONGODB_ROOT_PASSWORD=$MONGODB_ROOT_PASSWORD\" --image docker.io/bitnami/mongodb:8.0.3-debian-12-r0 --command -- bash\n\nThen, run the following command:\n mongosh admin --host \"mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\" --authenticationDatabase admin -u $MONGODB_ROOT_USER -p $MONGODB_ROOT_PASSWORD\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - arbiter.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":3,"values":"{\"affinity\":{\"podAntiAffinity\":{\"requiredDuringSchedulingIgnoredDuringExecution\":[{\"labelSelector\":{\"matchLabels\":{\"app.kubernetes.io/component\":\"mongodb\"}},\"topologyKey\":\"kubernetes.io/hostname\"}]}},\"architecture\":\"replicaset\",\"auth\":{\"enabled\":true,\"existingSecret\":\"mongodb-auth\"},\"commonAnnotations\":{\"mongodb.com/timeouts\":\"true\"},\"livenessProbe\":{\"failureThreshold\":6,\"initialDelaySeconds\":60,\"periodSeconds\":20,\"timeoutSeconds\":15},\"mongodb\":{\"extraFlags\":[\"--oplogSizeMB=10240\",\"--setParameter=electionTimeoutMillis=10000\",\"--setParameter=heartbeatIntervalMillis=2000\",\"--setParameter=catchUpTimeoutMillis=30000\",\"--setParameter=catchUpTakeoverDelayMillis=30000\"]},\"readinessProbe\":{\"failureThreshold\":3,\"initialDelaySeconds\":30,\"periodSeconds\":10,\"successThreshold\":1,\"timeoutSeconds\":15},\"replicaCount\":3,\"resources\":{\"limits\":{\"cpu\":\"1000m\",\"memory\":\"1.5Gi\"},\"requests\":{\"cpu\":\"500m\",\"memory\":\"1Gi\"}},\"terminationGracePeriodSeconds\":300}","version":"16.3.1"} Name:"mongodb" Namespace:"mongodb" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["architecture: replicaset\nreplicaCount: 3\n\ncommonAnnotations:\n mongodb.com/timeouts: \"true\"\n\nmongodb:\n extraFlags:\n - \"--oplogSizeMB=10240\"\n - \"--setParameter=electionTimeoutMillis=10000\"\n - \"--setParameter=heartbeatIntervalMillis=2000\"\n - \"--setParameter=catchUpTimeoutMillis=30000\"\n - \"--setParameter=catchUpTakeoverDelayMillis=30000\"\n\n# More forgiving probe settings\nreadinessProbe:\n initialDelaySeconds: 30\n periodSeconds: 10\n timeoutSeconds: 15\n failureThreshold: 3\n successThreshold: 1\n\nlivenessProbe:\n initialDelaySeconds: 60\n periodSeconds: 20\n timeoutSeconds: 15\n failureThreshold: 6\n\n# Proper shutdown handling\nterminationGracePeriodSeconds: 300\n\n# Ensure pods are distributed across nodes\naffinity:\n podAntiAffinity:\n requiredDuringSchedulingIgnoredDuringExecution:\n - labelSelector:\n matchLabels:\n app.kubernetes.io/component: mongodb\n topologyKey: kubernetes.io/hostname\n\nauth:\n enabled: true\n existingSecret: mongodb-auth\n\n \n\n \n\nresources:\n limits:\n cpu: 1000m\n memory: 1.5Gi\n requests:\n cpu: 500m\n memory: 1Gi\n"] Verify:false Version:"16.3.1" Wait:true WaitForJobs:true}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @module=helm tf_req_id=663c782d-4801-534d-4949-1143b3d46326 tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.678+0200" +2025-07-11T08:52:43.678+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: mongodb] Start: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm tf_req_id=663c782d-4801-534d-4949-1143b3d46326 timestamp="2025-07-11T08:52:43.678+0200" +2025-07-11T08:52:43.678+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=663c782d-4801-534d-4949-1143b3d46326 timestamp="2025-07-11T08:52:43.678+0200" +2025-07-11T08:52:43.678+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm configPaths=[] tf_req_id=663c782d-4801-534d-4949-1143b3d46326 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:43.678+0200" +2025-07-11T08:52:43.678+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=663c782d-4801-534d-4949-1143b3d46326 tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 timestamp="2025-07-11T08:52:43.678+0200" +2025-07-11T08:52:43.678+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: mongodb] Initial Values: Name=mongodb, Namespace=mongodb, Repository=oci://registry-1.docker.io/bitnamicharts, Repository_Username=, Repository_Password=, Chart=mongodb: tf_req_id=663c782d-4801-534d-4949-1143b3d46326 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:43.678+0200" +2025-07-11T08:52:43.678+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc000769560 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=663c782d-4801-534d-4949-1143b3d46326 tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.678+0200" +2025-07-11T08:52:43.813+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: minio] Got chart: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=31ae2ce1-fc1d-66ca-6299-b3e7a16fa386 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:43.813+0200" +2025-07-11T08:52:43.813+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=31ae2ce1-fc1d-66ca-6299-b3e7a16fa386 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 @module=helm timestamp="2025-07-11T08:52:43.813+0200" +2025-07-11T08:52:43.813+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: minio] Release validated: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 tf_req_id=31ae2ce1-fc1d-66ca-6299-b3e7a16fa386 timestamp="2025-07-11T08:52:43.813+0200" +2025-07-11T08:52:43.813+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: minio] Done: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_req_id=31ae2ce1-fc1d-66ca-6299-b3e7a16fa386 timestamp="2025-07-11T08:52:43.813+0200" +2025-07-11T08:52:43.816+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:43.816+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_namespace.tenant" references: [] +2025-07-11T08:52:43.818+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=969206 +2025-07-11T08:52:43.818+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:43.820+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:43 [INFO] Checking namespace 365zon +2025-07-11T08:52:43.820+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon Accept="application/json, */*" tf_http_trans_id=64e48d8d-12b1-b430-7ab3-e67b7a4bf10b @module=kubernetes.Kubernetes User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 tf_http_req_method=GET tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T08:52:43.820+0200" +2025-07-11T08:52:43.825+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: rabbitmq getRelease post run: tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 timestamp="2025-07-11T08:52:43.825+0200" +2025-07-11T08:52:43.825+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: rabbitmq getRelease completed: @module=helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.825+0200" +2025-07-11T08:52:43.825+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"4.0.4","chart":"rabbitmq","first_deployed":1732607998,"last_deployed":1752215414,"name":"rabbitmq","namespace":"rabbitmq","notes":"CHART NAME: rabbitmq\nCHART VERSION: 15.1.0\nAPP VERSION: 4.0.4** Please be patient while the chart is being deployed **\n\nCredentials:\n echo \"Username : user\"\n echo \"Password : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-password}\" | base64 -d)\"\n echo \"ErLang Cookie : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-erlang-cookie}\" | base64 -d)\"\n\nNote that the credentials are saved in persistent volume claims and will not be changed upon upgrade or reinstallation unless the persistent volume claim has been deleted. If this is not the first installation of this chart, the credentials may not be valid.\nThis is applicable when no passwords are set and therefore the random password is autogenerated. In case of using a fixed password, you should specify it when upgrading.\nMore information about the credentials may be found at https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues/#credential-errors-while-upgrading-chart-releases.\n\nRabbitMQ can be accessed within the cluster on port 5672 at rabbitmq.rabbitmq.svc.cluster.local\n\nTo access for outside the cluster, perform the following steps:\n\nTo Access the RabbitMQ AMQP port:\n\n1. Create a port-forward to the AMQP port:\n\n kubectl port-forward --namespace rabbitmq svc/rabbitmq 5672:5672 &\n echo \"URL : amqp://127.0.0.1:5672/\"\n\n2. Access RabbitMQ using using the obtained URL.\n\nTo Access the RabbitMQ Management interface:\n\n1. Get the RabbitMQ Management URL and associate its hostname to your cluster external IP:\n\n export CLUSTER_IP=$(minikube ip) # On Minikube. Use: `kubectl cluster-info` on others K8s clusters\n echo \"RabbitMQ Management: http://rabbitmq.local/\"\n echo \"$CLUSTER_IP rabbitmq.local\" | sudo tee -a /etc/hosts\n\n2. Open a browser and access RabbitMQ Management using the obtained URL.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"auth\":{\"password\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"kubernetes.io/ingress.class\":\"nginx\"},\"enabled\":true,\"hostname\":\"rabbitmq.local\",\"ingressClassName\":\"nginx\",\"tls\":false},\"persistence\":{\"size\":\"4Gi\"},\"replicaCount\":1}","version":"15.1.0"}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 timestamp="2025-07-11T08:52:43.825+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=chart tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=sdk.framework tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=skip_crds tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=replace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=force_update tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_rpc=ReadResource tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=repository timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[0].value tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[0].name tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[0].type tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=set[0] timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=set[1].name tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_rpc=ReadResource tf_attribute_path=set[1].type tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[1].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[1] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release tf_attribute_path=set tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=pass_credentials tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=dependency_update tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=status tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=atomic tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=disable_openapi_validation tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=disable_crd_hooks tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.826+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_attribute_path=render_subchart_notes tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_rpc=ReadResource tf_attribute_path=reuse_values tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.826+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=metadata.chart tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.app_version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_rpc=ReadResource tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.version tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.name @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release tf_attribute_path=metadata.first_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_attribute_path=metadata.revision tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=metadata.notes tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.last_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=recreate_pods timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=cleanup_on_fail tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=reset_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_rpc=ReadResource tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=verify tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=lint tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release @module=sdk.framework tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=name tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=wait tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=values[0] tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=values tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=timeout tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=create_namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=disable_webhooks tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_attribute_path=wait_for_jobs tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=version @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set_sensitive[0].value tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ReadResource tf_attribute_path=set_sensitive[0].name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=set_sensitive[0] tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_attribute_path=set_sensitive tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.827+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=max_history tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cd7efdc2-7276-f21f-3300-9c82ede1a94c tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:43.827+0200" +2025-07-11T08:52:43.829+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:43.830+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0008c02a0 Settings:0xc0008c9440 RegistryClient:0xc00063b780 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_req_id=c63ac7fc-dc8a-7a34-7777-ecd83c5bdf49 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ValidateResourceConfig timestamp="2025-07-11T08:52:43.830+0200" +2025-07-11T08:52:43.832+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0008c02a0 Settings:0xc0008c9440 RegistryClient:0xc00063b780 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_req_id=3a1886aa-a172-74b9-077b-353428e1281b tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.832+0200" +2025-07-11T08:52:43.837+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"rabbitmq" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"rabbitmq" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"4.0.4","chart":"rabbitmq","first_deployed":1732607998,"last_deployed":1752215414,"name":"rabbitmq","namespace":"rabbitmq","notes":"CHART NAME: rabbitmq\nCHART VERSION: 15.1.0\nAPP VERSION: 4.0.4** Please be patient while the chart is being deployed **\n\nCredentials:\n echo \"Username : user\"\n echo \"Password : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-password}\" | base64 -d)\"\n echo \"ErLang Cookie : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-erlang-cookie}\" | base64 -d)\"\n\nNote that the credentials are saved in persistent volume claims and will not be changed upon upgrade or reinstallation unless the persistent volume claim has been deleted. If this is not the first installation of this chart, the credentials may not be valid.\nThis is applicable when no passwords are set and therefore the random password is autogenerated. In case of using a fixed password, you should specify it when upgrading.\nMore information about the credentials may be found at https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues/#credential-errors-while-upgrading-chart-releases.\n\nRabbitMQ can be accessed within the cluster on port 5672 at rabbitmq.rabbitmq.svc.cluster.local\n\nTo access for outside the cluster, perform the following steps:\n\nTo Access the RabbitMQ AMQP port:\n\n1. Create a port-forward to the AMQP port:\n\n kubectl port-forward --namespace rabbitmq svc/rabbitmq 5672:5672 &\n echo \"URL : amqp://127.0.0.1:5672/\"\n\n2. Access RabbitMQ using using the obtained URL.\n\nTo Access the RabbitMQ Management interface:\n\n1. Get the RabbitMQ Management URL and associate its hostname to your cluster external IP:\n\n export CLUSTER_IP=$(minikube ip) # On Minikube. Use: `kubectl cluster-info` on others K8s clusters\n echo \"RabbitMQ Management: http://rabbitmq.local/\"\n echo \"$CLUSTER_IP rabbitmq.local\" | sudo tee -a /etc/hosts\n\n2. Open a browser and access RabbitMQ Management using the obtained URL.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"auth\":{\"password\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"kubernetes.io/ingress.class\":\"nginx\"},\"enabled\":true,\"hostname\":\"rabbitmq.local\",\"ingressClassName\":\"nginx\",\"tls\":false},\"persistence\":{\"size\":\"4Gi\"},\"replicaCount\":1}","version":"15.1.0"} Name:"rabbitmq" Namespace:"rabbitmq" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"replicaCount","type":"","value":"1"},{"name":"persistence.size","type":"","value":"4Gi"}] SetList: SetSensitive:[{"name":"auth.password","type":,"value":"QA3UNmEGovybKcT415K6"}] SkipCrds:false Status:"deployed" Timeout:300 Values:["ingress:\n enabled: true\n tls: false\n ingressClassName: nginx\n hostname: rabbitmq.local\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n"] Verify:false Version:"15.1.0" Wait:true WaitForJobs:false}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange tf_req_id=3a1886aa-a172-74b9-077b-353428e1281b tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.837+0200" +2025-07-11T08:52:43.837+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"rabbitmq" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"rabbitmq" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"4.0.4","chart":"rabbitmq","first_deployed":1732607998,"last_deployed":1752215414,"name":"rabbitmq","namespace":"rabbitmq","notes":"CHART NAME: rabbitmq\nCHART VERSION: 15.1.0\nAPP VERSION: 4.0.4** Please be patient while the chart is being deployed **\n\nCredentials:\n echo \"Username : user\"\n echo \"Password : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-password}\" | base64 -d)\"\n echo \"ErLang Cookie : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-erlang-cookie}\" | base64 -d)\"\n\nNote that the credentials are saved in persistent volume claims and will not be changed upon upgrade or reinstallation unless the persistent volume claim has been deleted. If this is not the first installation of this chart, the credentials may not be valid.\nThis is applicable when no passwords are set and therefore the random password is autogenerated. In case of using a fixed password, you should specify it when upgrading.\nMore information about the credentials may be found at https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues/#credential-errors-while-upgrading-chart-releases.\n\nRabbitMQ can be accessed within the cluster on port 5672 at rabbitmq.rabbitmq.svc.cluster.local\n\nTo access for outside the cluster, perform the following steps:\n\nTo Access the RabbitMQ AMQP port:\n\n1. Create a port-forward to the AMQP port:\n\n kubectl port-forward --namespace rabbitmq svc/rabbitmq 5672:5672 &\n echo \"URL : amqp://127.0.0.1:5672/\"\n\n2. Access RabbitMQ using using the obtained URL.\n\nTo Access the RabbitMQ Management interface:\n\n1. Get the RabbitMQ Management URL and associate its hostname to your cluster external IP:\n\n export CLUSTER_IP=$(minikube ip) # On Minikube. Use: `kubectl cluster-info` on others K8s clusters\n echo \"RabbitMQ Management: http://rabbitmq.local/\"\n echo \"$CLUSTER_IP rabbitmq.local\" | sudo tee -a /etc/hosts\n\n2. Open a browser and access RabbitMQ Management using the obtained URL.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"auth\":{\"password\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"kubernetes.io/ingress.class\":\"nginx\"},\"enabled\":true,\"hostname\":\"rabbitmq.local\",\"ingressClassName\":\"nginx\",\"tls\":false},\"persistence\":{\"size\":\"4Gi\"},\"replicaCount\":1}","version":"15.1.0"} Name:"rabbitmq" Namespace:"rabbitmq" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"replicaCount","type":"","value":"1"},{"name":"persistence.size","type":"","value":"4Gi"}] SetList: SetSensitive:[{"name":"auth.password","type":,"value":"QA3UNmEGovybKcT415K6"}] SkipCrds:false Status:"deployed" Timeout:300 Values:["ingress:\n enabled: true\n tls: false\n ingressClassName: nginx\n hostname: rabbitmq.local\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n"] Verify:false Version:"15.1.0" Wait:true WaitForJobs:false}: @module=helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3a1886aa-a172-74b9-077b-353428e1281b tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:43.837+0200" +2025-07-11T08:52:43.837+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: rabbitmq] Start: @module=helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3a1886aa-a172-74b9-077b-353428e1281b tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:43.837+0200" +2025-07-11T08:52:43.837+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_resource_type=helm_release tf_rpc=PlanResourceChange KubernetesData=map[] @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3a1886aa-a172-74b9-077b-353428e1281b timestamp="2025-07-11T08:52:43.837+0200" +2025-07-11T08:52:43.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3a1886aa-a172-74b9-077b-353428e1281b tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 configPaths=[] tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.838+0200" +2025-07-11T08:52:43.838+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3a1886aa-a172-74b9-077b-353428e1281b timestamp="2025-07-11T08:52:43.838+0200" +2025-07-11T08:52:43.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: rabbitmq] Initial Values: Name=rabbitmq, Namespace=rabbitmq, Repository=oci://registry-1.docker.io/bitnamicharts, Repository_Username=, Repository_Password=, Chart=rabbitmq: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 tf_req_id=3a1886aa-a172-74b9-077b-353428e1281b timestamp="2025-07-11T08:52:43.838+0200" +2025-07-11T08:52:43.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc0008c9560 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3a1886aa-a172-74b9-077b-353428e1281b tf_resource_type=helm_release timestamp="2025-07-11T08:52:43.838+0200" +2025-07-11T08:52:43.988+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:52:43 [DEBUG] ({365zon2 on false { + "Version": "2012-10-17", + "Statement": [ + { + "Effect": "Allow", + "Action": [ + "s3:ListBucket" + ], + "Resource": [ + "arn:aws:s3:::365zon2" + ] + }, + { + "Effect": "Allow", + "Action": [ + "s3:DeleteObject", + "s3:GetObject", + "s3:PutObject" + ], + "Resource": [ + "arn:aws:s3:::365zon2/*" + ] + } + ] +} }): timestamp="2025-07-11T08:52:43.988+0200" +2025-07-11T08:52:43.990+0200 [WARN] Provider "registry.terraform.io/aminueza/minio" produced an invalid plan for module.tenant-365zon.module.minio.minio_iam_service_account.overlay, 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: + - .description: planned value cty.StringVal("") for a non-computed attribute + - .expiration: planned value cty.StringVal("1970-01-01T00:00:00Z") for a non-computed attribute + - .name: planned value cty.StringVal("") for a non-computed attribute + - .update_secret: planned value cty.False for a non-computed attribute + - .disable_user: planned value cty.False for a non-computed attribute +2025-07-11T08:52:43.990+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:43.992+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=969269 +2025-07-11T08:52:43.992+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:44.184+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Length=1223 Content-Type=application/json tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_status_code=200 tf_http_trans_id=64e48d8d-12b1-b430-7ab3-e67b7a4bf10b Audit-Id=f89789ad-baf5-4e99-b833-5c2e437cfebf Date="Fri, 11 Jul 2025 06:52:44 GMT" X-Content-Type-Options=nosniff tf_http_op_type=response + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"365zon","uid":"20230e1f-afa5-430b-9720-e3668166b470","resourceVersion":"109671116","creationTimestamp":"2025-07-11T06:29:49Z","labels":{"kubernetes.io/metadata.name":"365zon"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:51Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:51Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:49Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_reason="200 OK" X-Api-Cattle-Auth=true X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." timestamp="2025-07-11T08:52:44.184+0200" +2025-07-11T08:52:44.184+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:44 [INFO] Namespace 365zon exists +2025-07-11T08:52:44.184+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:44 [INFO] Reading namespace 365zon +2025-07-11T08:52:44.184+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET @module=kubernetes.Kubernetes Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 tf_http_op_type=request tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_trans_id=f1f8ccd7-b77f-c7c9-d50b-e0b5d2151324 timestamp="2025-07-11T08:52:44.184+0200" +2025-07-11T08:52:44.234+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Content-Type-Options=nosniff @module=kubernetes.Kubernetes Audit-Id=7f3b7929-4382-4565-99fd-ae2f4ecb6ad8 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=1223 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Type=application/json tf_http_res_status_reason="200 OK" tf_http_trans_id=f1f8ccd7-b77f-c7c9-d50b-e0b5d2151324 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 Date="Fri, 11 Jul 2025 06:52:44 GMT" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"365zon","uid":"20230e1f-afa5-430b-9720-e3668166b470","resourceVersion":"109671116","creationTimestamp":"2025-07-11T06:29:49Z","labels":{"kubernetes.io/metadata.name":"365zon"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:51Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:51Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:49Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_code=200 X-Api-Cattle-Auth=true tf_http_op_type=response tf_http_res_version=HTTP/2.0 timestamp="2025-07-11T08:52:44.234+0200" +2025-07-11T08:52:44.235+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:44 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"365zon", GenerateName:"", Namespace:"", SelfLink:"", UID:"20230e1f-afa5-430b-9720-e3668166b470", ResourceVersion:"109671116", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 49, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"365zon"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:51Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:51Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 49, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000eea978), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 50, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000eea9a8), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:52:44.236+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.kubernetes_namespace.tenant, 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute +2025-07-11T08:52:44.237+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.storage" references: [] +2025-07-11T08:52:44.237+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings" references: [] +2025-07-11T08:52:44.238+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:44 [INFO] Checking secret connection-strings +2025-07-11T08:52:44.238+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:44 [INFO] Checking secret storage +2025-07-11T08:52:44.238+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_method=GET Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_body="" tf_http_req_version=HTTP/1.1 tf_http_trans_id=b68b3fa7-736d-9d4e-2b67-15911a9c6a24 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/storage Accept="application/json, */*" Host=rancher.bridge.fourlights.dev timestamp="2025-07-11T08:52:44.238+0200" +2025-07-11T08:52:44.238+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 tf_http_req_version=HTTP/1.1 tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/connection-strings tf_http_trans_id=2d337afc-9a11-62f6-0f0d-10749e6f944a Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request @module=kubernetes.Kubernetes Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev tf_http_req_body="" tf_http_req_method=GET timestamp="2025-07-11T08:52:44.238+0200" +2025-07-11T08:52:44.298+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"connection-strings","namespace":"365zon","uid":"47f6eb88-7be7-4756-ac01-6857de56e2e4","resourceVersion":"109671119","creationTimestamp":"2025-07-11T06:29:50Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:ConnectionStrings__DocumentDb":{},"f:ConnectionStrings__ServiceBus":{}},"f:type":{}}}]},"data":{"ConnectionStrings__DocumentDb":"bW9uZ29kYjovL3Jvb3Q6RzJNNWNrMzlCWDY3SDdMMkRvQjVMcVJGeHZQMTJ2SUxKVnc2V05aUkBtb25nb2RiLTAubW9uZ29kYi1oZWFkbGVzcy5tb25nb2RiLnN2Yy5jbHVzdGVyLmxvY2FsOjI3MDE3LG1vbmdvZGItMS5tb25nb2RiLWhlYWRsZXNzLm1vbmdvZGIuc3ZjLmNsdXN0ZXIubG9jYWw6MjcwMTcsbW9uZ29kYi0yLm1vbmdvZGItaGVhZGxlc3MubW9uZ29kYi5zdmMuY2x1c3Rlci5sb2NhbDoyNzAxNy9hZG1pbj9yZXBsaWNhU2V0PXJzMCZhdXRoU291cmNlPWFkbWlu","ConnectionStrings__ServiceBus":"cmFiYml0bXE6Ly91c2VyOlFBM1VObUVHb3Z5YktjVDQxNUs2QHJhYmJpdG1xLWhlYWRsZXNzLnJhYmJpdG1xLnN2Yy5jbHVzdGVyLmxvY2FsOjU2NzIv"},"type":"Opaque"} + @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Content-Type=application/json tf_http_op_type=response tf_http_res_status_reason="200 OK" Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=1039 tf_http_res_status_code=200 tf_http_trans_id=2d337afc-9a11-62f6-0f0d-10749e6f944a Audit-Id=1381948e-761e-468e-8dcb-0e7c411a9250 Date="Fri, 11 Jul 2025 06:52:44 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_version=HTTP/2.0 X-Api-Cattle-Auth=true timestamp="2025-07-11T08:52:44.298+0200" +2025-07-11T08:52:44.298+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"storage","namespace":"365zon","uid":"ef14e016-33d3-4f6d-8de9-1120ea8c2fd0","resourceVersion":"109677334","creationTimestamp":"2025-07-11T06:46:34Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:46:34Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:Storage__AccountKey":{},"f:Storage__AccountName":{},"f:Storage__BlobUri":{},"f:Storage__S3BucketName":{}},"f:type":{}}}]},"data":{"Storage__AccountKey":"RFJzblhXNm5ZVklWN2w4RlVtb2dkeDN5VU9XY2JmWjM0VUVkK0cyag==","Storage__AccountName":"RUFHVDNTMzY1SzlITElMQlcwTTU=","Storage__BlobUri":"aHR0cHM6Ly9zdG9yYWdlLjM2NXpvbi5mb3VybGlnaHRzLmRldg==","Storage__S3BucketName":"MzY1em9uMg=="},"type":"Opaque"} + Content-Length=764 Content-Type=application/json tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Date="Fri, 11 Jul 2025 06:52:44 GMT" X-Content-Type-Options=nosniff tf_http_trans_id=b68b3fa7-736d-9d4e-2b67-15911a9c6a24 Audit-Id=709ff42c-f518-4e1a-8f6d-3601cc2046f4 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Api-Cattle-Auth=true X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_op_type=response timestamp="2025-07-11T08:52:44.298+0200" +2025-07-11T08:52:44.298+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:44 [INFO] Reading secret storage +2025-07-11T08:52:44.298+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:44 [INFO] Reading secret connection-strings +2025-07-11T08:52:44.298+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" @module=kubernetes.Kubernetes Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_method=GET tf_http_req_version=HTTP/1.1 Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/storage Accept-Encoding=gzip tf_http_trans_id=e7501c1c-cc0a-44fe-c2c5-e7da4c2d5e94 timestamp="2025-07-11T08:52:44.298+0200" +2025-07-11T08:52:44.298+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_op_type=request tf_http_req_body="" tf_http_req_method=GET @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept-Encoding=gzip @module=kubernetes.Kubernetes Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/connection-strings tf_http_req_version=HTTP/1.1 Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=36ae442a-2c3a-a97d-f15d-7a895909e5d8 timestamp="2025-07-11T08:52:44.298+0200" +2025-07-11T08:52:44.343+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=36ae442a-2c3a-a97d-f15d-7a895909e5d8 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] tf_http_res_status_reason="200 OK" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Length=1039 X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"connection-strings","namespace":"365zon","uid":"47f6eb88-7be7-4756-ac01-6857de56e2e4","resourceVersion":"109671119","creationTimestamp":"2025-07-11T06:29:50Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:ConnectionStrings__DocumentDb":{},"f:ConnectionStrings__ServiceBus":{}},"f:type":{}}}]},"data":{"ConnectionStrings__DocumentDb":"bW9uZ29kYjovL3Jvb3Q6RzJNNWNrMzlCWDY3SDdMMkRvQjVMcVJGeHZQMTJ2SUxKVnc2V05aUkBtb25nb2RiLTAubW9uZ29kYi1oZWFkbGVzcy5tb25nb2RiLnN2Yy5jbHVzdGVyLmxvY2FsOjI3MDE3LG1vbmdvZGItMS5tb25nb2RiLWhlYWRsZXNzLm1vbmdvZGIuc3ZjLmNsdXN0ZXIubG9jYWw6MjcwMTcsbW9uZ29kYi0yLm1vbmdvZGItaGVhZGxlc3MubW9uZ29kYi5zdmMuY2x1c3Rlci5sb2NhbDoyNzAxNy9hZG1pbj9yZXBsaWNhU2V0PXJzMCZhdXRoU291cmNlPWFkbWlu","ConnectionStrings__ServiceBus":"cmFiYml0bXE6Ly91c2VyOlFBM1VObUVHb3Z5YktjVDQxNUs2QHJhYmJpdG1xLWhlYWRsZXNzLnJhYmJpdG1xLnN2Yy5jbHVzdGVyLmxvY2FsOjU2NzIv"},"type":"Opaque"} + tf_http_res_status_code=200 @module=kubernetes.Kubernetes Audit-Id=d25bc15e-1d89-49bb-af4e-92bc80f387bb Content-Type=application/json Date="Fri, 11 Jul 2025 06:52:44 GMT" X-Api-Cattle-Auth=true tf_http_res_version=HTTP/2.0 timestamp="2025-07-11T08:52:44.343+0200" +2025-07-11T08:52:44.343+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:44 [INFO] Received secret: v1.ObjectMeta{Name:"connection-strings", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"47f6eb88-7be7-4756-ac01-6857de56e2e4", ResourceVersion:"109671119", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 50, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 50, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000eeba70), Subresource:""}}} +2025-07-11T08:52:44.345+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.kubernetes_secret.connection_strings, 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: + - .immutable: planned value cty.False for a non-computed attribute + - .type: planned value cty.StringVal("Opaque") for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:52:44.345+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_trans_id=e7501c1c-cc0a-44fe-c2c5-e7da4c2d5e94 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response tf_http_res_status_reason="200 OK" Content-Length=764 Date="Fri, 11 Jul 2025 06:52:44 GMT" X-Api-Cattle-Auth=true @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Audit-Id=ca1b19c6-121e-4dab-8da8-74cff15c3b3c X-Content-Type-Options=nosniff + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"storage","namespace":"365zon","uid":"ef14e016-33d3-4f6d-8de9-1120ea8c2fd0","resourceVersion":"109677334","creationTimestamp":"2025-07-11T06:46:34Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:46:34Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:Storage__AccountKey":{},"f:Storage__AccountName":{},"f:Storage__BlobUri":{},"f:Storage__S3BucketName":{}},"f:type":{}}}]},"data":{"Storage__AccountKey":"RFJzblhXNm5ZVklWN2w4RlVtb2dkeDN5VU9XY2JmWjM0VUVkK0cyag==","Storage__AccountName":"RUFHVDNTMzY1SzlITElMQlcwTTU=","Storage__BlobUri":"aHR0cHM6Ly9zdG9yYWdlLjM2NXpvbi5mb3VybGlnaHRzLmRldg==","Storage__S3BucketName":"MzY1em9uMg=="},"type":"Opaque"} + tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 timestamp="2025-07-11T08:52:44.345+0200" +2025-07-11T08:52:44.346+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:44 [INFO] Received secret: v1.ObjectMeta{Name:"storage", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"ef14e016-33d3-4f6d-8de9-1120ea8c2fd0", ResourceVersion:"109677334", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 46, 34, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 46, 34, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0011fe3c0), Subresource:""}}} +2025-07-11T08:52:44.348+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.kubernetes_secret.storage, 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: + - .immutable: planned value cty.False for a non-computed attribute + - .type: planned value cty.StringVal("Opaque") for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:52:45.067+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: mongodb] Got chart: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 tf_req_id=663c782d-4801-534d-4949-1143b3d46326 timestamp="2025-07-11T08:52:45.067+0200" +2025-07-11T08:52:45.067+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=663c782d-4801-534d-4949-1143b3d46326 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 timestamp="2025-07-11T08:52:45.067+0200" +2025-07-11T08:52:45.067+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: mongodb] Release validated: tf_req_id=663c782d-4801-534d-4949-1143b3d46326 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 @module=helm timestamp="2025-07-11T08:52:45.067+0200" +2025-07-11T08:52:45.067+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: mongodb] Done: @module=helm tf_req_id=663c782d-4801-534d-4949-1143b3d46326 tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:45.067+0200" +2025-07-11T08:52:45.069+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:45.071+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=968987 +2025-07-11T08:52:45.071+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:45.183+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: rabbitmq] Got chart: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 tf_req_id=3a1886aa-a172-74b9-077b-353428e1281b tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:45.183+0200" +2025-07-11T08:52:45.183+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: tf_req_id=3a1886aa-a172-74b9-077b-353428e1281b @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:45.183+0200" +2025-07-11T08:52:45.183+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: rabbitmq] Release validated: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm tf_req_id=3a1886aa-a172-74b9-077b-353428e1281b timestamp="2025-07-11T08:52:45.183+0200" +2025-07-11T08:52:45.183+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: rabbitmq] Done: @module=helm tf_req_id=3a1886aa-a172-74b9-077b-353428e1281b tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:45.183+0200" +2025-07-11T08:52:45.185+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:45.187+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=969175 +2025-07-11T08:52:45.187+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:49.888+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: redis] Got chart: tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 tf_req_id=1ecf5c53-384e-2cde-1bf6-9f935d7e2b6a @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:49.888+0200" +2025-07-11T08:52:49.889+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 @module=helm tf_req_id=1ecf5c53-384e-2cde-1bf6-9f935d7e2b6a tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:49.888+0200" +2025-07-11T08:52:49.889+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: redis] Release validated: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 @module=helm tf_req_id=1ecf5c53-384e-2cde-1bf6-9f935d7e2b6a tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:49.888+0200" +2025-07-11T08:52:49.889+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: redis] Done: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 tf_req_id=1ecf5c53-384e-2cde-1bf6-9f935d7e2b6a tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:49.888+0200" +2025-07-11T08:52:49.890+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:49.896+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=969220 +2025-07-11T08:52:49.896+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:50.250+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: postgresql] Got chart: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1e69b968-8767-8a90-1cf5-6eeb5ea73987 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 @module=helm timestamp="2025-07-11T08:52:50.250+0200" +2025-07-11T08:52:50.250+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: @module=helm tf_req_id=1e69b968-8767-8a90-1cf5-6eeb5ea73987 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:50.250+0200" +2025-07-11T08:52:50.250+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: postgresql] Release validated: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @module=helm tf_req_id=1e69b968-8767-8a90-1cf5-6eeb5ea73987 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 timestamp="2025-07-11T08:52:50.250+0200" +2025-07-11T08:52:50.250+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: postgresql] Done: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1e69b968-8767-8a90-1cf5-6eeb5ea73987 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 @module=helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:50.250+0200" +2025-07-11T08:52:50.252+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:50.252+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.kubernetes_job.create-tenant[0]" references: [] +2025-07-11T08:52:50.256+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=968917 +2025-07-11T08:52:50.256+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:50.265+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:50 [INFO] Checking job create-tenant-zitadel +2025-07-11T08:52:50.266+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept="application/json, */*" Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/apis/batch/v1/namespaces/postgresql/jobs/create-tenant-zitadel Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" @module=kubernetes.Kubernetes new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" tf_http_req_method=GET tf_http_req_version=HTTP/1.1 tf_http_trans_id=f36fa9f9-d3e7-8be4-2d04-1c7cc2deb240 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 User-Agent="HashiCorp/1.0 Terraform/1.12.1" timestamp="2025-07-11T08:52:50.266+0200" +2025-07-11T08:52:50.400+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Content-Type=application/json X-Content-Type-Options=nosniff tf_http_res_status_code=200 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 + tf_http_res_body= + | {"kind":"Job","apiVersion":"batch/v1","metadata":{"name":"create-tenant-zitadel","namespace":"postgresql","uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","resourceVersion":"109671658","generation":1,"creationTimestamp":"2025-07-11T06:30:35Z","labels":{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","batch.kubernetes.io/job-name":"create-tenant-zitadel","controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","job-name":"create-tenant-zitadel"},"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"batch/v1","time":"2025-07-11T06:30:35Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:backoffLimit":{},"f:completionMode":{},"f:completions":{},"f:manualSelector":{},"f:parallelism":{},"f:podReplacementPolicy":{},"f:suspend":{},"f:template":{"f:spec":{"f:automountServiceAccountToken":{},"f:containers":{"k:{\"name\":\"create-db-user\"}":{".":{},"f:args":{},"f:command":{},"f:env":{".":{},"k:{\"name\":\"DB_NAME\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"DB_PASSWORD\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"DB_USER\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"POSTGRES_HOST\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"ROOT_DATABASE\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"ROOT_PASSWORD\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"ROOT_USERNAME\"}":{".":{},"f:name":{},"f:value":{}}},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:shareProcessNamespace":{},"f:terminationGracePeriodSeconds":{}}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"batch/v1","time":"2025-07-11T06:30:48Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:completionTime":{},"f:conditions":{},"f:ready":{},"f:startTime":{},"f:succeeded":{},"f:terminating":{},"f:uncountedTerminatedPods":{}}},"subresource":"status"}]},"spec":{"parallelism":1,"completions":1,"backoffLimit":6,"selector":{"matchLabels":{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6"}},"manualSelector":false,"template":{"metadata":{"creationTimestamp":null,"labels":{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","batch.kubernetes.io/job-name":"create-tenant-zitadel","controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","job-name":"create-tenant-zitadel"}},"spec":{"containers":[{"name":"create-db-user","image":"postgres:17-alpine","command":["/bin/sh","-c"],"args":["# Wait for postgres to be ready\nuntil PGPASSWORD=$ROOT_PASSWORD psql -h $POSTGRES_HOST -U $ROOT_USERNAME -d $ROOT_DATABASE -c '\\l'; do\n echo \"Waiting for postgres...\"\n sleep 2\ndone\n\n# Create user and database\nPGPASSWORD=$ROOT_PASSWORD psql -v ON_ERROR_STOP=1 -h $POSTGRES_HOST -U $ROOT_USERNAME -d $ROOT_DATABASE \u003c\u003c-EOSQL\n CREATE USER $DB_USER WITH PASSWORD '$DB_PASSWORD';\n CREATE DATABASE $DB_NAME OWNER $DB_USER;\n GRANT ALL PRIVILEGES ON DATABASE $DB_NAME TO $DB_USER;\nEOSQL\n"],"env":[{"name":"POSTGRES_HOST","value":"postgresql-hl.postgresql.svc.cluster.local"},{"name":"ROOT_USERNAME","value":"postgres"},{"name":"ROOT_PASSWORD","value":"PvwMI{LznVaS\u003cq_[(rXD0p]c\u003e_W-112$IZfdAH2Q"},{"name":"ROOT_DATABASE","value":"postgres"},{"name":"DB_NAME","value":"zitadel"},{"name":"DB_USER","value":"zitadel"},{"name":"DB_PASSWORD","value":"LW+70S#T8*TcfX]HQ*w12\u003eB\u0026"}],"resources":{},"terminationMessagePath":"/dev/termination-log","terminationMessagePolicy":"File","imagePullPolicy":"IfNotPresent"}],"restartPolicy":"Never","terminationGracePeriodSeconds":30,"dnsPolicy":"ClusterFirst","automountServiceAccountToken":true,"shareProcessNamespace":false,"securityContext":{},"schedulerName":"default-scheduler","enableServiceLinks":true}},"completionMode":"NonIndexed","suspend":false,"podReplacementPolicy":"TerminatingOrFailed"},"status":{"conditions":[{"type":"Complete","status":"True","lastProbeTime":"2025-07-11T06:30:48Z","lastTransitionTime":"2025-07-11T06:30:48Z"}],"startTime":"2025-07-11T06:30:35Z","completionTime":"2025-07-11T06:30:48Z","succeeded":1,"terminating":0,"uncountedTerminatedPods":{},"ready":0}} + tf_http_res_status_reason="200 OK" Audit-Id=09e847e9-0b81-466d-ad29-511e9ece546b Date="Fri, 11 Jul 2025 06:52:50 GMT" tf_http_op_type=response tf_http_res_version=HTTP/2.0 tf_http_trans_id=f36fa9f9-d3e7-8be4-2d04-1c7cc2deb240 timestamp="2025-07-11T08:52:50.400+0200" +2025-07-11T08:52:50.402+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:50 [INFO] Reading job create-tenant-zitadel +2025-07-11T08:52:50.402+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_trans_id=87a1aa47-adae-1158-e838-93c8a9554f35 @module=kubernetes.Kubernetes User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/apis/batch/v1/namespaces/postgresql/jobs/create-tenant-zitadel @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev tf_http_req_method=GET tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T08:52:50.402+0200" +2025-07-11T08:52:50.445+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 + tf_http_res_body= + | {"kind":"Job","apiVersion":"batch/v1","metadata":{"name":"create-tenant-zitadel","namespace":"postgresql","uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","resourceVersion":"109671658","generation":1,"creationTimestamp":"2025-07-11T06:30:35Z","labels":{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","batch.kubernetes.io/job-name":"create-tenant-zitadel","controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","job-name":"create-tenant-zitadel"},"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"batch/v1","time":"2025-07-11T06:30:35Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:backoffLimit":{},"f:completionMode":{},"f:completions":{},"f:manualSelector":{},"f:parallelism":{},"f:podReplacementPolicy":{},"f:suspend":{},"f:template":{"f:spec":{"f:automountServiceAccountToken":{},"f:containers":{"k:{\"name\":\"create-db-user\"}":{".":{},"f:args":{},"f:command":{},"f:env":{".":{},"k:{\"name\":\"DB_NAME\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"DB_PASSWORD\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"DB_USER\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"POSTGRES_HOST\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"ROOT_DATABASE\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"ROOT_PASSWORD\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"ROOT_USERNAME\"}":{".":{},"f:name":{},"f:value":{}}},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:shareProcessNamespace":{},"f:terminationGracePeriodSeconds":{}}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"batch/v1","time":"2025-07-11T06:30:48Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:completionTime":{},"f:conditions":{},"f:ready":{},"f:startTime":{},"f:succeeded":{},"f:terminating":{},"f:uncountedTerminatedPods":{}}},"subresource":"status"}]},"spec":{"parallelism":1,"completions":1,"backoffLimit":6,"selector":{"matchLabels":{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6"}},"manualSelector":false,"template":{"metadata":{"creationTimestamp":null,"labels":{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","batch.kubernetes.io/job-name":"create-tenant-zitadel","controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","job-name":"create-tenant-zitadel"}},"spec":{"containers":[{"name":"create-db-user","image":"postgres:17-alpine","command":["/bin/sh","-c"],"args":["# Wait for postgres to be ready\nuntil PGPASSWORD=$ROOT_PASSWORD psql -h $POSTGRES_HOST -U $ROOT_USERNAME -d $ROOT_DATABASE -c '\\l'; do\n echo \"Waiting for postgres...\"\n sleep 2\ndone\n\n# Create user and database\nPGPASSWORD=$ROOT_PASSWORD psql -v ON_ERROR_STOP=1 -h $POSTGRES_HOST -U $ROOT_USERNAME -d $ROOT_DATABASE \u003c\u003c-EOSQL\n CREATE USER $DB_USER WITH PASSWORD '$DB_PASSWORD';\n CREATE DATABASE $DB_NAME OWNER $DB_USER;\n GRANT ALL PRIVILEGES ON DATABASE $DB_NAME TO $DB_USER;\nEOSQL\n"],"env":[{"name":"POSTGRES_HOST","value":"postgresql-hl.postgresql.svc.cluster.local"},{"name":"ROOT_USERNAME","value":"postgres"},{"name":"ROOT_PASSWORD","value":"PvwMI{LznVaS\u003cq_[(rXD0p]c\u003e_W-112$IZfdAH2Q"},{"name":"ROOT_DATABASE","value":"postgres"},{"name":"DB_NAME","value":"zitadel"},{"name":"DB_USER","value":"zitadel"},{"name":"DB_PASSWORD","value":"LW+70S#T8*TcfX]HQ*w12\u003eB\u0026"}],"resources":{},"terminationMessagePath":"/dev/termination-log","terminationMessagePolicy":"File","imagePullPolicy":"IfNotPresent"}],"restartPolicy":"Never","terminationGracePeriodSeconds":30,"dnsPolicy":"ClusterFirst","automountServiceAccountToken":true,"shareProcessNamespace":false,"securityContext":{},"schedulerName":"default-scheduler","enableServiceLinks":true}},"completionMode":"NonIndexed","suspend":false,"podReplacementPolicy":"TerminatingOrFailed"},"status":{"conditions":[{"type":"Complete","status":"True","lastProbeTime":"2025-07-11T06:30:48Z","lastTransitionTime":"2025-07-11T06:30:48Z"}],"startTime":"2025-07-11T06:30:35Z","completionTime":"2025-07-11T06:30:48Z","succeeded":1,"terminating":0,"uncountedTerminatedPods":{},"ready":0}} + tf_http_trans_id=87a1aa47-adae-1158-e838-93c8a9554f35 Content-Type=application/json X-Content-Type-Options=nosniff Audit-Id=5cf0390c-898f-4301-95c9-4e80ddc652c4 X-Api-Cattle-Auth=true tf_http_op_type=response tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Date="Fri, 11 Jul 2025 06:52:50 GMT" X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." timestamp="2025-07-11T08:52:50.445+0200" +2025-07-11T08:52:50.445+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:50 [INFO] Received job: &v1.Job{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"create-tenant-zitadel", GenerateName:"", Namespace:"postgresql", SelfLink:"", UID:"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6", ResourceVersion:"109671658", Generation:1, CreationTimestamp:time.Date(2025, time.July, 11, 8, 30, 35, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6", "batch.kubernetes.io/job-name":"create-tenant-zitadel", "controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6", "job-name":"create-tenant-zitadel"}, Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"batch/v1", Time:time.Date(2025, time.July, 11, 8, 30, 35, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001317608), Subresource:""}, v1.ManagedFieldsEntry{Manager:"kube-controller-manager", Operation:"Update", APIVersion:"batch/v1", Time:time.Date(2025, time.July, 11, 8, 30, 48, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001317638), Subresource:"status"}}}, Spec:v1.JobSpec{Parallelism:(*int32)(0xc00133c550), Completions:(*int32)(0xc00133c554), ActiveDeadlineSeconds:(*int64)(nil), PodFailurePolicy:(*v1.PodFailurePolicy)(nil), BackoffLimit:(*int32)(0xc00133c558), BackoffLimitPerIndex:(*int32)(nil), MaxFailedIndexes:(*int32)(nil), Selector:(*v1.LabelSelector)(0xc00133ab40), ManualSelector:(*bool)(0xc00133c55c), Template:v1.PodTemplateSpec{ObjectMeta:v1.ObjectMeta{Name:"", GenerateName:"", Namespace:"", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6", "batch.kubernetes.io/job-name":"create-tenant-zitadel", "controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6", "job-name":"create-tenant-zitadel"}, Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Spec:v1.PodSpec{Volumes:[]v1.Volume(nil), InitContainers:[]v1.Container(nil), Containers:[]v1.Container{v1.Container{Name:"create-db-user", Image:"postgres:17-alpine", Command:[]string{"/bin/sh", "-c"}, Args:[]string{"# Wait for postgres to be ready\nuntil PGPASSWORD=$ROOT_PASSWORD psql -h $POSTGRES_HOST -U $ROOT_USERNAME -d $ROOT_DATABASE -c '\\l'; do\n echo \"Waiting for postgres...\"\n sleep 2\ndone\n\n# Create user and database\nPGPASSWORD=$ROOT_PASSWORD psql -v ON_ERROR_STOP=1 -h $POSTGRES_HOST -U $ROOT_USERNAME -d $ROOT_DATABASE <<-EOSQL\n CREATE USER $DB_USER WITH PASSWORD '$DB_PASSWORD';\n CREATE DATABASE $DB_NAME OWNER $DB_USER;\n GRANT ALL PRIVILEGES ON DATABASE $DB_NAME TO $DB_USER;\nEOSQL\n"}, WorkingDir:"", Ports:[]v1.ContainerPort(nil), EnvFrom:[]v1.EnvFromSource(nil), Env:[]v1.EnvVar{v1.EnvVar{Name:"POSTGRES_HOST", Value:"postgresql-hl.postgresql.svc.cluster.local", ValueFrom:(*v1.EnvVarSource)(nil)}, v1.EnvVar{Name:"ROOT_USERNAME", Value:"postgres", ValueFrom:(*v1.EnvVarSource)(nil)}, v1.EnvVar{Name:"ROOT_PASSWORD", Value:"PvwMI{LznVaS_W-112$IZfdAH2Q", ValueFrom:(*v1.EnvVarSource)(nil)}, v1.EnvVar{Name:"ROOT_DATABASE", Value:"postgres", ValueFrom:(*v1.EnvVarSource)(nil)}, v1.EnvVar{Name:"DB_NAME", Value:"zitadel", ValueFrom:(*v1.EnvVarSource)(nil)}, v1.EnvVar{Name:"DB_USER", Value:"zitadel", ValueFrom:(*v1.EnvVarSource)(nil)}, v1.EnvVar{Name:"DB_PASSWORD", Value:"LW+70S#T8*TcfX]HQ*w12>B&", ValueFrom:(*v1.EnvVarSource)(nil)}}, Resources:v1.ResourceRequirements{Limits:v1.ResourceList(nil), Requests:v1.ResourceList(nil), Claims:[]v1.ResourceClaim(nil)}, ResizePolicy:[]v1.ContainerResizePolicy(nil), RestartPolicy:(*v1.ContainerRestartPolicy)(nil), VolumeMounts:[]v1.VolumeMount(nil), VolumeDevices:[]v1.VolumeDevice(nil), LivenessProbe:(*v1.Probe)(nil), ReadinessProbe:(*v1.Probe)(nil), StartupProbe:(*v1.Probe)(nil), Lifecycle:(*v1.Lifecycle)(nil), TerminationMessagePath:"/dev/termination-log", TerminationMessagePolicy:"File", ImagePullPolicy:"IfNotPresent", SecurityContext:(*v1.SecurityContext)(nil), Stdin:false, StdinOnce:false, TTY:false}}, EphemeralContainers:[]v1.EphemeralContainer(nil), RestartPolicy:"Never", TerminationGracePeriodSeconds:(*int64)(0xc00133c648), ActiveDeadlineSeconds:(*int64)(nil), DNSPolicy:"ClusterFirst", NodeSelector:map[string]string(nil), ServiceAccountName:"", DeprecatedServiceAccount:"", AutomountServiceAccountToken:(*bool)(0xc00133c660), NodeName:"", HostNetwork:false, HostPID:false, HostIPC:false, ShareProcessNamespace:(*bool)(0xc00133c661), SecurityContext:(*v1.PodSecurityContext)(0xc000231ab0), ImagePullSecrets:[]v1.LocalObjectReference(nil), Hostname:"", Subdomain:"", Affinity:(*v1.Affinity)(nil), SchedulerName:"default-scheduler", Tolerations:[]v1.Toleration(nil), HostAliases:[]v1.HostAlias(nil), PriorityClassName:"", Priority:(*int32)(nil), DNSConfig:(*v1.PodDNSConfig)(nil), ReadinessGates:[]v1.PodReadinessGate(nil), RuntimeClassName:(*string)(nil), EnableServiceLinks:(*bool)(0xc00133c662), PreemptionPolicy:(*v1.PreemptionPolicy)(nil), Overhead:v1.ResourceList(nil), TopologySpreadConstraints:[]v1.TopologySpreadConstraint(nil), SetHostnameAsFQDN:(*bool)(nil), OS:(*v1.PodOS)(nil), HostUsers:(*bool)(nil), SchedulingGates:[]v1.PodSchedulingGate(nil), ResourceClaims:[]v1.PodResourceClaim(nil)}}, TTLSecondsAfterFinished:(*int32)(nil), CompletionMode:(*v1.CompletionMode)(0xc00131df20), Suspend:(*bool)(0xc00133c66e), PodReplacementPolicy:(*v1.PodReplacementPolicy)(0xc00131df30)}, Status:v1.JobStatus{Conditions:[]v1.JobCondition{v1.JobCondition{Type:"Complete", Status:"True", LastProbeTime:time.Date(2025, time.July, 11, 8, 30, 48, 0, time.Local), LastTransitionTime:time.Date(2025, time.July, 11, 8, 30, 48, 0, time.Local), Reason:"", Message:""}}, StartTime:time.Date(2025, time.July, 11, 8, 30, 35, 0, time.Local), CompletionTime:time.Date(2025, time.July, 11, 8, 30, 48, 0, time.Local), Active:0, Succeeded:1, Failed:0, Terminating:(*int32)(0xc00133c67c), CompletedIndexes:"", FailedIndexes:(*string)(nil), UncountedTerminatedPods:(*v1.UncountedTerminatedPods)(0xc001339860), Ready:(*int32)(0xc00133c680)}} +2025-07-11T08:52:50.463+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.zitadel-db.kubernetes_job.create-tenant[0], 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: + - .wait_for_completion: planned value cty.True for a non-computed attribute + - .spec[0].completions: planned value cty.NumberIntVal(1) for a non-computed attribute + - .spec[0].manual_selector: planned value cty.False for a non-computed attribute + - .spec[0].parallelism: planned value cty.NumberIntVal(1) for a non-computed attribute + - .spec[0].ttl_seconds_after_finished: planned value cty.StringVal("") for a non-computed attribute + - .spec[0].active_deadline_seconds: planned value cty.NumberIntVal(0) for a non-computed attribute + - .spec[0].backoff_limit: planned value cty.NumberIntVal(6) for a non-computed attribute + - .spec[0].selector: block count in plan (1) disagrees with count in config (0) + - .spec[0].template[0].spec[0].host_ipc: planned value cty.False for a non-computed attribute + - .spec[0].template[0].spec[0].host_network: planned value cty.False for a non-computed attribute + - .spec[0].template[0].spec[0].host_pid: planned value cty.False for a non-computed attribute + - .spec[0].template[0].spec[0].node_selector: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .spec[0].template[0].spec[0].priority_class_name: planned value cty.StringVal("") for a non-computed attribute + - .spec[0].template[0].spec[0].active_deadline_seconds: planned value cty.NumberIntVal(0) for a non-computed attribute + - .spec[0].template[0].spec[0].restart_policy: planned value cty.StringVal("Never") for a non-computed attribute + - .spec[0].template[0].spec[0].share_process_namespace: planned value cty.False for a non-computed attribute + - .spec[0].template[0].spec[0].automount_service_account_token: planned value cty.True for a non-computed attribute + - .spec[0].template[0].spec[0].dns_policy: planned value cty.StringVal("ClusterFirst") for a non-computed attribute + - .spec[0].template[0].spec[0].enable_service_links: planned value cty.True for a non-computed attribute + - .spec[0].template[0].spec[0].subdomain: planned value cty.StringVal("") for a non-computed attribute + - .spec[0].template[0].spec[0].runtime_class_name: planned value cty.StringVal("") for a non-computed attribute + - .spec[0].template[0].spec[0].termination_grace_period_seconds: planned value cty.NumberIntVal(30) for a non-computed attribute + - .spec[0].template[0].spec[0].container[0].termination_message_path: planned value cty.StringVal("/dev/termination-log") for a non-computed attribute + - .spec[0].template[0].spec[0].container[0].tty: planned value cty.False for a non-computed attribute + - .spec[0].template[0].spec[0].container[0].working_dir: planned value cty.StringVal("") for a non-computed attribute + - .spec[0].template[0].spec[0].container[0].stdin: planned value cty.False for a non-computed attribute + - .spec[0].template[0].spec[0].container[0].stdin_once: planned value cty.False for a non-computed attribute + - .spec[0].template[0].spec[0].container[0].resources: block count in plan (1) disagrees with count in config (0) + - .spec[0].template[0].metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .spec[0].template[0].metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .spec[0].template[0].metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute +2025-07-11T08:52:50.465+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:50.465+0200 [DEBUG] ReferenceTransformer: "module.zitadel.helm_release.zitadel[0]" references: [] +2025-07-11T08:52:50.467+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=969074 +2025-07-11T08:52:50.467+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:50.470+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0007ba2a0 Settings:0xc0007c1440 RegistryClient:0xc0007cc500 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 @module=helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:50.470+0200" +2025-07-11T08:52:50.471+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Current state before changes: {Atomic:false Chart:"zitadel" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"zitadel" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"v2.67.2","chart":"zitadel","first_deployed":1752215453,"last_deployed":1752215453,"name":"zitadel","namespace":"zitadel","notes":"Thank you for installing zitadel.\nExtract your service account key for authenticating at the ZITADEL API's:\n\n $ kubectl -n zitadel get secret zitadel-admin-sa -o jsonpath='{ .data.zitadel-admin-sa\\.json }' | base64 -D","revision":1,"values":"{\"ingress\":{\"annotations\":{\"cert-manager.io/cluster-issuer\":\"letsencrypt\",\"gethomepage.dev/description\":\"Identity and Access Management\",\"gethomepage.dev/enabled\":\"true\",\"gethomepage.dev/group\":\"Tools\",\"gethomepage.dev/icon\":\"zitadel.png\",\"gethomepage.dev/name\":\"Zitadel\",\"kubernetes.io/ingress.class\":\"nginx\"},\"className\":\"nginx\",\"enabled\":true,\"hosts\":[{\"host\":\"zitadel.365zon.fourlights.dev\",\"paths\":[{\"path\":\"/\",\"pathType\":\"Prefix\"}]}]},\"readinessProbe\":{\"failureThreshold\":10,\"initialDelaySeconds\":5,\"periodSeconds\":5},\"service\":{\"annotations\":{\"traefik.ingress.kubernetes.io/service.serversscheme\":\"h2c\"}},\"startupProbe\":{\"failureThreshold\":30,\"periodSeconds\":5},\"zitadel\":{\"configmapConfig\":{\"Database\":{\"Postgres\":{\"Admin\":{\"Password\":\"PvwMI{LznVaS\\u003cq_[(rXD0p]c\\u003e_W-112$IZfdAH2Q\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"postgres\"},\"Database\":\"zitadel\",\"Host\":\"postgresql-hl.postgresql.svc.cluster.local\",\"MaxConnIdleTime\":\"5m\",\"MaxConnLifetime\":\"30m\",\"MaxIdleConns\":10,\"MaxOpenConns\":20,\"Port\":5432,\"User\":{\"Password\":\"LW+70S#T8*TcfX]HQ*w12\\u003eB\\u0026\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"zitadel\"}}},\"ExternalDomain\":\"zitadel.365zon.fourlights.dev\",\"ExternalPort\":443,\"ExternalSecure\":true,\"FirstInstance\":{\"Org\":{\"Machine\":{\"Machine\":{\"Name\":\"Admin\",\"Username\":\"zitadel-admin-sa\"},\"MachineKey\":{\"ExpirationDate\":\"2026-01-01T00:00:00Z\",\"Type\":1}}}},\"Log\":{\"Level\":\"info\"},\"LogStore\":{\"Access\":{\"Stdout\":{\"Enabled\":true}}},\"TLS\":{\"Enabled\":false}},\"masterkeySecretName\":\"zitadel\"}}","version":"8.12.0"} Name:"zitadel" Namespace:"zitadel" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.zitadel.com" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["zitadel:\n masterkeySecretName: \"zitadel\"\n configmapConfig:\n Log:\n Level: 'info'\n LogStore:\n Access:\n Stdout:\n Enabled: true\n ExternalSecure: true\n ExternalDomain: zitadel.365zon.fourlights.dev\n ExternalPort: 443\n TLS:\n Enabled: false\n FirstInstance:\n Org:\n Machine:\n Machine:\n Username: zitadel-admin-sa\n Name: Admin\n MachineKey:\n ExpirationDate: \"2026-01-01T00:00:00Z\"\n Type: 1\n Database:\n Postgres:\n Host: postgresql-hl.postgresql.svc.cluster.local\n Port: 5432\n Database: zitadel\n MaxOpenConns: 20\n MaxIdleConns: 10\n MaxConnLifetime: 30m\n MaxConnIdleTime: 5m\n User:\n Username: zitadel\n Password: \"LW+70S#T8*TcfX]HQ*w12>B&\"\n SSL:\n Mode: disable\n Admin:\n Username: postgres\n Password: \"PvwMI{LznVaS_W-112$IZfdAH2Q\"\n SSL:\n Mode: disable\n \n\nreadinessProbe:\n initialDelaySeconds: 5\n periodSeconds: 5\n failureThreshold: 10\n\nstartupProbe:\n periodSeconds: 5\n failureThreshold: 30\n\nservice:\n annotations:\n traefik.ingress.kubernetes.io/service.serversscheme: h2c\n\ningress:\n enabled: true\n className: nginx\n annotations:\n kubernetes.io/ingress.class: nginx\n cert-manager.io/cluster-issuer: letsencrypt\n \n gethomepage.dev/enabled: \"true\"\n gethomepage.dev/name: \"Zitadel\"\n gethomepage.dev/description: \"Identity and Access Management\"\n gethomepage.dev/group: \"Tools\"\n gethomepage.dev/icon: \"zitadel.png\"\n \n hosts:\n - host: zitadel.365zon.fourlights.dev\n paths:\n - path: /\n pathType: Prefix\n\n"] Verify:false Version:"8.12.0" Wait:true WaitForJobs:true}: @module=helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:877 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:50.470+0200" +2025-07-11T08:52:50.471+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: zitadel] Start: tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1653 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_rpc=ReadResource timestamp="2025-07-11T08:52:50.470+0200" +2025-07-11T08:52:50.471+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=helm KubernetesData=map[] tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 timestamp="2025-07-11T08:52:50.471+0200" +2025-07-11T08:52:50.471+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm timestamp="2025-07-11T08:52:50.471+0200" +2025-07-11T08:52:50.471+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:50.471+0200" +2025-07-11T08:52:50.471+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: zitadel getRelease post action created: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 timestamp="2025-07-11T08:52:50.471+0200" +2025-07-11T08:52:50.671+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: zitadel getRelease post run: @module=helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_rpc=ReadResource timestamp="2025-07-11T08:52:50.671+0200" +2025-07-11T08:52:50.671+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: zitadel getRelease completed: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_rpc=ReadResource timestamp="2025-07-11T08:52:50.671+0200" +2025-07-11T08:52:50.671+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: zitadel] Done: @module=helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1668 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:52:50.671+0200" +2025-07-11T08:52:50.671+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseRead: zitadel] Started: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:899 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:50.671+0200" +2025-07-11T08:52:50.671+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_rpc=ReadResource @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 timestamp="2025-07-11T08:52:50.671+0200" +2025-07-11T08:52:50.671+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @module=helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:50.671+0200" +2025-07-11T08:52:50.671+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release timestamp="2025-07-11T08:52:50.671+0200" +2025-07-11T08:52:50.671+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: zitadel getRelease post action created: tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=helm timestamp="2025-07-11T08:52:50.671+0200" +2025-07-11T08:52:50.759+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: zitadel getRelease post run: tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release timestamp="2025-07-11T08:52:50.759+0200" +2025-07-11T08:52:50.759+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: zitadel getRelease completed: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm timestamp="2025-07-11T08:52:50.759+0200" +2025-07-11T08:52:50.759+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"v2.67.2","chart":"zitadel","first_deployed":1752215453,"last_deployed":1752215453,"name":"zitadel","namespace":"zitadel","notes":"Thank you for installing zitadel.\nExtract your service account key for authenticating at the ZITADEL API's:\n\n $ kubectl -n zitadel get secret zitadel-admin-sa -o jsonpath='{ .data.zitadel-admin-sa\\.json }' | base64 -D","revision":1,"values":"{\"ingress\":{\"annotations\":{\"cert-manager.io/cluster-issuer\":\"letsencrypt\",\"gethomepage.dev/description\":\"Identity and Access Management\",\"gethomepage.dev/enabled\":\"true\",\"gethomepage.dev/group\":\"Tools\",\"gethomepage.dev/icon\":\"zitadel.png\",\"gethomepage.dev/name\":\"Zitadel\",\"kubernetes.io/ingress.class\":\"nginx\"},\"className\":\"nginx\",\"enabled\":true,\"hosts\":[{\"host\":\"zitadel.365zon.fourlights.dev\",\"paths\":[{\"path\":\"/\",\"pathType\":\"Prefix\"}]}]},\"readinessProbe\":{\"failureThreshold\":10,\"initialDelaySeconds\":5,\"periodSeconds\":5},\"service\":{\"annotations\":{\"traefik.ingress.kubernetes.io/service.serversscheme\":\"h2c\"}},\"startupProbe\":{\"failureThreshold\":30,\"periodSeconds\":5},\"zitadel\":{\"configmapConfig\":{\"Database\":{\"Postgres\":{\"Admin\":{\"Password\":\"PvwMI{LznVaS\\u003cq_[(rXD0p]c\\u003e_W-112$IZfdAH2Q\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"postgres\"},\"Database\":\"zitadel\",\"Host\":\"postgresql-hl.postgresql.svc.cluster.local\",\"MaxConnIdleTime\":\"5m\",\"MaxConnLifetime\":\"30m\",\"MaxIdleConns\":10,\"MaxOpenConns\":20,\"Port\":5432,\"User\":{\"Password\":\"LW+70S#T8*TcfX]HQ*w12\\u003eB\\u0026\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"zitadel\"}}},\"ExternalDomain\":\"zitadel.365zon.fourlights.dev\",\"ExternalPort\":443,\"ExternalSecure\":true,\"FirstInstance\":{\"Org\":{\"Machine\":{\"Machine\":{\"Name\":\"Admin\",\"Username\":\"zitadel-admin-sa\"},\"MachineKey\":{\"ExpirationDate\":\"2026-01-01T00:00:00Z\",\"Type\":1}}}},\"Log\":{\"Level\":\"info\"},\"LogStore\":{\"Access\":{\"Stdout\":{\"Enabled\":true}}},\"TLS\":{\"Enabled\":false}},\"masterkeySecretName\":\"zitadel\"}}","version":"8.12.0"}: tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:50.759+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=status tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=timeout tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release tf_attribute_path=disable_webhooks tf_rpc=ReadResource timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=disable_openapi_validation tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=wait timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release tf_attribute_path=metadata.chart tf_rpc=ReadResource timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.revision timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.values tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=metadata.namespace tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.first_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_rpc=ReadResource tf_resource_type=helm_release timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=metadata.last_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_rpc=ReadResource tf_attribute_path=metadata.notes tf_resource_type=helm_release timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=metadata.version timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.app_version tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=sdk.framework timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_attribute_path=pass_credentials tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=replace tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ReadResource tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=disable_crd_hooks tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=render_subchart_notes tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=create_namespace @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=name tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_rpc=ReadResource timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=reuse_values tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=max_history timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.760+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_rpc=ReadResource tf_attribute_path=repository tf_resource_type=helm_release timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.761+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=recreate_pods tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.761+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=verify @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.761+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=reset_values tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:50.760+0200" +2025-07-11T08:52:50.761+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=values[0] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 timestamp="2025-07-11T08:52:50.761+0200" +2025-07-11T08:52:50.761+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=values tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:50.761+0200" +2025-07-11T08:52:50.761+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 timestamp="2025-07-11T08:52:50.761+0200" +2025-07-11T08:52:50.761+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=wait_for_jobs tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 timestamp="2025-07-11T08:52:50.761+0200" +2025-07-11T08:52:50.761+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=atomic tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release timestamp="2025-07-11T08:52:50.761+0200" +2025-07-11T08:52:50.761+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=dependency_update tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:50.761+0200" +2025-07-11T08:52:50.761+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=cleanup_on_fail tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release timestamp="2025-07-11T08:52:50.761+0200" +2025-07-11T08:52:50.761+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=skip_crds tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:50.761+0200" +2025-07-11T08:52:50.761+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=chart tf_resource_type=helm_release timestamp="2025-07-11T08:52:50.761+0200" +2025-07-11T08:52:50.761+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=lint timestamp="2025-07-11T08:52:50.761+0200" +2025-07-11T08:52:50.761+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=0db9caa3-130e-b607-70e8-d411e25d0105 @module=sdk.framework tf_attribute_path=force_update tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:50.761+0200" +2025-07-11T08:52:50.763+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:50.764+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0007ba2a0 Settings:0xc0007c1440 RegistryClient:0xc0007cc500 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_req_id=5a907201-b104-d00a-fa69-cbf6b1a836a2 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ValidateResourceConfig timestamp="2025-07-11T08:52:50.764+0200" +2025-07-11T08:52:50.766+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0007ba2a0 Settings:0xc0007c1440 RegistryClient:0xc0007cc500 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=74c35250-6ded-48a6-5230-04436fe7f6d5 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm timestamp="2025-07-11T08:52:50.766+0200" +2025-07-11T08:52:50.771+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"zitadel" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"zitadel" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"v2.67.2","chart":"zitadel","first_deployed":1752215453,"last_deployed":1752215453,"name":"zitadel","namespace":"zitadel","notes":"Thank you for installing zitadel.\nExtract your service account key for authenticating at the ZITADEL API's:\n\n $ kubectl -n zitadel get secret zitadel-admin-sa -o jsonpath='{ .data.zitadel-admin-sa\\.json }' | base64 -D","revision":1,"values":"{\"ingress\":{\"annotations\":{\"cert-manager.io/cluster-issuer\":\"letsencrypt\",\"gethomepage.dev/description\":\"Identity and Access Management\",\"gethomepage.dev/enabled\":\"true\",\"gethomepage.dev/group\":\"Tools\",\"gethomepage.dev/icon\":\"zitadel.png\",\"gethomepage.dev/name\":\"Zitadel\",\"kubernetes.io/ingress.class\":\"nginx\"},\"className\":\"nginx\",\"enabled\":true,\"hosts\":[{\"host\":\"zitadel.365zon.fourlights.dev\",\"paths\":[{\"path\":\"/\",\"pathType\":\"Prefix\"}]}]},\"readinessProbe\":{\"failureThreshold\":10,\"initialDelaySeconds\":5,\"periodSeconds\":5},\"service\":{\"annotations\":{\"traefik.ingress.kubernetes.io/service.serversscheme\":\"h2c\"}},\"startupProbe\":{\"failureThreshold\":30,\"periodSeconds\":5},\"zitadel\":{\"configmapConfig\":{\"Database\":{\"Postgres\":{\"Admin\":{\"Password\":\"PvwMI{LznVaS\\u003cq_[(rXD0p]c\\u003e_W-112$IZfdAH2Q\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"postgres\"},\"Database\":\"zitadel\",\"Host\":\"postgresql-hl.postgresql.svc.cluster.local\",\"MaxConnIdleTime\":\"5m\",\"MaxConnLifetime\":\"30m\",\"MaxIdleConns\":10,\"MaxOpenConns\":20,\"Port\":5432,\"User\":{\"Password\":\"LW+70S#T8*TcfX]HQ*w12\\u003eB\\u0026\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"zitadel\"}}},\"ExternalDomain\":\"zitadel.365zon.fourlights.dev\",\"ExternalPort\":443,\"ExternalSecure\":true,\"FirstInstance\":{\"Org\":{\"Machine\":{\"Machine\":{\"Name\":\"Admin\",\"Username\":\"zitadel-admin-sa\"},\"MachineKey\":{\"ExpirationDate\":\"2026-01-01T00:00:00Z\",\"Type\":1}}}},\"Log\":{\"Level\":\"info\"},\"LogStore\":{\"Access\":{\"Stdout\":{\"Enabled\":true}}},\"TLS\":{\"Enabled\":false}},\"masterkeySecretName\":\"zitadel\"}}","version":"8.12.0"} Name:"zitadel" Namespace:"zitadel" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.zitadel.com" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["zitadel:\n masterkeySecretName: \"zitadel\"\n configmapConfig:\n Log:\n Level: 'info'\n LogStore:\n Access:\n Stdout:\n Enabled: true\n ExternalSecure: true\n ExternalDomain: zitadel.365zon.fourlights.dev\n ExternalPort: 443\n TLS:\n Enabled: false\n FirstInstance:\n Org:\n Machine:\n Machine:\n Username: zitadel-admin-sa\n Name: Admin\n MachineKey:\n ExpirationDate: \"2026-01-01T00:00:00Z\"\n Type: 1\n Database:\n Postgres:\n Host: postgresql-hl.postgresql.svc.cluster.local\n Port: 5432\n Database: zitadel\n MaxOpenConns: 20\n MaxIdleConns: 10\n MaxConnLifetime: 30m\n MaxConnIdleTime: 5m\n User:\n Username: zitadel\n Password: \"LW+70S#T8*TcfX]HQ*w12>B&\"\n SSL:\n Mode: disable\n Admin:\n Username: postgres\n Password: \"PvwMI{LznVaS_W-112$IZfdAH2Q\"\n SSL:\n Mode: disable\n \n\nreadinessProbe:\n initialDelaySeconds: 5\n periodSeconds: 5\n failureThreshold: 10\n\nstartupProbe:\n periodSeconds: 5\n failureThreshold: 30\n\nservice:\n annotations:\n traefik.ingress.kubernetes.io/service.serversscheme: h2c\n\ningress:\n enabled: true\n className: nginx\n annotations:\n kubernetes.io/ingress.class: nginx\n cert-manager.io/cluster-issuer: letsencrypt\n \n gethomepage.dev/enabled: \"true\"\n gethomepage.dev/name: \"Zitadel\"\n gethomepage.dev/description: \"Identity and Access Management\"\n gethomepage.dev/group: \"Tools\"\n gethomepage.dev/icon: \"zitadel.png\"\n \n hosts:\n - host: zitadel.365zon.fourlights.dev\n paths:\n - path: /\n pathType: Prefix\n\n"] Verify:false Version:"8.12.0" Wait:true WaitForJobs:true}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=74c35250-6ded-48a6-5230-04436fe7f6d5 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:50.771+0200" +2025-07-11T08:52:50.771+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"zitadel" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"zitadel" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"v2.67.2","chart":"zitadel","first_deployed":1752215453,"last_deployed":1752215453,"name":"zitadel","namespace":"zitadel","notes":"Thank you for installing zitadel.\nExtract your service account key for authenticating at the ZITADEL API's:\n\n $ kubectl -n zitadel get secret zitadel-admin-sa -o jsonpath='{ .data.zitadel-admin-sa\\.json }' | base64 -D","revision":1,"values":"{\"ingress\":{\"annotations\":{\"cert-manager.io/cluster-issuer\":\"letsencrypt\",\"gethomepage.dev/description\":\"Identity and Access Management\",\"gethomepage.dev/enabled\":\"true\",\"gethomepage.dev/group\":\"Tools\",\"gethomepage.dev/icon\":\"zitadel.png\",\"gethomepage.dev/name\":\"Zitadel\",\"kubernetes.io/ingress.class\":\"nginx\"},\"className\":\"nginx\",\"enabled\":true,\"hosts\":[{\"host\":\"zitadel.365zon.fourlights.dev\",\"paths\":[{\"path\":\"/\",\"pathType\":\"Prefix\"}]}]},\"readinessProbe\":{\"failureThreshold\":10,\"initialDelaySeconds\":5,\"periodSeconds\":5},\"service\":{\"annotations\":{\"traefik.ingress.kubernetes.io/service.serversscheme\":\"h2c\"}},\"startupProbe\":{\"failureThreshold\":30,\"periodSeconds\":5},\"zitadel\":{\"configmapConfig\":{\"Database\":{\"Postgres\":{\"Admin\":{\"Password\":\"PvwMI{LznVaS\\u003cq_[(rXD0p]c\\u003e_W-112$IZfdAH2Q\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"postgres\"},\"Database\":\"zitadel\",\"Host\":\"postgresql-hl.postgresql.svc.cluster.local\",\"MaxConnIdleTime\":\"5m\",\"MaxConnLifetime\":\"30m\",\"MaxIdleConns\":10,\"MaxOpenConns\":20,\"Port\":5432,\"User\":{\"Password\":\"LW+70S#T8*TcfX]HQ*w12\\u003eB\\u0026\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"zitadel\"}}},\"ExternalDomain\":\"zitadel.365zon.fourlights.dev\",\"ExternalPort\":443,\"ExternalSecure\":true,\"FirstInstance\":{\"Org\":{\"Machine\":{\"Machine\":{\"Name\":\"Admin\",\"Username\":\"zitadel-admin-sa\"},\"MachineKey\":{\"ExpirationDate\":\"2026-01-01T00:00:00Z\",\"Type\":1}}}},\"Log\":{\"Level\":\"info\"},\"LogStore\":{\"Access\":{\"Stdout\":{\"Enabled\":true}}},\"TLS\":{\"Enabled\":false}},\"masterkeySecretName\":\"zitadel\"}}","version":"8.12.0"} Name:"zitadel" Namespace:"zitadel" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.zitadel.com" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["zitadel:\n masterkeySecretName: \"zitadel\"\n configmapConfig:\n Log:\n Level: 'info'\n LogStore:\n Access:\n Stdout:\n Enabled: true\n ExternalSecure: true\n ExternalDomain: zitadel.365zon.fourlights.dev\n ExternalPort: 443\n TLS:\n Enabled: false\n FirstInstance:\n Org:\n Machine:\n Machine:\n Username: zitadel-admin-sa\n Name: Admin\n MachineKey:\n ExpirationDate: \"2026-01-01T00:00:00Z\"\n Type: 1\n Database:\n Postgres:\n Host: postgresql-hl.postgresql.svc.cluster.local\n Port: 5432\n Database: zitadel\n MaxOpenConns: 20\n MaxIdleConns: 10\n MaxConnLifetime: 30m\n MaxConnIdleTime: 5m\n User:\n Username: zitadel\n Password: \"LW+70S#T8*TcfX]HQ*w12>B&\"\n SSL:\n Mode: disable\n Admin:\n Username: postgres\n Password: \"PvwMI{LznVaS_W-112$IZfdAH2Q\"\n SSL:\n Mode: disable\n \n\nreadinessProbe:\n initialDelaySeconds: 5\n periodSeconds: 5\n failureThreshold: 10\n\nstartupProbe:\n periodSeconds: 5\n failureThreshold: 30\n\nservice:\n annotations:\n traefik.ingress.kubernetes.io/service.serversscheme: h2c\n\ningress:\n enabled: true\n className: nginx\n annotations:\n kubernetes.io/ingress.class: nginx\n cert-manager.io/cluster-issuer: letsencrypt\n \n gethomepage.dev/enabled: \"true\"\n gethomepage.dev/name: \"Zitadel\"\n gethomepage.dev/description: \"Identity and Access Management\"\n gethomepage.dev/group: \"Tools\"\n gethomepage.dev/icon: \"zitadel.png\"\n \n hosts:\n - host: zitadel.365zon.fourlights.dev\n paths:\n - path: /\n pathType: Prefix\n\n"] Verify:false Version:"8.12.0" Wait:true WaitForJobs:true}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 tf_req_id=74c35250-6ded-48a6-5230-04436fe7f6d5 timestamp="2025-07-11T08:52:50.771+0200" +2025-07-11T08:52:50.771+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Start: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=74c35250-6ded-48a6-5230-04436fe7f6d5 tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 @module=helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:50.771+0200" +2025-07-11T08:52:50.771+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @module=helm KubernetesData=map[] tf_req_id=74c35250-6ded-48a6-5230-04436fe7f6d5 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:50.771+0200" +2025-07-11T08:52:50.771+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm configPaths=[] tf_req_id=74c35250-6ded-48a6-5230-04436fe7f6d5 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:50.771+0200" +2025-07-11T08:52:50.771+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=74c35250-6ded-48a6-5230-04436fe7f6d5 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 timestamp="2025-07-11T08:52:50.771+0200" +2025-07-11T08:52:50.771+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Initial Values: Name=zitadel, Namespace=zitadel, Repository=https://charts.zitadel.com, Repository_Username=, Repository_Password=, Chart=zitadel: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 tf_req_id=74c35250-6ded-48a6-5230-04436fe7f6d5 tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:50.771+0200" +2025-07-11T08:52:50.771+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc0007c1560 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=74c35250-6ded-48a6-5230-04436fe7f6d5 tf_resource_type=helm_release timestamp="2025-07-11T08:52:50.771+0200" +2025-07-11T08:52:51.615+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Got chart: @module=helm tf_req_id=74c35250-6ded-48a6-5230-04436fe7f6d5 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 timestamp="2025-07-11T08:52:51.615+0200" +2025-07-11T08:52:51.615+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @module=helm tf_req_id=74c35250-6ded-48a6-5230-04436fe7f6d5 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 timestamp="2025-07-11T08:52:51.615+0200" +2025-07-11T08:52:51.615+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Release validated: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=74c35250-6ded-48a6-5230-04436fe7f6d5 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:51.615+0200" +2025-07-11T08:52:51.615+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Done: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange tf_req_id=74c35250-6ded-48a6-5230-04436fe7f6d5 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 timestamp="2025-07-11T08:52:51.615+0200" +2025-07-11T08:52:51.616+0200 [DEBUG] ReferenceTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin" references: [] +2025-07-11T08:52:51.617+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:51.619+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=969143 +2025-07-11T08:52:51.619+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:51.620+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:51 [INFO] Reading secret zitadel-admin-sa +2025-07-11T08:52:51.621+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_body="" tf_http_req_method=GET Accept="application/json, */*" Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_version=HTTP/1.1 tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/zitadel/secrets/zitadel-admin-sa tf_http_trans_id=151b0fa6-a169-daa8-8528-20e41f04152f @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request timestamp="2025-07-11T08:52:51.620+0200" +2025-07-11T08:52:51.681+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_res_status_reason="200 OK" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 X-Api-Cattle-Auth=true + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"zitadel-admin-sa","namespace":"zitadel","uid":"a0a1976c-014e-4471-9660-8fb4e595ae6e","resourceVersion":"109672001","creationTimestamp":"2025-07-11T06:31:34Z","managedFields":[{"manager":"kubectl-create","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:31:34Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:zitadel-admin-sa.json":{}},"f:type":{}}}]},"data":{"zitadel-admin-sa.json":"eyJ0eXBlIjoic2VydmljZWFjY291bnQiLCJrZXlJZCI6IjMyODM2Mjc4NTA0NDU3NTY2MiIsImtleSI6Ii0tLS0tQkVHSU4gUlNBIFBSSVZBVEUgS0VZLS0tLS1cbk1JSUVvd0lCQUFLQ0FRRUExK2dnQTA1UHNaWnpwa2xjcUVBY2s4VVVrbjFINUhKWGlEM3RvMElVMnZuTFFZazlcbi9weEhNMzBuMnVXTE9mbEwzT1dlcXkwckRmUjJ0cDNhMGd6aUdPM01WNkV1RFBnNzNXWnFITXd4YTRSa1BPTU9cbkxjSGNmbnA0Ykc5UnhaZ2J2ajJwRmt2UEovajVLQzU0SER5b2wydXJXdUdTVktLSUdZN2JVRTRIRDBuK2VqcjZcbkxvRWVHdElWMTd0dGlwcXZGMmpQTVhIdkgveWpzUVdQb2ZSUWg2a3FueFR1d3llc2psRVh5ZXpNUDErV2ZwQ2Fcbi9rbUdmb3dvY3lJdU1OSFVTZXltTGZCWDNLSVlWV3ArL0h1a1AxSjc4MVJRTFBpdmRoOGhpUFpUNTYwZ1hoNzJcbmlTS0NMZ1RMdVV0NzJMRnMrMVhuS3VxMmdJT0Z2UDhqcGFlK0dRSURBUUFCQW9JQkFFa2MrU0pGZGFWTXJwTWtcbkNyV0xLR0k5L2U1eGNGUURDSE5CaldTWXJ4bE1ON0ZVdVdLc0oweGZXSXkrNkx2VUdRV1AySUJkQmxSdWNYajdcbjBhc0o0OUxQVEVCc2UzeTIzd2JsZEkrVjhqSlhuZDRrZ1p1ckozREpKbGlLQmVYazBaaEZweW0rdUVMd0ErZkFcbmZMb0xMSWhDVkwrczNYRzlyRnNEVG05T1RRTzJ5a1B2d0dBeDE1MW5pdEJuTEptNm1zK21lQk9QYy9mL25zSCtcbklSNlczRm00aFdqU2VLZGVXU0pHNmVQa0pxYlhMVE5ZaHhua2JnTmc0Zno0Q0NQZjM5YXFTM05id2lVdi9kUUdcbmk4Y3AvVW5zWkdGMElsbVN5aXBRaXJGazl3TGQ5aVg5dk5vclBQTW9zRDY4bS9wbEMzZVhGSVFBVGJCWEVHYWZcbmVsTVVtZVVDZ1lFQTJqME00MmlpQlEwcXN1ajRyZmRDdjhyamFJdmE1RUc2SnAyQU10WG1RUXVscnAzMWl1S3dcbmpmcE1vVUFpcDVIUzFQZFF1WENLNm03RFZTM05yMzlwQmNHcnN1bVUvblcxaDNBV1RSNEdlV0Z0Y0NqNWVrN3Fcbml0SktmcEdueWZXbHBQZWx1WGZHbVM2bnBBMzZVUmxoWCtGZmFFNnZFSFZhN28vaGN3NGJGNnNDZ1lFQS9VUEtcbkhDd0pOQlBQMDRRN3pHRjJpdmwveno5V0R3bnAzZDlRWnpwbWpDWmEzSjUydExTaHM1VVJDOFZlU0g2bVdoNzhcbmZNb0ZiOGZGaUpVU2pBMURoMFgxcGJoWExlRm5KbW9iSEFsSFp2ZE1nR0RRU2UwVmZubUM3dEp4d0VRM3RkeHVcbi9FOTVrTkZ2WFVTcTBsU0lDRzhURndyMnpIdWVKZjhzUEh2c2JVc0NnWUVBenV0M250NkVUL25OOUZoRUFONGhcbjRhdEN0c3R6dlZ3OFhZU1VHcDhJYzcvUlZhRGJRTlh5eElyL3dSd0lQNDFac3liUzJTQkY5a1VTMjE1VVdRT2FcbjFpUnM0WFByR3VFTVB1QWRwUHpFOHExWGtES3BhRGdPMVpUUm9QUUZmTTEyUXRXendnZzR1dUNyZmpicWtaNVlcbjN3blc1aFZFazN4UnZVT2FaUGFJNVlVQ2dZQVFDNU5xWlgvUHhOR04zUHJNMy8vYW5pUHl4VmgyYTNKZGxDQkxcbjZlOUZRY2pQNFZvejZKMjErdU94a3pkOThFZ3B2WHpSaXhyOUVmTDV6RGY0bDM2SHUyN3NxTmtkRndLcDlGN3pcblQ4TXVTc3lWOVl3OG9zQ1IyckRvNEh4RWFnMzlmNUdvZW9DQkpFT2g3US9GYzRXS3d6NjZYdjl6eFFFbjl4cWVcbldsdUlNUUtCZ0VGa2x0ZjA5NTdwRUM3cFBiL3Q5LzIwajdPREtTS3JTWUUzK1NHaTlYd1VlVDc0SGtVNDNFdWZcbmEzS1dsd01tSmNZdnRjNFJETnVZSjZGOS9lQXE1YzVNcWd5U0VIb01oMzg2dTNZenpaQmNJNUwwNnBNSTRrWWJcbmpoSzYzT0NybHplSUx4d2N3YzAwenRZSGJqeGsveUZPVVdRL09rbkN6bEdFMG84VE9QeXVcbi0tLS0tRU5EIFJTQSBQUklWQVRFIEtFWS0tLS0tXG4iLCJleHBpcmF0aW9uRGF0ZSI6IjIwMjYtMDEtMDFUMDA6MDA6MDBaIiwidXNlcklkIjoiMzI4MzYyNzg1MDQ0NTEwMTI2In0K"},"type":"Opaque"} + tf_http_res_version=HTTP/2.0 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json Date="Fri, 11 Jul 2025 06:52:51 GMT" X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response tf_http_trans_id=151b0fa6-a169-daa8-8528-20e41f04152f @module=kubernetes.Kubernetes Audit-Id=88f78b20-46d8-476f-a29c-d6b786bc9e46 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_status_code=200 timestamp="2025-07-11T08:52:51.681+0200" +2025-07-11T08:52:51.681+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:52:51 [INFO] Received secret: v1.ObjectMeta{Name:"zitadel-admin-sa", GenerateName:"", Namespace:"zitadel", SelfLink:"", UID:"a0a1976c-014e-4471-9660-8fb4e595ae6e", ResourceVersion:"109672001", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 31, 34, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"kubectl-create", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 31, 34, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001481260), Subresource:""}}} +2025-07-11T08:52:51.682+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file" references: [] +2025-07-11T08:52:51.682+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:51.684+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=969157 +2025-07-11T08:52:51.684+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:51.686+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=5718ecff-0495-3d51-f7ab-5cb6ab87fc3c tf_resource_type=local_file tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=content_sha1 tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2025-07-11T08:52:51.686+0200" +2025-07-11T08:52:51.686+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=content_base64sha512 tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=5718ecff-0495-3d51-f7ab-5cb6ab87fc3c timestamp="2025-07-11T08:52:51.686+0200" +2025-07-11T08:52:51.687+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=5718ecff-0495-3d51-f7ab-5cb6ab87fc3c tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ReadResource timestamp="2025-07-11T08:52:51.686+0200" +2025-07-11T08:52:51.687+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=5718ecff-0495-3d51-f7ab-5cb6ab87fc3c tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=local_file @module=sdk.framework tf_attribute_path=filename timestamp="2025-07-11T08:52:51.686+0200" +2025-07-11T08:52:51.687+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=content_md5 tf_req_id=5718ecff-0495-3d51-f7ab-5cb6ab87fc3c tf_resource_type=local_file tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2025-07-11T08:52:51.686+0200" +2025-07-11T08:52:51.687+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: tf_req_id=5718ecff-0495-3d51-f7ab-5cb6ab87fc3c tf_rpc=ReadResource tf_attribute_path=directory_permission tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:52:51.687+0200" +2025-07-11T08:52:51.687+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=content_sha512 tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=ReadResource tf_req_id=5718ecff-0495-3d51-f7ab-5cb6ab87fc3c timestamp="2025-07-11T08:52:51.687+0200" +2025-07-11T08:52:51.687+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=content_base64sha256 tf_req_id=5718ecff-0495-3d51-f7ab-5cb6ab87fc3c tf_resource_type=local_file tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2025-07-11T08:52:51.687+0200" +2025-07-11T08:52:51.687+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=file_permission tf_req_id=5718ecff-0495-3d51-f7ab-5cb6ab87fc3c tf_resource_type=local_file timestamp="2025-07-11T08:52:51.687+0200" +2025-07-11T08:52:51.687+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=5718ecff-0495-3d51-f7ab-5cb6ab87fc3c tf_resource_type=local_file tf_rpc=ReadResource tf_attribute_path=content_sha256 tf_provider_addr=registry.terraform.io/hashicorp/local @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:52:51.687+0200" +2025-07-11T08:52:51.687+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=content tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=5718ecff-0495-3d51-f7ab-5cb6ab87fc3c tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=local_file timestamp="2025-07-11T08:52:51.687+0200" +2025-07-11T08:52:51.690+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:51.691+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 id=968901 +2025-07-11T08:52:51.691+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:51.691+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:51.691+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:51.696+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:52:51.696+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=969488 +2025-07-11T08:52:51.696+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:52:51.704+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:51.704+0200" +2025-07-11T08:52:51.716+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:51.716+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin4181766461 network=unix timestamp="2025-07-11T08:52:51.716+0200" +2025-07-11T08:52:51.724+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:51.724+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:51.729+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:52:51.729+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=969500 +2025-07-11T08:52:51.729+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:52:51.729+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=8afe3a63-0b11-b044-095b-b78022b9e986 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=domain tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:52:51.729+0200" +2025-07-11T08:52:51.729+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=sdk.framework tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_req_id=8afe3a63-0b11-b044-095b-b78022b9e986 timestamp="2025-07-11T08:52:51.729+0200" +2025-07-11T08:52:51.729+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=insecure tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=8afe3a63-0b11-b044-095b-b78022b9e986 tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:51.729+0200" +2025-07-11T08:52:51.729+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig tf_attribute_path=insecure tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=8afe3a63-0b11-b044-095b-b78022b9e986 timestamp="2025-07-11T08:52:51.729+0200" +2025-07-11T08:52:51.729+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=8afe3a63-0b11-b044-095b-b78022b9e986 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:51.729+0200" +2025-07-11T08:52:51.729+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=8afe3a63-0b11-b044-095b-b78022b9e986 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:51.729+0200" +2025-07-11T08:52:51.729+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_req_id=8afe3a63-0b11-b044-095b-b78022b9e986 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:51.729+0200" +2025-07-11T08:52:51.729+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=jwt_profile_file tf_req_id=8afe3a63-0b11-b044-095b-b78022b9e986 tf_rpc=ValidateProviderConfig @module=sdk.framework timestamp="2025-07-11T08:52:51.729+0200" +2025-07-11T08:52:51.729+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=jwt_profile_json tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_mux_provider="*proto6server.Server" tf_req_id=8afe3a63-0b11-b044-095b-b78022b9e986 timestamp="2025-07-11T08:52:51.729+0200" +2025-07-11T08:52:51.729+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_req_id=8afe3a63-0b11-b044-095b-b78022b9e986 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=jwt_profile_json tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:52:51.729+0200" +2025-07-11T08:52:51.729+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=8afe3a63-0b11-b044-095b-b78022b9e986 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:51.729+0200" +2025-07-11T08:52:51.729+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=8afe3a63-0b11-b044-095b-b78022b9e986 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=port timestamp="2025-07-11T08:52:51.729+0200" +2025-07-11T08:52:51.736+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:51.736+0200" +2025-07-11T08:52:51.748+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:51.748+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin249457765 network=unix timestamp="2025-07-11T08:52:51.748+0200" +2025-07-11T08:52:51.756+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:52:51.756+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:52:51.756+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=248228ae-b444-9620-53a8-f16a3976a5b9 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:12 tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:52:51.756+0200" +2025-07-11T08:52:51.756+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Provider Configure: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=248228ae-b444-9620-53a8-f16a3976a5b9 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:20 @module=sdk.framework timestamp="2025-07-11T08:52:51.756+0200" +2025-07-11T08:52:51.760+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:52:51.760+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=969513 +2025-07-11T08:52:51.760+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:52:51.768+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:52:51.768+0200" +2025-07-11T08:52:51.780+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:52:51.780+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: network=unix address=/tmp/plugin799808377 timestamp="2025-07-11T08:52:51.780+0200" +2025-07-11T08:52:51.794+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=insecure tf_mux_provider="*proto6server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=c9184f79-62a8-8513-d5e3-139e829646d3 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:51.794+0200" +2025-07-11T08:52:51.794+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=insecure tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=c9184f79-62a8-8513-d5e3-139e829646d3 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:51.794+0200" +2025-07-11T08:52:51.794+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=sdk.framework tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_req_id=c9184f79-62a8-8513-d5e3-139e829646d3 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:51.794+0200" +2025-07-11T08:52:51.794+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig tf_attribute_path=token tf_req_id=c9184f79-62a8-8513-d5e3-139e829646d3 timestamp="2025-07-11T08:52:51.794+0200" +2025-07-11T08:52:51.794+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_req_id=c9184f79-62a8-8513-d5e3-139e829646d3 tf_rpc=ValidateProviderConfig @module=sdk.framework timestamp="2025-07-11T08:52:51.794+0200" +2025-07-11T08:52:51.794+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_rpc=ValidateProviderConfig tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=c9184f79-62a8-8513-d5e3-139e829646d3 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 timestamp="2025-07-11T08:52:51.794+0200" +2025-07-11T08:52:51.794+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=jwt_profile_json tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=c9184f79-62a8-8513-d5e3-139e829646d3 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T08:52:51.794+0200" +2025-07-11T08:52:51.794+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=jwt_profile_json tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=c9184f79-62a8-8513-d5e3-139e829646d3 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 timestamp="2025-07-11T08:52:51.794+0200" +2025-07-11T08:52:51.794+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=c9184f79-62a8-8513-d5e3-139e829646d3 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:51.794+0200" +2025-07-11T08:52:51.794+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_req_id=c9184f79-62a8-8513-d5e3-139e829646d3 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_attribute_path=port tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:52:51.794+0200" +2025-07-11T08:52:51.794+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=c9184f79-62a8-8513-d5e3-139e829646d3 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=domain timestamp="2025-07-11T08:52:51.794+0200" +2025-07-11T08:52:51.794+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_req_id=c9184f79-62a8-8513-d5e3-139e829646d3 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:51.794+0200" +2025-07-11T08:52:51.795+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Provider Configure: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:12 tf_req_id=aeaa99ab-cbc4-247e-b9eb-1dc7d0a5f433 tf_rpc=ConfigureProvider @module=sdk.framework timestamp="2025-07-11T08:52:51.795+0200" +2025-07-11T08:52:51.795+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Provider Configure: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=aeaa99ab-cbc4-247e-b9eb-1dc7d0a5f433 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:20 tf_mux_provider="*proto6server.Server" tf_rpc=ConfigureProvider @module=sdk.framework timestamp="2025-07-11T08:52:51.795+0200" +2025-07-11T08:52:51.795+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=jwt_profile_json tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=6eeccb46-f258-c3db-7be1-d8a0b280afce tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:51.795+0200" +2025-07-11T08:52:51.795+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_req_id=6eeccb46-f258-c3db-7be1-d8a0b280afce @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=jwt_profile_json tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:51.795+0200" +2025-07-11T08:52:51.795+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=port tf_rpc=ValidateProviderConfig @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=6eeccb46-f258-c3db-7be1-d8a0b280afce timestamp="2025-07-11T08:52:51.795+0200" +2025-07-11T08:52:51.795+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=port tf_req_id=6eeccb46-f258-c3db-7be1-d8a0b280afce tf_rpc=ValidateProviderConfig tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:52:51.795+0200" +2025-07-11T08:52:51.795+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_req_id=6eeccb46-f258-c3db-7be1-d8a0b280afce tf_rpc=ValidateProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:52:51.795+0200" +2025-07-11T08:52:51.795+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=6eeccb46-f258-c3db-7be1-d8a0b280afce @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=domain tf_rpc=ValidateProviderConfig tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:52:51.795+0200" +2025-07-11T08:52:51.795+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=6eeccb46-f258-c3db-7be1-d8a0b280afce tf_attribute_path=insecure tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:52:51.795+0200" +2025-07-11T08:52:51.795+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=6eeccb46-f258-c3db-7be1-d8a0b280afce tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=insecure timestamp="2025-07-11T08:52:51.795+0200" +2025-07-11T08:52:51.795+0200 [DEBUG] Resource instance state not found for node "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default", instance module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default +2025-07-11T08:52:51.795+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default" references: [] +2025-07-11T08:52:51.795+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=6eeccb46-f258-c3db-7be1-d8a0b280afce timestamp="2025-07-11T08:52:51.795+0200" +2025-07-11T08:52:51.795+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=6eeccb46-f258-c3db-7be1-d8a0b280afce @module=sdk.framework tf_attribute_path=token tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:51.795+0200" +2025-07-11T08:52:51.795+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=jwt_profile_file @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=6eeccb46-f258-c3db-7be1-d8a0b280afce tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:52:51.795+0200" +2025-07-11T08:52:51.795+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=6eeccb46-f258-c3db-7be1-d8a0b280afce tf_rpc=ValidateProviderConfig tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:52:51.795+0200" +2025-07-11T08:52:51.795+0200 [DEBUG] refresh: module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default: no state, so not refreshing +2025-07-11T08:52:51.795+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Provider Configure: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:12 tf_req_id=80233c06-cb14-793a-d1bc-1c40fed7f49d tf_rpc=ConfigureProvider @module=sdk.framework timestamp="2025-07-11T08:52:51.795+0200" +2025-07-11T08:52:51.795+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Provider Configure: @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:20 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=80233c06-cb14-793a-d1bc-1c40fed7f49d timestamp="2025-07-11T08:52:51.795+0200" +2025-07-11T08:52:51.797+0200 [DEBUG] Resource instance state not found for node "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default", instance module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default +2025-07-11T08:52:51.797+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default" references: [] +2025-07-11T08:52:51.797+0200 [DEBUG] Resource instance state not found for node "module.zitadel-argocd.zitadel_action.groups-claim", instance module.zitadel-argocd.zitadel_action.groups-claim +2025-07-11T08:52:51.797+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_action.groups-claim" references: [] +2025-07-11T08:52:51.797+0200 [DEBUG] Resource instance state not found for node "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default", instance module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default +2025-07-11T08:52:51.797+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default" references: [] +2025-07-11T08:52:51.797+0200 [DEBUG] refresh: module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default: no state, so not refreshing +2025-07-11T08:52:51.797+0200 [DEBUG] refresh: module.zitadel-argocd.zitadel_action.groups-claim: no state, so not refreshing +2025-07-11T08:52:51.798+0200 [DEBUG] Resource instance state not found for node "module.zitadel-argocd.module.zitadel_project.zitadel_project.default", instance module.zitadel-argocd.module.zitadel_project.zitadel_project.default +2025-07-11T08:52:51.798+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default" references: [] +2025-07-11T08:52:51.798+0200 [DEBUG] refresh: module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default: no state, so not refreshing +2025-07-11T08:52:51.798+0200 [DEBUG] refresh: module.zitadel-argocd.module.zitadel_project.zitadel_project.default: no state, so not refreshing +2025-07-11T08:52:51.798+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default +2025-07-11T08:52:51.798+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default" references: [] +2025-07-11T08:52:51.798+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default: no state, so not refreshing +2025-07-11T08:52:51.799+0200 [DEBUG] Resource instance state not found for node "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info", instance module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info +2025-07-11T08:52:51.799+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info" references: [] +2025-07-11T08:52:51.799+0200 [DEBUG] Resource instance state not found for node "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token", instance module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token +2025-07-11T08:52:51.799+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token" references: [] +2025-07-11T08:52:51.799+0200 [DEBUG] refresh: module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info: no state, so not refreshing +2025-07-11T08:52:51.800+0200 [DEBUG] Resource instance state not found for node "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default", instance module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default +2025-07-11T08:52:51.800+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default" references: [] +2025-07-11T08:52:51.800+0200 [DEBUG] refresh: module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token: no state, so not refreshing +2025-07-11T08:52:51.800+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default, 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: + - .preferred_language: planned value cty.StringVal("und") for a non-computed attribute + - .gender: planned value cty.StringVal("GENDER_UNSPECIFIED") for a non-computed attribute +2025-07-11T08:52:51.800+0200 [DEBUG] refresh: module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default: no state, so not refreshing +2025-07-11T08:52:51.801+0200 [DEBUG] Resource instance state not found for node "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default", instance module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default +2025-07-11T08:52:51.801+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default" references: [] +2025-07-11T08:52:51.801+0200 [DEBUG] refresh: module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default: no state, so not refreshing +2025-07-11T08:52:51.801+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info, 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: + - .action_ids: planned value cty.UnknownVal(cty.Set(cty.String)) does not match config value cty.SetVal([]cty.Value{cty.UnknownVal(cty.String)}) +2025-07-11T08:52:51.802+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default, 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: + - .idps: planned value cty.UnknownVal(cty.Set(cty.String)) does not match config value cty.SetVal([]cty.Value{cty.UnknownVal(cty.String)}) +2025-07-11T08:52:51.802+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token, 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: + - .action_ids: planned value cty.UnknownVal(cty.Set(cty.String)) does not match config value cty.SetVal([]cty.Value{cty.UnknownVal(cty.String)}) +2025-07-11T08:52:51.803+0200 [DEBUG] Resource instance state not found for node "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0]", instance module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0] +2025-07-11T08:52:51.803+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0]" references: [] +2025-07-11T08:52:51.804+0200 [DEBUG] refresh: module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0]: no state, so not refreshing +2025-07-11T08:52:51.804+0200 [DEBUG] Resource instance state not found for node "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]", instance module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0] +2025-07-11T08:52:51.804+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]" references: [] +2025-07-11T08:52:51.804+0200 [DEBUG] Resource instance state not found for node "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0]", instance module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0] +2025-07-11T08:52:51.804+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0]" references: [] +2025-07-11T08:52:51.804+0200 [DEBUG] refresh: module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]: no state, so not refreshing +2025-07-11T08:52:51.805+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0] +2025-07-11T08:52:51.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]" references: [] +2025-07-11T08:52:51.805+0200 [DEBUG] Resource instance state not found for node "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default", instance module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default +2025-07-11T08:52:51.805+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [] +2025-07-11T08:52:51.805+0200 [DEBUG] refresh: module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0]: no state, so not refreshing +2025-07-11T08:52:51.805+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]: no state, so not refreshing +2025-07-11T08:52:51.805+0200 [DEBUG] Resource instance state not found for node "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default", instance module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default +2025-07-11T08:52:51.805+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default" references: [] +2025-07-11T08:52:51.805+0200 [DEBUG] refresh: module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default: no state, so not refreshing +2025-07-11T08:52:51.805+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:51.807+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=969513 +2025-07-11T08:52:51.807+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:51.807+0200 [DEBUG] refresh: module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default: no state, so not refreshing +2025-07-11T08:52:51.808+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3] +2025-07-11T08:52:51.808+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4] +2025-07-11T08:52:51.808+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5] +2025-07-11T08:52:51.808+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6] +2025-07-11T08:52:51.808+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7] +2025-07-11T08:52:51.808+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0] +2025-07-11T08:52:51.808+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1] +2025-07-11T08:52:51.808+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2] +2025-07-11T08:52:51.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1]" references: [] +2025-07-11T08:52:51.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2]" references: [] +2025-07-11T08:52:51.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3]" references: [] +2025-07-11T08:52:51.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4]" references: [] +2025-07-11T08:52:51.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]" references: [] +2025-07-11T08:52:51.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]" references: [] +2025-07-11T08:52:51.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7]" references: [] +2025-07-11T08:52:51.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]" references: [] +2025-07-11T08:52:51.808+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default, 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: + - .clock_skew: planned value cty.StringVal("0s") for a non-computed attribute + - .version: planned value cty.StringVal("OIDC_VERSION_1_0") for a non-computed attribute +2025-07-11T08:52:51.808+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]: no state, so not refreshing +2025-07-11T08:52:51.809+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:51.809+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=969488 +2025-07-11T08:52:51.809+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:51.809+0200 [DEBUG] Resource instance state not found for node "module.argocd.data.external.processed_values", instance module.argocd.data.external.processed_values +2025-07-11T08:52:51.810+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.external.processed_values" references: [] +2025-07-11T08:52:51.810+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4]: no state, so not refreshing +2025-07-11T08:52:51.810+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]: no state, so not refreshing +2025-07-11T08:52:51.810+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7]: no state, so not refreshing +2025-07-11T08:52:51.810+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2]: no state, so not refreshing +2025-07-11T08:52:51.810+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3]: no state, so not refreshing +2025-07-11T08:52:51.810+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]: no state, so not refreshing +2025-07-11T08:52:51.810+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1]: no state, so not refreshing +2025-07-11T08:52:51.810+0200 [DEBUG] Resource instance state not found for node "module.argocd.helm_release.argocd", instance module.argocd.helm_release.argocd +2025-07-11T08:52:51.810+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd" references: [] +2025-07-11T08:52:51.811+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:51.811+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 id=968932 +2025-07-11T08:52:51.811+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:51.811+0200 [DEBUG] refresh: module.argocd.helm_release.argocd: no state, so not refreshing +2025-07-11T08:52:51.812+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:51.813+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000616380 Settings:0xc000837440 RegistryClient:0xc0004aa500 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_req_id=850f096f-5d64-1131-4170-2ff6c6f905a0 tf_resource_type=helm_release tf_rpc=ValidateResourceConfig timestamp="2025-07-11T08:52:51.813+0200" +2025-07-11T08:52:51.813+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0] +2025-07-11T08:52:51.813+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]" references: [] +2025-07-11T08:52:51.813+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]: no state, so not refreshing +2025-07-11T08:52:51.815+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0] +2025-07-11T08:52:51.815+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000616380 Settings:0xc000837440 RegistryClient:0xc0004aa500 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=662a1bc9-2bb2-8135-e192-306b9578eb9a tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:51.814+0200" +2025-07-11T08:52:51.815+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1] +2025-07-11T08:52:51.815+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0]" references: [] +2025-07-11T08:52:51.815+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]" references: [] +2025-07-11T08:52:51.815+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0]: no state, so not refreshing +2025-07-11T08:52:51.815+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]: no state, so not refreshing +2025-07-11T08:52:51.816+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:250 tf_req_id=662a1bc9-2bb2-8135-e192-306b9578eb9a timestamp="2025-07-11T08:52:51.816+0200" +2025-07-11T08:52:51.816+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"id\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=662a1bc9-2bb2-8135-e192-306b9578eb9a timestamp="2025-07-11T08:52:51.816+0200" +2025-07-11T08:52:51.816+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"manifest\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=662a1bc9-2bb2-8135-e192-306b9578eb9a tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 timestamp="2025-07-11T08:52:51.816+0200" +2025-07-11T08:52:51.816+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"status\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=662a1bc9-2bb2-8135-e192-306b9578eb9a tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 timestamp="2025-07-11T08:52:51.816+0200" +2025-07-11T08:52:51.816+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"metadata\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=662a1bc9-2bb2-8135-e192-306b9578eb9a tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_resource_type=helm_release timestamp="2025-07-11T08:52:51.816+0200" +2025-07-11T08:52:51.816+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default +2025-07-11T08:52:51.816+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [] +2025-07-11T08:52:51.817+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default: no state, so not refreshing +2025-07-11T08:52:51.818+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:52:51.818+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default" references: [] +2025-07-11T08:52:51.818+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default: no state, so not refreshing +2025-07-11T08:52:51.819+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"argo-cd" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID: Keyring: Lint:false Manifest: MaxHistory:0 Metadata: Name:"argocd" Namespace:"argocd" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive:[{"name":"config.secret.argocdServerAdminPassword","type":,"value":"3w=tr!042qbxD7d?22Ayj(WFW6qRi@N)yRUJ8KQ:eEDAStFZ"}] SkipCrds:false Status: Timeout:300 Values:[] Verify:false Version:"7.0.20" Wait:true WaitForJobs:true}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 @module=helm tf_req_id=662a1bc9-2bb2-8135-e192-306b9578eb9a tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:51.819+0200" +2025-07-11T08:52:51.819+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: : tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm tf_req_id=662a1bc9-2bb2-8135-e192-306b9578eb9a timestamp="2025-07-11T08:52:51.819+0200" +2025-07-11T08:52:51.819+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Start: @module=helm tf_req_id=662a1bc9-2bb2-8135-e192-306b9578eb9a @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:51.819+0200" +2025-07-11T08:52:51.819+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm KubernetesData=map[] tf_req_id=662a1bc9-2bb2-8135-e192-306b9578eb9a tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:51.819+0200" +2025-07-11T08:52:51.819+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_req_id=662a1bc9-2bb2-8135-e192-306b9578eb9a @module=helm configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 timestamp="2025-07-11T08:52:51.819+0200" +2025-07-11T08:52:51.819+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_req_id=662a1bc9-2bb2-8135-e192-306b9578eb9a timestamp="2025-07-11T08:52:51.819+0200" +2025-07-11T08:52:51.819+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Initial Values: Name=argocd, Namespace=argocd, Repository=https://charts.bitnami.com/bitnami, Repository_Username=, Repository_Password=, Chart=argo-cd: tf_req_id=662a1bc9-2bb2-8135-e192-306b9578eb9a tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 timestamp="2025-07-11T08:52:51.819+0200" +2025-07-11T08:52:51.819+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Metadata has changes, setting to unknown: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1799 @module=helm tf_req_id=662a1bc9-2bb2-8135-e192-306b9578eb9a tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:51.819+0200" +2025-07-11T08:52:51.819+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc000837560 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=662a1bc9-2bb2-8135-e192-306b9578eb9a tf_resource_type=helm_release @module=helm tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 timestamp="2025-07-11T08:52:51.819+0200" +2025-07-11T08:52:51.820+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api +2025-07-11T08:52:51.820+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api" references: [] +2025-07-11T08:52:51.820+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:52:51.820+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [] +2025-07-11T08:52:51.820+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api: no state, so not refreshing +2025-07-11T08:52:51.820+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default: no state, so not refreshing +2025-07-11T08:52:51.821+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:52:51.821+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default" references: [] +2025-07-11T08:52:51.821+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default: no state, so not refreshing +2025-07-11T08:52:51.822+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default, 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: + - .clock_skew: planned value cty.StringVal("0s") for a non-computed attribute + - .version: planned value cty.StringVal("OIDC_VERSION_1_0") for a non-computed attribute +2025-07-11T08:52:51.822+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api, 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: + - .data: sensitive planned value does not match config value + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:52:51.822+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent +2025-07-11T08:52:51.822+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent" references: [] +2025-07-11T08:52:51.823+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent: no state, so not refreshing +2025-07-11T08:52:51.823+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api +2025-07-11T08:52:51.823+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api" references: [] +2025-07-11T08:52:51.823+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default +2025-07-11T08:52:51.823+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default" references: [] +2025-07-11T08:52:51.823+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:52:51.823+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [] +2025-07-11T08:52:51.823+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api: no state, so not refreshing +2025-07-11T08:52:51.823+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default: no state, so not refreshing +2025-07-11T08:52:51.823+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default: no state, so not refreshing +2025-07-11T08:52:51.824+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent, 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .data: sensitive planned value does not match config value +2025-07-11T08:52:51.825+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api, 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: + - .data: sensitive planned value does not match config value + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:52:51.825+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default, 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: + - .clock_skew: planned value cty.StringVal("0s") for a non-computed attribute + - .version: planned value cty.StringVal("OIDC_VERSION_1_0") for a non-computed attribute +2025-07-11T08:52:51.825+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0] +2025-07-11T08:52:51.826+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]" references: [] +2025-07-11T08:52:51.826+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:52:51.826+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default" references: [] +2025-07-11T08:52:51.826+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent +2025-07-11T08:52:51.826+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent" references: [] +2025-07-11T08:52:51.826+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]: no state, so not refreshing +2025-07-11T08:52:51.826+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent: no state, so not refreshing +2025-07-11T08:52:51.826+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default: no state, so not refreshing +2025-07-11T08:52:51.828+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent, 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .data: sensitive planned value does not match config value +2025-07-11T08:52:51.828+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0], 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: + - .data: sensitive planned value does not match config value + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:52:51.828+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:52:51.828+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default" references: [] +2025-07-11T08:52:51.829+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default: no state, so not refreshing +2025-07-11T08:52:51.830+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api +2025-07-11T08:52:51.830+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api" references: [] +2025-07-11T08:52:51.830+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default +2025-07-11T08:52:51.830+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default" references: [] +2025-07-11T08:52:51.830+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:52:51.830+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [] +2025-07-11T08:52:51.830+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api: no state, so not refreshing +2025-07-11T08:52:51.830+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default: no state, so not refreshing +2025-07-11T08:52:51.830+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default: no state, so not refreshing +2025-07-11T08:52:51.832+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default, 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: + - .clock_skew: planned value cty.StringVal("0s") for a non-computed attribute + - .version: planned value cty.StringVal("OIDC_VERSION_1_0") for a non-computed attribute +2025-07-11T08:52:51.832+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api, 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .data: sensitive planned value does not match config value +2025-07-11T08:52:51.832+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:52:51.832+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default" references: [] +2025-07-11T08:52:51.832+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default: no state, so not refreshing +2025-07-11T08:52:51.832+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0] +2025-07-11T08:52:51.832+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]" references: [] +2025-07-11T08:52:51.832+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]: no state, so not refreshing +2025-07-11T08:52:51.833+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent +2025-07-11T08:52:51.833+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent" references: [] +2025-07-11T08:52:51.833+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent: no state, so not refreshing +2025-07-11T08:52:51.834+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0], 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: + - .data: sensitive planned value does not match config value + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:52:51.834+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent, 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .data: sensitive planned value does not match config value +2025-07-11T08:52:51.834+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:52:51.834+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default" references: [] +2025-07-11T08:52:51.835+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default: no state, so not refreshing +2025-07-11T08:52:51.836+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api +2025-07-11T08:52:51.836+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api" references: [] +2025-07-11T08:52:51.836+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:52:51.836+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [] +2025-07-11T08:52:51.836+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api: no state, so not refreshing +2025-07-11T08:52:51.836+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default: no state, so not refreshing +2025-07-11T08:52:51.836+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default +2025-07-11T08:52:51.836+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default" references: [] +2025-07-11T08:52:51.836+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default: no state, so not refreshing +2025-07-11T08:52:51.837+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default, 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: + - .clock_skew: planned value cty.StringVal("0s") for a non-computed attribute + - .version: planned value cty.StringVal("OIDC_VERSION_1_0") for a non-computed attribute +2025-07-11T08:52:51.838+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api, 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: + - .data: sensitive planned value does not match config value + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:52:51.839+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent +2025-07-11T08:52:51.839+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent" references: [] +2025-07-11T08:52:51.839+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent: no state, so not refreshing +2025-07-11T08:52:51.839+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0] +2025-07-11T08:52:51.839+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]" references: [] +2025-07-11T08:52:51.840+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:52:51.840+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default" references: [] +2025-07-11T08:52:51.840+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]: no state, so not refreshing +2025-07-11T08:52:51.840+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default: no state, so not refreshing +2025-07-11T08:52:51.841+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent, 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: + - .data: sensitive planned value does not match config value + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:52:51.842+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0], 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .data: sensitive planned value does not match config value +2025-07-11T08:52:51.842+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:51.843+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=969500 +2025-07-11T08:52:51.843+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:51.844+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:51.846+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=969108 +2025-07-11T08:52:51.846+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:56.803+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Got chart: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 @module=helm tf_req_id=662a1bc9-2bb2-8135-e192-306b9578eb9a tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:56.803+0200" +2025-07-11T08:52:56.803+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=662a1bc9-2bb2-8135-e192-306b9578eb9a tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 timestamp="2025-07-11T08:52:56.803+0200" +2025-07-11T08:52:56.803+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Release validated: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=helm tf_req_id=662a1bc9-2bb2-8135-e192-306b9578eb9a tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 timestamp="2025-07-11T08:52:56.803+0200" +2025-07-11T08:52:56.803+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Done: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=662a1bc9-2bb2-8135-e192-306b9578eb9a @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:56.803+0200" +2025-07-11T08:52:56.804+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:52:56.805+0200 [DEBUG] Resource instance state not found for node "module.monitoring.helm_release.kube_prometheus_stack", instance module.monitoring.helm_release.kube_prometheus_stack +2025-07-11T08:52:56.805+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack" references: [] +2025-07-11T08:52:56.812+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=969061 +2025-07-11T08:52:56.812+0200 [DEBUG] provider: plugin exited +2025-07-11T08:52:56.812+0200 [DEBUG] refresh: module.monitoring.helm_release.kube_prometheus_stack: no state, so not refreshing +2025-07-11T08:52:56.812+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:52:56.814+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0006d62a0 Settings:0xc0006dd440 RegistryClient:0xc0003ca380 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=6e6ede93-ed47-2b00-4d73-a32d834a0a41 tf_rpc=ValidateResourceConfig @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:56.814+0200" +2025-07-11T08:52:56.816+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0006d62a0 Settings:0xc0006dd440 RegistryClient:0xc0003ca380 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=helm tf_req_id=de0b627e-6984-f6a1-44ff-f15155cdf553 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:56.816+0200" +2025-07-11T08:52:56.818+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:250 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=de0b627e-6984-f6a1-44ff-f15155cdf553 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:56.818+0200" +2025-07-11T08:52:56.818+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"metadata\")" tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=de0b627e-6984-f6a1-44ff-f15155cdf553 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 timestamp="2025-07-11T08:52:56.818+0200" +2025-07-11T08:52:56.818+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"manifest\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=de0b627e-6984-f6a1-44ff-f15155cdf553 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework timestamp="2025-07-11T08:52:56.818+0200" +2025-07-11T08:52:56.818+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=de0b627e-6984-f6a1-44ff-f15155cdf553 tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"id\")" timestamp="2025-07-11T08:52:56.818+0200" +2025-07-11T08:52:56.818+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"status\")" tf_req_id=de0b627e-6984-f6a1-44ff-f15155cdf553 tf_resource_type=helm_release timestamp="2025-07-11T08:52:56.818+0200" +2025-07-11T08:52:56.820+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"kube-prometheus-stack" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID: Keyring: Lint:false Manifest: MaxHistory:0 Metadata: Name:"monitoring" Namespace:"monitoring" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://prometheus-community.github.io/helm-charts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status: Timeout:300 Values:["additionalPrometheusRulesMap:\n custom-app-rules:\n groups:\n - name: aspnetcore\n interval: 30s\n rules:\n - alert: HighRequestLatency\n expr: histogram_quantile(0.95, http_request_duration_seconds_bucket) > 0.5\n for: 5m\n labels:\n severity: warning\n annotations:\n summary: \"High request latency on {{ $labels.instance }}\"\n description: \"95th percentile latency is above 500ms (current value: {{ $value }}s)\"\n - alert: HighErrorRate\n expr: 'rate(http_requests_total{status=~\"5..\"}[5m]) > 0.05'\n for: 5m\n labels:\n severity: critical\n annotations:\n summary: \"High error rate on {{ $labels.instance }}\"\n description: \"Error rate is above 5% (current value: {{ $value }})\"\n \nprometheus:\n prometheusSpec:\n retention: 24h\n retentionSize: 10GB\n\n resources:\n requests:\n memory: 200Mi\n cpu: 100m\n limits:\n memory: 500Mi\n cpu: 500m\n\n # Remote write to VictoriaMetrics\n remoteWrite:\n - url: https://metrics.binarysunset.dev/api/v1/write\n basicAuth:\n username:\n name: prometheus-remote-write-auth\n key: username\n password:\n name: prometheus-remote-write-auth\n key: password\n writeRelabelConfigs:\n - sourceLabels: [\"__name__\"]\n regex: \"(up|kube_.*|container_.*|node_.*|http_.*|process_.*)\"\n action: keep\n\n # Remote read from VictoriaMetrics for old data\n remoteRead:\n - url: https://metrics.binarysunset.dev/api/v1/read\n basicAuth:\n username:\n name: prometheus-remote-write-auth\n key: username\n password:\n name: prometheus-remote-write-auth\n key: password\n readRecent: false # Only read data older than local retention\n\nalertmanager:\n enabled: true\n alertmanagerSpec:\n replicas: 1\n resources:\n requests:\n memory: 50Mi\n cpu: 10m\n limits:\n memory: 150Mi\n cpu: 100m\n retention: 24h\n\ngrafana:\n resources:\n requests:\n memory: 100Mi\n cpu: 50m\n limits:\n memory: 300Mi\n cpu: 200m\n persistence:\n enabled: true\n size: 1Gi\n adminUser: admin\n adminPassword: acf0vJ0XUVECnChUTU1u6WCBUeXXJVKB2qwpsWQH\n\nkubeStateMetrics:\n resources:\n requests:\n memory: 50Mi\n cpu: 10m\n limits:\n memory: 150Mi\n cpu: 100m\n\nnodeExporter:\n resources:\n requests:\n memory: 30Mi\n cpu: 10m\n limits:\n memory: 100Mi\n cpu: 100m\n\nprometheusOperator:\n resources:\n requests:\n memory: 100Mi\n cpu: 50m\n limits:\n memory: 300Mi\n cpu: 200m\n\ndefaultRules:\n create: true\n rules:\n alertmanager: true\n etcd: false\n general: true\n k8s: true\n kubernetesApps: true\n kubernetesResources: true\n kubernetesStorage: true\n kubernetesSystem: true\n node: true\n prometheus: true"] Verify:false Version:"75.9.0" Wait:true WaitForJobs:false}: tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=de0b627e-6984-f6a1-44ff-f15155cdf553 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 @module=helm tf_resource_type=helm_release timestamp="2025-07-11T08:52:56.820+0200" +2025-07-11T08:52:56.820+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: : tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=de0b627e-6984-f6a1-44ff-f15155cdf553 tf_resource_type=helm_release @module=helm timestamp="2025-07-11T08:52:56.820+0200" +2025-07-11T08:52:56.820+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Start: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=de0b627e-6984-f6a1-44ff-f15155cdf553 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:56.820+0200" +2025-07-11T08:52:56.820+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_resource_type=helm_release tf_rpc=PlanResourceChange KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm tf_req_id=de0b627e-6984-f6a1-44ff-f15155cdf553 timestamp="2025-07-11T08:52:56.820+0200" +2025-07-11T08:52:56.821+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_req_id=de0b627e-6984-f6a1-44ff-f15155cdf553 tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=helm configPaths=[] timestamp="2025-07-11T08:52:56.821+0200" +2025-07-11T08:52:56.821+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=de0b627e-6984-f6a1-44ff-f15155cdf553 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm timestamp="2025-07-11T08:52:56.821+0200" +2025-07-11T08:52:56.821+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Initial Values: Name=monitoring, Namespace=monitoring, Repository=https://prometheus-community.github.io/helm-charts, Repository_Username=, Repository_Password=, Chart=kube-prometheus-stack: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=de0b627e-6984-f6a1-44ff-f15155cdf553 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:52:56.821+0200" +2025-07-11T08:52:56.821+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Metadata has changes, setting to unknown: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1799 tf_req_id=de0b627e-6984-f6a1-44ff-f15155cdf553 tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:52:56.821+0200" +2025-07-11T08:52:56.821+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc0006dd560 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: tf_req_id=de0b627e-6984-f6a1-44ff-f15155cdf553 tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 timestamp="2025-07-11T08:52:56.821+0200" +2025-07-11T08:53:00.505+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Got chart: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 tf_req_id=de0b627e-6984-f6a1-44ff-f15155cdf553 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:53:00.505+0200" +2025-07-11T08:53:00.505+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=de0b627e-6984-f6a1-44ff-f15155cdf553 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:53:00.505+0200" +2025-07-11T08:53:00.505+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Release validated: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm tf_req_id=de0b627e-6984-f6a1-44ff-f15155cdf553 timestamp="2025-07-11T08:53:00.505+0200" +2025-07-11T08:53:00.505+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Done: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=de0b627e-6984-f6a1-44ff-f15155cdf553 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:53:00.505+0200" +2025-07-11T08:53:00.506+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:00.512+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=969018 +2025-07-11T08:53:00.512+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:00.512+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:00.513+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 id=969048 +2025-07-11T08:53:00.513+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:00.523+0200 [DEBUG] building apply graph to check for errors +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0] +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project.zitadel_project.default", instance module.zitadel-argocd.module.zitadel_project.zitadel_project.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.argocd.helm_release.argocd", instance module.argocd.helm_release.argocd +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1] +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default", instance module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0] +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default", instance module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default", instance module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0] +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default", instance module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default", instance module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]", instance module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0] +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4] +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0] +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3] +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0] +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token", instance module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7] +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.monitoring.helm_release.kube_prometheus_stack", instance module.monitoring.helm_release.kube_prometheus_stack +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2] +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1] +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0] +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5] +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6] +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default", instance module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0]", instance module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0] +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default", instance module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.zitadel_action.groups-claim", instance module.zitadel-argocd.zitadel_action.groups-claim +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0] +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info", instance module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.argocd.data.external.processed_values", instance module.argocd.data.external.processed_values +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0]", instance module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0] +2025-07-11T08:53:00.529+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api +2025-07-11T08:53:00.536+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/zitadel/zitadel"], implied first by module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default +2025-07-11T08:53:00.536+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/null"], implied first by module.tenant-365zon.module.minio.null_resource.health_check (expand) +2025-07-11T08:53:00.536+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/random"], implied first by module.minio.random_password.minio_secret_key (expand) +2025-07-11T08:53:00.536+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/external"], implied first by module.argocd.data.external.processed_values (expand) +2025-07-11T08:53:00.536+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/local"], implied first by module.zitadel.local_file.zitadel_jwt_profile_file (expand) +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_namespace.postgresql (expand)" (*terraform.nodeExpandApplyableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_root_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_action.groups-claim" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_user_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "data.minio_s3_object.k8s_yaml (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_secret.argocd-tls (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_namespace.argocd (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.monitoring.helm_release.kube_prometheus_stack (expand)" (*terraform.nodeExpandApplyableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_namespace.monitoring (expand)" (*terraform.nodeExpandApplyableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.538+0200 [DEBUG] ProviderTransformer: "module.minio.helm_release.minio (expand)" (*terraform.nodeExpandApplyableResource) needs module.minio.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_secret.mongodb_auth (expand)" (*terraform.nodeExpandApplyableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/local"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.monitoring.random_password.grafana_admin_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand)" (*terraform.nodeExpandApplyableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.argocd.helm_release.argocd" (*terraform.NodeApplyableResourceInstance) needs module.argocd.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_namespace.redis (expand)" (*terraform.nodeExpandApplyableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.random_password.password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.zitadel.random_password.zitadel_masterkey (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_namespace.mongodb (expand)" (*terraform.nodeExpandApplyableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.zitadel.helm_release.zitadel (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.redis.random_password.redis (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.argocd.data.external.processed_values" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/external"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.argocd.helm_release.argocd (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.monitoring.helm_release.kube_prometheus_stack" (*terraform.NodeApplyableResourceInstance) needs module.monitoring.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.redis.helm_release.redis (expand)" (*terraform.nodeExpandApplyableResource) needs module.redis.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn (expand)" (*terraform.nodeExpandApplyableResource) needs module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_namespace.monitoring" (*terraform.NodeApplyableResourceInstance) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_namespace.zitadel (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_secret.zitadel (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_root_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_replica_set_key (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.kubernetes_job.create-tenant (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-db.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_action.groups-claim (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.helm_release.rabbitmq (expand)" (*terraform.nodeExpandApplyableResource) needs module.rabbitmq.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.argocd.data.kubernetes_secret.bridge-tls (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_access_key (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.539+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.argocd.data.external.processed_values (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/external"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.mongodb.helm_release.mongodb (expand)" (*terraform.nodeExpandApplyableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.argocd.random_password.admin_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.random_password.tenant (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_secret.redis (expand)" (*terraform.nodeExpandApplyableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_secret_key (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_secret.postgresql_auth (expand)" (*terraform.nodeExpandApplyableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_namespace.tenant (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.null_resource.health_check (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/null"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.postgresql.helm_release.postgresql (expand)" (*terraform.nodeExpandApplyableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.storage (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)" (*terraform.nodeExpandApplyableResource) needs module.cluster-init.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.540+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.541+0200 [DEBUG] pruning unused module.argocd.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:53:00.541+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.541+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:00.541+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/vault"] +2025-07-11T08:53:00.541+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.541+0200 [DEBUG] pruning unused module.minio.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.541+0200 [DEBUG] pruning unused module.tenant-365zon.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:00.541+0200 [DEBUG] pruning unused module.postgresql.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:53:00.541+0200 [DEBUG] pruning unused module.mongodb.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:53:00.541+0200 [DEBUG] pruning unused module.zitadel-db.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:00.541+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:00.541+0200 [DEBUG] pruning unused provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:00.541+0200 [DEBUG] pruning unused module.cluster-init.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:00.541+0200 [DEBUG] pruning unused module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.541+0200 [DEBUG] pruning unused module.rabbitmq.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.wait_on (expand)" references: [module.zitadel-db.output.installed (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.mongodb (expand)" references: [] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.namespace (expand)" references: [] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)" references: [] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_host (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.minio.var.displayOnHomepage (expand)" references: [] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.region (expand)" references: [] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_database (expand)" references: [] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.access_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_secret (expand)" references: [module.zitadel-argocd.output.client_secret (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand) module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.kubernetes_job.create-tenant (expand)" references: [module.zitadel-db.var.wait_on (expand) module.zitadel-db.var.enabled (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.namespace (expand) module.zitadel-db.var.host (expand) module.zitadel-db.var.root_username (expand) module.zitadel-db.var.root_password (expand) module.zitadel-db.var.root_database (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.name (expand) module.zitadel-db.random_password.tenant (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_server (expand)" references: [module.minio.output.minio_server (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.redis.var.namespace (expand)" references: [] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand)" references: [] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_auth (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.email (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.usernames (expand)" references: [] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)" references: [] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default" references: [module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close)" references: [] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (expand)" references: [] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (expand)" references: [] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.minio.var.mode (expand)" references: [] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.wait_on (expand)" references: [module.argocd.output.installed (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_bucket (expand)" references: [module.tenant-365zon.module.minio.output.bucket (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (close)" references: [] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)" references: [] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_secret_key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_password (expand)" references: [] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.password (expand)" references: [module.postgresql.random_password.postgresql_user_password (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T08:53:00.556+0200 [DEBUG] ReferenceTransformer: "module.minio.helm_release.minio (expand)" references: [module.minio.var.mode (expand) module.minio.var.replicas (expand) module.minio.var.replicas (expand) module.minio.var.storageSize (expand) module.minio.random_password.minio_access_key (expand) module.minio.random_password.minio_secret_key (expand) module.minio.var.namespace (expand) module.minio.local.service_uri (expand) module.minio.local.admin_service_uri (expand) module.minio.var.admin (expand) module.minio.var.mode (expand) module.minio.var.tls (expand) module.minio.var.ingressClass (expand) module.minio.var.displayOnHomepage (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_auth (expand)" references: [module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_config (expand)" references: [module.redis.var.k8s_config_yaml (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (close)" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (close)" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "local.bridge_dns (expand)" references: [local.tld (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "local.k8s_auth (expand)" references: [local.k8s_config (expand) local.k8s_config (expand) local.k8s_config (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.bucket (expand)" references: [module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand) module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0]" references: [module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand)" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (close)" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.redis.random_password.redis (expand)" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.name (expand)" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_config (expand)" references: [module.mongodb.var.k8s_config_yaml (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.tld (expand)" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_auth (expand)" references: [module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.service_uri (expand)" references: [module.rabbitmq.var.service_name (expand) module.rabbitmq.var.server_dns (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.redis (expand)" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_secret.postgresql_auth (expand)" references: [module.postgresql.var.wait_on (expand) module.postgresql.var.enabled (expand) module.postgresql.random_password.postgresql_user_password (expand) module.postgresql.random_password.postgresql_root_password (expand) module.postgresql.kubernetes_namespace.postgresql (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.ingressClass (expand)" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_auth (expand)" references: [module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.installed (expand)" references: [module.argocd.helm_release.argocd (expand) module.argocd.helm_release.argocd module.argocd.helm_release.argocd] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand)" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database (expand)" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.output.installed (expand)" references: [module.cluster-init.module.longhorn.output.installed (expand) module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (expand)" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.namespace (expand)" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_host (expand)" references: [module.monitoring.local.k8s_config (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_auth (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.installed (expand)" references: [module.rabbitmq.helm_release.rabbitmq (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.scopes (expand)" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "output.monitoring (expand)" references: [module.monitoring.output.access_instructions (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_host (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.kubernetes_secret.bridge-tls (expand)" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_namespace.tenant (expand)" references: [module.tenant-365zon.var.wait_on (expand) module.tenant-365zon.local.name (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.enabled (expand)" references: [] +2025-07-11T08:53:00.557+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default" references: [module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.email (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.admin (expand)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.minio.local.service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.redis.output.installed (expand)" references: [module.redis.helm_release.redis (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand) module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_action.groups-claim" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "local.cluster_shortname (expand)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_config (expand)" references: [module.zitadel.var.k8s_config_yaml (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.access_instructions (expand)" references: [module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.random_password.grafana_admin_password (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_secret.zitadel (expand)" references: [module.zitadel.var.enabled (expand) module.zitadel.random_password.zitadel_masterkey (expand) module.zitadel.kubernetes_namespace.zitadel (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.host (expand)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_config (expand)" references: [module.rabbitmq.var.k8s_config_yaml (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand) module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0] module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.null_resource.health_check (expand)" references: [module.tenant-365zon.module.minio.var.wait_on (expand) module.tenant-365zon.module.minio.var.server (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.password (expand)" references: [module.zitadel-db.random_password.tenant (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.uri (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "local.tld (expand)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.local.argocd_uri (expand)" references: [module.zitadel-argocd.var.argocd_service_domain (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info" references: [module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim (expand) module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (expand)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (expand)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (expand)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.wait_on (expand)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.ingressClass (expand)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.argocd_service_domain (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.minio.output.secret_key (expand)" references: [module.minio.random_password.minio_secret_key (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_auth (expand)" references: [module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.mongodb (close)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.redis (close)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (close)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_secret_key (expand)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_root_password (expand)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_api_uri (expand)" references: [module.minio.output.minio_api_uri (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/aminueza/minio\"]" references: [var.minio_server var.region var.access_key var.secret_key] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.monitoring (close)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (close)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.external.processed_values (expand)" references: [module.argocd.local.service_uri (expand) module.argocd.var.server_dns (expand) module.argocd.local.grpc_service_uri (expand) module.argocd.var.redis_db_start_index (expand) module.argocd.var.redis_password (expand) module.argocd.var.oauth_uri (expand) module.argocd.var.oauth_issuer (expand) module.argocd.var.oauth_client_id (expand) module.argocd.var.oauth_client_secret (expand) module.argocd.var.oauth_redirect_uri (expand) module.argocd.var.tls (expand) module.argocd.var.ingressClass (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.server (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (close)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (close)" references: [] +2025-07-11T08:53:00.558+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.namespace (expand)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_auth (expand)" references: [module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.tenant-365zon.var.domain (expand) module.tenant-365zon.var.jwt_profile_file (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.wait_on (expand)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.minio.var.service_name (expand)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.username (expand)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.secret_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.external.processed_values" references: [module.argocd.local.service_uri (expand) module.argocd.var.server_dns (expand) module.argocd.local.grpc_service_uri (expand) module.argocd.var.redis_db_start_index (expand) module.argocd.var.redis_password (expand) module.argocd.var.oauth_uri (expand) module.argocd.var.oauth_issuer (expand) module.argocd.var.oauth_client_id (expand) module.argocd.var.oauth_client_secret (expand) module.argocd.var.oauth_redirect_uri (expand) module.argocd.var.tls (expand) module.argocd.var.ingressClass (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.mongodb.helm_release.mongodb (expand)" references: [module.mongodb.var.wait_on (expand) module.mongodb.kubernetes_secret.mongodb_auth (expand) module.mongodb.kubernetes_namespace.mongodb (expand) module.mongodb.var.usernames (expand) module.mongodb.var.databases (expand) module.mongodb.var.replicas (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "var.bucket" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.tls (expand)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0]" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (close)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.database (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.argocd (expand)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)" references: [module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand) module.zitadel-argocd.module.zitadel_project.var.owners (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.admin_password (expand)" references: [module.argocd.random_password.admin_password (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (close)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.minio.var.namespace (expand)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.databases (expand)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_config (expand)" references: [module.zitadel-db.var.k8s_config_yaml (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default" references: [module.zitadel-argocd.module.zitadel_project.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project.var.name (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.minio.local.admin_service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.admin_server_dns (expand) module.minio.var.admin_server_dns (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd (expand)" references: [module.argocd.var.wait_on (expand) module.argocd.kubernetes_secret.argocd-tls (expand) module.argocd.random_password.admin_password (expand) module.argocd.kubernetes_namespace.argocd (expand) module.argocd.data.external.processed_values (expand) module.argocd.data.external.processed_values module.argocd.data.external.processed_values] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)" references: [module.tenant-365zon.var.org_id (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_username (expand)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd" references: [module.argocd.var.wait_on (expand) module.argocd.kubernetes_secret.argocd-tls (expand) module.argocd.random_password.admin_password (expand) module.argocd.kubernetes_namespace.argocd (expand) module.argocd.data.external.processed_values (expand) module.argocd.data.external.processed_values module.argocd.data.external.processed_values] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "var.access_key" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.minio.var.replicas (expand)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_auth (expand)" references: [module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_host (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.argocd.random_password.admin_password (expand)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "output.minio-root-access-key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.cluster-init.module.longhorn.local.k8s_host (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_namespace.postgresql (expand)" references: [module.postgresql.var.enabled (expand) module.postgresql.var.namespace (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.postgresql (expand)" references: [] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.redis.helm_release.redis (expand)" references: [module.redis.var.wait_on (expand) module.redis.kubernetes_namespace.redis (expand) module.redis.var.architecture (expand) module.redis.var.architecture (validation)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_uri (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:53:00.559+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.service_name (expand)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.owners (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand)" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.service_name (expand)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (close)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (close)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (close)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (expand)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_issuer (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_redirect_uri (expand)" references: [module.zitadel.output.server (expand) module.zitadel-argocd.output.logoutSuffix (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_host (expand)" references: [module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (expand)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.monitoring.random_password.grafana_admin_password (expand)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_password (expand)" references: [module.redis.output.password (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.minio.var.tls (expand)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.output.installed (expand)" references: [module.cluster-init.module.longhorn.helm_release.longhorn (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.minio.output.access_key (expand)" references: [module.minio.random_password.minio_access_key (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.wait_on (expand)" references: [module.minio.output.installed (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.namespace (expand)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.alertmanager_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.installed (expand)" references: [module.postgresql.helm_release.postgresql (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.postgresql.helm_release.postgresql (expand)" references: [module.postgresql.var.wait_on (expand) module.postgresql.kubernetes_secret.postgresql_auth (expand) module.postgresql.var.enabled (expand) module.postgresql.kubernetes_namespace.postgresql (expand) module.postgresql.var.username (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.minio.var.storageSize (expand)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.postgresql (close)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "output.minio-root-secret-key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default" references: [module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (close)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_access_key (expand)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "var.secret_key" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_host (expand)" references: [module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_server (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_action.groups-claim (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_config (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.minio.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_username (expand)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.connection_string (expand)" references: [module.mongodb.random_password.mongodb_root_password (expand) module.mongodb.var.replicas (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "output.minio-secret-key (expand)" references: [module.tenant-365zon.output.minio_secret_key (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (expand)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.helm_release.rabbitmq (expand)" references: [module.rabbitmq.random_password.password (expand) module.rabbitmq.var.wait_on (expand) module.rabbitmq.random_password.password (expand) module.rabbitmq.local.service_uri (expand) module.rabbitmq.var.admin (expand) module.rabbitmq.var.tls (expand) module.rabbitmq.var.ingressClass (expand) module.rabbitmq.var.replicas (expand) module.rabbitmq.var.namespace (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin (expand)" references: [module.zitadel.helm_release.zitadel (expand) module.zitadel.var.namespace (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_username (expand)" references: [] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "output.argocd-root-password (expand)" references: [module.argocd.output.admin_password (expand)] +2025-07-11T08:53:00.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn (expand)" references: [module.cluster-init.module.longhorn.var.wait_on (expand) module.cluster-init.module.longhorn.var.namespace (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.rabbitmq.local.k8s_host (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_replica_set_key (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_user_password (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.application_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand) module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.enabled (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.display_on_homepage (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)" references: [module.tenant-365zon.local.name (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.enabled (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.wait_on (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.random_password.tenant (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin_server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "local.k8s_config (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "local.node_count (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_config (expand)" references: [module.postgresql.var.k8s_config_yaml (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.prometheus_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.jwt_profile_file (expand)" references: [module.zitadel.local_file.zitadel_jwt_profile_file (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand) module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand) module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand)" references: [module.monitoring.var.remote_write_username (expand) module.monitoring.var.remote_write_password (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-bootstrap.var.domain (expand) module.zitadel-bootstrap.var.jwt_profile_file (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.ingressClass (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.redis.output.password (expand)" references: [module.redis.random_password.redis (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.user_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.random_password.password (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_username (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default" references: [module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel (close)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "var.minio_server" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.replicas (expand)" references: [local.node_count (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand)" references: [] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_admin_uri (expand)" references: [module.minio.local.admin_service_uri (expand)] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:53:00.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_host (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.wait_on (expand)" references: [module.cluster-init.var.wait_on (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_password (expand)" references: [module.zitadel-db.output.password (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0] module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.wait_on (expand)" references: [module.zitadel-argocd.output.installed (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_config (expand)" references: [module.zitadel-bootstrap.var.k8s_config_yaml (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.redis_db_next_start_index (expand)" references: [module.argocd.var.redis_db_start_index (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_secret_key (expand)" references: [module.tenant-365zon.module.minio.output.secret_key (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (expand)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "output.rabbitmq-connection-string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/null\"]" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (close)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "var.vault_token" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.minio.var.ingressClass (expand)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_host (expand)" references: [module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "output.mongodb-connection-string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel.random_password.zitadel_masterkey (expand)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.grpc_service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_read_url (expand)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.namespace (expand)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_auth (expand)" references: [module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.minio (close)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-argocd.var.domain (expand) module.zitadel-argocd.var.jwt_profile_file (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (expand)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (close)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)" references: [module.tenant-365zon.var.user_id (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_host (expand)" references: [module.argocd.local.k8s_config (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack (expand)" references: [module.monitoring.var.wait_on (expand) module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.var.remote_write_url (expand) module.monitoring.var.remote_read_url (expand) module.monitoring.random_password.grafana_admin_password (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "var.endpoints" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.namespace (expand)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.service_name (expand)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_config (expand)" references: [module.monitoring.var.k8s_config_yaml (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.installed (expand)" references: [module.zitadel.helm_release.zitadel (expand) module.zitadel.local_file.zitadel_jwt_profile_file (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.logoutSuffix (expand)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.namespace (expand)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand)" references: [] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_api_uri (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default" references: [module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_host (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:53:00.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.idp_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.minio (expand)" references: [] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.rabbitmq_connection_string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)" references: [module.tenant-365zon.module.minio.null_resource.health_check (expand) module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.replicas (expand)" references: [] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand)" references: [] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.org_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel (expand)" references: [] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_host (expand)" references: [module.postgresql.local.k8s_config (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_secret_key (expand)" references: [module.minio.random_password.minio_secret_key (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (close)" references: [] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_namespace.redis (expand)" references: [module.redis.var.namespace (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.minio.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.minio.local.k8s_host (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (expand)" references: [] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.server (expand)" references: [module.tenant-365zon.var.minio_server (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand) module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)" references: [module.tenant-365zon.module.minio.null_resource.health_check (expand) module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.ingressClass (expand)" references: [] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_id (expand)" references: [module.zitadel-argocd.output.client_id (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.minio.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.minio.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.server_dns (expand)" references: [] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_root_password (expand)" references: [] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_secret.redis (expand)" references: [module.redis.random_password.redis (expand) module.redis.kubernetes_namespace.redis (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_access_key (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.username (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0] module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (close)" references: [] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_config (expand)" references: [module.minio.var.k8s_config_yaml (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "var.vault_addr" references: [] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_auth (expand)" references: [module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_access_key (expand)" references: [module.minio.random_password.minio_access_key (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)] +2025-07-11T08:53:00.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_namespace.zitadel (expand)" references: [module.zitadel.var.enabled (expand) module.zitadel.var.namespace (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "var.region" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)" references: [module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand)" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_host (expand)" references: [module.mongodb.local.k8s_config (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.service_uri (expand)" references: [module.zitadel.var.service_name (expand) module.zitadel.var.server_dns (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "data.minio_s3_object.k8s_yaml (expand)" references: [var.bucket] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.job_name (expand)" references: [module.zitadel-db.var.enabled (expand) module.zitadel-db.kubernetes_job.create-tenant (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand) module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_host (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.secret_key (expand)" references: [module.tenant-365zon.var.minio_secret_key (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_host (expand)" references: [module.zitadel.local.k8s_config (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.connection_string (expand)" references: [module.rabbitmq.random_password.password (expand) module.rabbitmq.var.namespace (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.admin_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.provider[\"registry.terraform.io/aminueza/minio\"]" references: [module.tenant-365zon.module.minio.var.access_key (expand) module.tenant-365zon.module.minio.var.secret_key (expand) module.tenant-365zon.module.minio.var.server (expand) module.tenant-365zon.module.minio.var.region (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (close)" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.service_uri (expand)" references: [module.monitoring.var.service_name (expand) module.monitoring.var.server_dns (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand) module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (close)" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.redis.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_host (expand)" references: [module.redis.local.k8s_config (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.grafana_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (close)" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.service_name (expand)" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_access_key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_url (expand)" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.enabled (expand)" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/external\"]" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (close)" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (expand)" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.namespace (expand)" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_host (expand)" references: [module.minio.local.k8s_config (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack" references: [module.monitoring.var.wait_on (expand) module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.var.remote_write_url (expand) module.monitoring.var.remote_read_url (expand) module.monitoring.random_password.grafana_admin_password (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (expand)" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.name (expand)" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.name (expand)" references: [module.zitadel-argocd.var.name (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.argocd (close)" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.monitoring (expand)" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring (expand)" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (close)" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (close)" references: [] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:53:00.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (expand)" references: [] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (close)" references: [] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_db_start_index (expand)" references: [] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)" references: [] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "local.cluster_dns (expand)" references: [local.cluster_shortname (expand) local.tld (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)" references: [] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.access_key (expand)" references: [module.tenant-365zon.var.minio_access_key (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_namespace.mongodb (expand)" references: [module.mongodb.var.namespace (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings (expand)" references: [module.tenant-365zon.var.mongodb_connection_string (expand) module.tenant-365zon.var.rabbitmq_connection_string (expand) module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_secret.mongodb_auth (expand)" references: [module.mongodb.var.wait_on (expand) module.mongodb.random_password.mongodb_root_password (expand) module.mongodb.random_password.mongodb_replica_set_key (expand) module.mongodb.kubernetes_namespace.mongodb (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand)" references: [module.zitadel-bootstrap.var.domain (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_secret.argocd-tls (expand)" references: [module.argocd.data.kubernetes_secret.bridge-tls (expand) module.argocd.data.kubernetes_secret.bridge-tls (expand) module.argocd.kubernetes_namespace.argocd (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (expand)" references: [] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.wait_on (expand)" references: [module.postgresql.output.installed (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_auth (expand)" references: [module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.redis.var.wait_on (expand)" references: [] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_auth (expand)" references: [module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand)" references: [] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.name (expand)" references: [] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_auth (expand)" references: [module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_config (expand)" references: [module.argocd.var.k8s_config_yaml (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (expand)" references: [] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.mongodb_connection_string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.storage (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand) module.tenant-365zon.module.minio.output.secret_key (expand) module.tenant-365zon.var.minio_api_uri (expand) module.tenant-365zon.module.minio.output.bucket (expand) module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file (expand)" references: [module.zitadel.data.kubernetes_secret.zitadel_admin (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "local.k8s_host (expand)" references: [local.k8s_config (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "local.k8s_config_yaml (expand)" references: [] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_host (expand)" references: [module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.installed (expand)" references: [module.mongodb.helm_release.mongodb (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)" references: [] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.minio.output.installed (expand)" references: [module.minio.helm_release.minio (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.installed (expand)" references: [module.zitadel-db.kubernetes_job.create-tenant (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "output.minio-access-key (expand)" references: [module.tenant-365zon.output.minio_access_key (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin (expand)" references: [] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (validation)" references: [] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_config (expand)" references: [module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (expand)" references: [] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_namespace.argocd (expand)" references: [module.argocd.var.namespace (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel.helm_release.zitadel (expand)" references: [module.zitadel.var.wait_on (expand) module.zitadel.kubernetes_secret.zitadel (expand) module.zitadel.var.enabled (expand) module.zitadel.kubernetes_namespace.zitadel (expand) module.zitadel.local.service_uri (expand) module.zitadel.var.database (expand) module.zitadel.var.database_username (expand) module.zitadel.var.database_password (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.database_root_username (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.display_on_homepage (expand) module.zitadel.var.ingressClass (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:53:00.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand)" references: [] +2025-07-11T08:53:00.566+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand)" references: [] +2025-07-11T08:53:00.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.name (expand)" references: [] +2025-07-11T08:53:00.566+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)" references: [module.zitadel-argocd.module.zitadel_project.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project.var.name (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:53:00.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:53:00.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_config (expand)" references: [module.tenant-365zon.var.k8s_config_yaml (expand)] +2025-07-11T08:53:00.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)] +2025-07-11T08:53:00.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)] +2025-07-11T08:53:00.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:53:00.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:53:00.566+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.root_password (expand)" references: [module.postgresql.random_password.postgresql_root_password (expand)] +2025-07-11T08:53:00.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand)] +2025-07-11T08:53:00.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)" references: [] +2025-07-11T08:53:00.566+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:53:00.566+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)" references: [] +2025-07-11T08:53:00.566+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.email (expand)" references: [] +2025-07-11T08:53:00.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)] +2025-07-11T08:53:00.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand)] +2025-07-11T08:53:00.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:53:00.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:53:00.566+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.tls (expand)" references: [] +2025-07-11T08:53:00.689+0200 [DEBUG] command: asking for input: "\nDo you want to perform these actions?" +2025-07-11T08:53:03.952+0200 [INFO] backend/local: apply calling Apply +2025-07-11T08:53:03.952+0200 [DEBUG] Building and walking apply graph for NormalMode plan +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default", instance module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default", instance module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1] +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default", instance module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0] +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3] +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.zitadel_action.groups-claim", instance module.zitadel-argocd.zitadel_action.groups-claim +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.monitoring.helm_release.kube_prometheus_stack", instance module.monitoring.helm_release.kube_prometheus_stack +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0] +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0] +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.argocd.data.external.processed_values", instance module.argocd.data.external.processed_values +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0] +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5] +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default", instance module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project.zitadel_project.default", instance module.zitadel-argocd.module.zitadel_project.zitadel_project.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2] +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info", instance module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default", instance module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0]", instance module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0] +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0] +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0] +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default", instance module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.argocd.helm_release.argocd", instance module.argocd.helm_release.argocd +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1] +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default", instance module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0] +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6] +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4] +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token", instance module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]", instance module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0] +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7] +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:53:03.959+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0]", instance module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0] +2025-07-11T08:53:03.964+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/null"], implied first by module.tenant-365zon.module.minio.null_resource.health_check (expand) +2025-07-11T08:53:03.965+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/zitadel/zitadel"], implied first by module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:53:03.965+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/random"], implied first by module.monitoring.random_password.grafana_admin_password (expand) +2025-07-11T08:53:03.965+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/external"], implied first by module.argocd.data.external.processed_values +2025-07-11T08:53:03.965+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/local"], implied first by module.zitadel.local_file.zitadel_jwt_profile_file (expand) +2025-07-11T08:53:03.966+0200 [DEBUG] ProviderTransformer: "module.postgresql.helm_release.postgresql (expand)" (*terraform.nodeExpandApplyableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:03.966+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.966+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.helm_release.rabbitmq (expand)" (*terraform.nodeExpandApplyableResource) needs module.rabbitmq.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:03.966+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_user_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.argocd.data.external.processed_values (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/external"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_root_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.argocd.helm_release.argocd" (*terraform.NodeApplyableResourceInstance) needs module.argocd.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_root_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_secret.mongodb_auth (expand)" (*terraform.nodeExpandApplyableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_action.groups-claim" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.mongodb.helm_release.mongodb (expand)" (*terraform.nodeExpandApplyableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_secret.zitadel (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_replica_set_key (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.monitoring.helm_release.kube_prometheus_stack (expand)" (*terraform.nodeExpandApplyableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.random_password.tenant (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.monitoring.random_password.grafana_admin_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand)" (*terraform.nodeExpandApplyableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.redis.helm_release.redis (expand)" (*terraform.nodeExpandApplyableResource) needs module.redis.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.monitoring.helm_release.kube_prometheus_stack" (*terraform.NodeApplyableResourceInstance) needs module.monitoring.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.argocd.data.external.processed_values" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/external"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_namespace.mongodb (expand)" (*terraform.nodeExpandApplyableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.minio.helm_release.minio (expand)" (*terraform.nodeExpandApplyableResource) needs module.minio.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_namespace.postgresql (expand)" (*terraform.nodeExpandApplyableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.null_resource.health_check (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/null"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:53:03.967+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.zitadel.helm_release.zitadel (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.zitadel.random_password.zitadel_masterkey (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.argocd.helm_release.argocd (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.storage (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_namespace.argocd (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_action.groups-claim (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "data.minio_s3_object.k8s_yaml (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_secret.redis (expand)" (*terraform.nodeExpandApplyableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.redis.random_password.redis (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.kubernetes_job.create-tenant (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-db.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_secret.postgresql_auth (expand)" (*terraform.nodeExpandApplyableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.random_password.password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)" (*terraform.nodeExpandApplyableResource) needs module.cluster-init.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_namespace.monitoring (expand)" (*terraform.nodeExpandApplyableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.argocd.random_password.admin_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_namespace.zitadel (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_access_key (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.968+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_secret.argocd-tls (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn (expand)" (*terraform.nodeExpandApplyableResource) needs module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/local"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_secret_key (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.argocd.data.kubernetes_secret.bridge-tls (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_namespace.tenant (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_namespace.redis (expand)" (*terraform.nodeExpandApplyableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_namespace.monitoring" (*terraform.NodeApplyableResourceInstance) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.969+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.971+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:03.971+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/vault"] +2025-07-11T08:53:03.971+0200 [DEBUG] pruning unused module.postgresql.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:53:03.971+0200 [DEBUG] pruning unused module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.971+0200 [DEBUG] pruning unused module.zitadel-db.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:03.971+0200 [DEBUG] pruning unused provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:53:03.971+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.971+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.971+0200 [DEBUG] pruning unused module.mongodb.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:53:03.971+0200 [DEBUG] pruning unused module.argocd.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:53:03.972+0200 [DEBUG] pruning unused module.tenant-365zon.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:03.972+0200 [DEBUG] pruning unused module.cluster-init.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:03.972+0200 [DEBUG] pruning unused module.minio.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.972+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:53:03.972+0200 [DEBUG] pruning unused module.rabbitmq.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:53:03.982+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:53:03.982+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:53:03.982+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T08:53:03.982+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (close)" references: [] +2025-07-11T08:53:03.982+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "local.cluster_dns (expand)" references: [local.cluster_shortname (expand) local.tld (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand) module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_root_password (expand)" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.wait_on (expand)" references: [module.postgresql.output.installed (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default" references: [module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default" references: [module.zitadel-argocd.module.zitadel_project.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand) module.zitadel-argocd.module.zitadel_project.var.name (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.minio.var.namespace (expand)" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_password (expand)" references: [module.zitadel-db.output.password (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.scopes (expand)" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_secret.redis (expand)" references: [module.redis.random_password.redis (expand) module.redis.kubernetes_namespace.redis (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.service_name (expand)" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (close)" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close)" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (expand)" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.replicas (expand)" references: [local.node_count (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_host (expand)" references: [module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_host (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (expand)" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand)" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_redirect_uri (expand)" references: [module.zitadel.output.server (expand) module.zitadel-argocd.output.logoutSuffix (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_config (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_config (expand)" references: [module.postgresql.var.k8s_config_yaml (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/external\"]" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.postgresql (expand)" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.mongodb (expand)" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel.random_password.zitadel_masterkey (expand)" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand)" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.redis.var.wait_on (expand)" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "local.k8s_host (expand)" references: [local.k8s_config (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.installed (expand)" references: [module.mongodb.helm_release.mongodb (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.minio.local.admin_service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.admin_server_dns (expand) module.minio.var.admin_server_dns (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.enabled (expand)" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (close)" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.email (expand) module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.wait_on (expand)" references: [module.cluster-init.var.wait_on (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.display_on_homepage (expand)" references: [] +2025-07-11T08:53:03.983+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_username (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.name (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_namespace.redis (expand)" references: [module.redis.var.namespace (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.service_name (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.username (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info" references: [module.zitadel-argocd.zitadel_action.groups-claim (expand) module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.minio.var.replicas (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/null\"]" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.connection_string (expand)" references: [module.rabbitmq.random_password.password (expand) module.rabbitmq.var.namespace (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.minio.var.displayOnHomepage (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.mongodb_connection_string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_config (expand)" references: [module.monitoring.var.k8s_config_yaml (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.root_password (expand)" references: [module.postgresql.random_password.postgresql_root_password (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.ingressClass (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand) module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-argocd.var.jwt_profile_file (expand) module.zitadel-argocd.var.domain (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.name (expand)" references: [module.zitadel-argocd.var.name (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.namespace (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin (expand)" references: [module.zitadel.helm_release.zitadel (expand) module.zitadel.var.namespace (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.wait_on (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_config (expand)" references: [module.redis.var.k8s_config_yaml (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.username (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_config (expand)" references: [module.minio.var.k8s_config_yaml (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_auth (expand)" references: [module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.access_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.replicas (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "output.minio-access-key (expand)" references: [module.tenant-365zon.output.minio_access_key (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file (expand)" references: [module.zitadel.data.kubernetes_secret.zitadel_admin (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_id (expand)" references: [module.zitadel-argocd.output.client_id (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring" references: [] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_namespace.mongodb (expand)" references: [module.mongodb.var.namespace (expand)] +2025-07-11T08:53:03.984+0200 [DEBUG] ReferenceTransformer: "module.postgresql.helm_release.postgresql (expand)" references: [module.postgresql.var.wait_on (expand) module.postgresql.kubernetes_secret.postgresql_auth (expand) module.postgresql.var.enabled (expand) module.postgresql.kubernetes_namespace.postgresql (expand) module.postgresql.var.username (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand)" references: [] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand)" references: [module.zitadel-bootstrap.var.domain (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0]" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_secret (expand)" references: [module.zitadel-argocd.output.client_secret (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_host (expand)" references: [module.postgresql.local.k8s_config (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.minio.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.minio.local.k8s_host (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.namespace (expand)" references: [] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.server_dns (expand)" references: [] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel-db.local.k8s_host (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.monitoring (expand)" references: [] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.postgresql (close)" references: [] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (close)" references: [] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_access_key (expand)" references: [] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_config (expand)" references: [module.tenant-365zon.var.k8s_config_yaml (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand)" references: [] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand)" references: [module.monitoring.var.remote_write_username (expand) module.monitoring.var.remote_write_password (expand) module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_auth (expand)" references: [module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0] module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "local.cluster_shortname (expand)" references: [] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "local.k8s_auth (expand)" references: [local.k8s_config (expand) local.k8s_config (expand) local.k8s_config (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_namespace.tenant (expand)" references: [module.tenant-365zon.var.wait_on (expand) module.tenant-365zon.local.name (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_secret.postgresql_auth (expand)" references: [module.postgresql.var.wait_on (expand) module.postgresql.var.enabled (expand) module.postgresql.random_password.postgresql_user_password (expand) module.postgresql.random_password.postgresql_root_password (expand) module.postgresql.kubernetes_namespace.postgresql (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.namespace (expand)" references: [] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.service_uri (expand)" references: [module.zitadel.var.service_name (expand) module.zitadel.var.server_dns (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_host (expand)" references: [module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.minio.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)" references: [] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.service_uri (expand)" references: [module.monitoring.var.service_name (expand) module.monitoring.var.server_dns (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "var.access_key" references: [] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_db_start_index (expand)" references: [] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.namespace (expand)" references: [] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.job_name (expand)" references: [module.zitadel-db.var.enabled (expand) module.zitadel-db.kubernetes_job.create-tenant (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_auth (expand)" references: [module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.idp_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.redis_db_next_start_index (expand)" references: [module.argocd.var.redis_db_start_index (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:53:03.985+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.redis.helm_release.redis (expand)" references: [module.redis.var.wait_on (expand) module.redis.kubernetes_namespace.redis (expand) module.redis.var.architecture (expand) module.redis.var.architecture (validation)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.minio.helm_release.minio (expand)" references: [module.minio.var.mode (expand) module.minio.var.replicas (expand) module.minio.var.replicas (expand) module.minio.var.storageSize (expand) module.minio.random_password.minio_access_key (expand) module.minio.random_password.minio_secret_key (expand) module.minio.var.namespace (expand) module.minio.local.service_uri (expand) module.minio.local.admin_service_uri (expand) module.minio.var.admin (expand) module.minio.var.mode (expand) module.minio.var.tls (expand) module.minio.var.ingressClass (expand) module.minio.var.displayOnHomepage (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.argocd_service_domain (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)" references: [] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)" references: [] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)" references: [module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand) module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_bucket (expand)" references: [module.tenant-365zon.module.minio.output.bucket (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.access_instructions (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.random_password.grafana_admin_password (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_host (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_secret.argocd-tls (expand)" references: [module.argocd.data.kubernetes_secret.bridge-tls (expand) module.argocd.data.kubernetes_secret.bridge-tls (expand) module.argocd.kubernetes_namespace.argocd (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.minio.output.secret_key (expand)" references: [module.minio.random_password.minio_secret_key (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default" references: [module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (expand)" references: [] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings (expand)" references: [module.tenant-365zon.var.mongodb_connection_string (expand) module.tenant-365zon.var.rabbitmq_connection_string (expand) module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand)" references: [] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd" references: [module.argocd.var.wait_on (expand) module.argocd.kubernetes_secret.argocd-tls (expand) module.argocd.random_password.admin_password (expand) module.argocd.kubernetes_namespace.argocd (expand) module.argocd.data.external.processed_values (expand) module.argocd.data.external.processed_values module.argocd.data.external.processed_values] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (close)" references: [] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.grpc_service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close)" references: [] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_secret_key (expand)" references: [] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (expand)" references: [] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand) module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.installed (expand)" references: [module.argocd.helm_release.argocd module.argocd.helm_release.argocd module.argocd.helm_release.argocd (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.prometheus_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.minio (close)" references: [] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_username (expand)" references: [] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_auth (expand)" references: [module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.application_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand) module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel (expand)" references: [] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.wait_on (expand)" references: [] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (expand)" references: [] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_auth (expand)" references: [module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default" references: [module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.email (expand) module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (close)" references: [] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_namespace.argocd (expand)" references: [module.argocd.var.namespace (expand)] +2025-07-11T08:53:03.986+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_user_password (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin_server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.minio.var.tls (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_access_key (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.password (expand)" references: [module.zitadel-db.random_password.tenant (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand)" references: [module.zitadel-argocd.zitadel_action.groups-claim (expand) module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "var.vault_addr" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.namespace (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (validation)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "var.secret_key" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_host (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.output.installed (expand)" references: [module.cluster-init.module.longhorn.output.installed (expand) module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.name (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.uri (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.region (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.wait_on (expand)" references: [module.argocd.output.installed (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.user_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.tls (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.jwt_profile_file (expand)" references: [module.zitadel.local_file.zitadel_jwt_profile_file (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "output.monitoring (expand)" references: [module.monitoring.output.access_instructions (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (close)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.local.argocd_uri (expand)" references: [module.zitadel-argocd.var.argocd_service_domain (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_host (expand)" references: [module.argocd.local.k8s_config (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_auth (expand)" references: [module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_host (expand)" references: [module.monitoring.local.k8s_config (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_auth (expand)" references: [module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.argocd (close)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.external.processed_values (expand)" references: [module.argocd.local.service_uri (expand) module.argocd.var.server_dns (expand) module.argocd.local.grpc_service_uri (expand) module.argocd.var.redis_db_start_index (expand) module.argocd.var.redis_password (expand) module.argocd.var.oauth_uri (expand) module.argocd.var.oauth_issuer (expand) module.argocd.var.oauth_client_id (expand) module.argocd.var.oauth_client_secret (expand) module.argocd.var.oauth_redirect_uri (expand) module.argocd.var.tls (expand) module.argocd.var.ingressClass (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.enabled (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd (expand)" references: [module.argocd.var.wait_on (expand) module.argocd.kubernetes_secret.argocd-tls (expand) module.argocd.random_password.admin_password (expand) module.argocd.data.external.processed_values (expand) module.argocd.data.external.processed_values module.argocd.data.external.processed_values module.argocd.kubernetes_namespace.argocd (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "local.k8s_config (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.minio.var.mode (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_secret_key (expand)" references: [module.minio.random_password.minio_secret_key (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.argocd (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.minio.local.service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (close)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (close)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:53:03.987+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_host (expand)" references: [module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token" references: [module.zitadel-argocd.zitadel_action.groups-claim (expand) module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_password (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.org_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.database (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.password (expand)" references: [module.postgresql.random_password.postgresql_user_password (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "output.minio-root-access-key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.usernames (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.wait_on (expand)" references: [module.zitadel-db.output.installed (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "local.bridge_dns (expand)" references: [local.tld (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_admin_uri (expand)" references: [module.minio.local.admin_service_uri (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (close)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.random_password.tenant (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_root_password (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.namespace (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (close)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn (expand)" references: [module.cluster-init.module.longhorn.var.wait_on (expand) module.cluster-init.module.longhorn.var.namespace (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.name (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.minio.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_username (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (close)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.random_password.password (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_host (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_config (expand)" references: [module.argocd.var.k8s_config_yaml (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_config (expand)" references: [module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.alertmanager_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "data.minio_s3_object.k8s_yaml (expand)" references: [var.bucket] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand) module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.server (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_api_uri (expand)" references: [module.minio.output.minio_api_uri (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.admin_password (expand)" references: [module.argocd.random_password.admin_password (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (close)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "var.bucket" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_host (expand)" references: [module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.null_resource.health_check (expand)" references: [module.tenant-365zon.module.minio.var.wait_on (expand) module.tenant-365zon.module.minio.var.server (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_issuer (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_access_key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.ingressClass (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.access_key (expand)" references: [module.tenant-365zon.var.minio_access_key (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.enabled (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_config (expand)" references: [module.mongodb.var.k8s_config_yaml (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.wait_on (expand)" references: [module.zitadel-argocd.output.installed (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_database (expand)" references: [] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0] module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand)] +2025-07-11T08:53:03.988+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.secret_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "output.argocd-root-password (expand)" references: [module.argocd.output.admin_password (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0]" references: [module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand) module.zitadel-argocd.module.zitadel_project.var.owners (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/aminueza/minio\"]" references: [var.region var.access_key var.secret_key var.minio_server] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (close)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (close)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.server (expand)" references: [module.tenant-365zon.var.minio_server (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.provider[\"registry.terraform.io/aminueza/minio\"]" references: [module.tenant-365zon.module.minio.var.region (expand) module.tenant-365zon.module.minio.var.access_key (expand) module.tenant-365zon.module.minio.var.secret_key (expand) module.tenant-365zon.module.minio.var.server (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (close)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.kubernetes_job.create-tenant (expand)" references: [module.zitadel-db.var.wait_on (expand) module.zitadel-db.var.enabled (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.namespace (expand) module.zitadel-db.var.host (expand) module.zitadel-db.var.root_username (expand) module.zitadel-db.var.root_password (expand) module.zitadel-db.var.root_database (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.name (expand) module.zitadel-db.random_password.tenant (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "var.minio_server" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_host (expand)" references: [module.zitadel.local.k8s_config (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.minio.output.access_key (expand)" references: [module.minio.random_password.minio_access_key (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_secret_key (expand)" references: [module.tenant-365zon.module.minio.output.secret_key (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.mongodb.helm_release.mongodb (expand)" references: [module.mongodb.var.wait_on (expand) module.mongodb.kubernetes_secret.mongodb_auth (expand) module.mongodb.kubernetes_namespace.mongodb (expand) module.mongodb.var.usernames (expand) module.mongodb.var.databases (expand) module.mongodb.var.replicas (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.monitoring.random_password.grafana_admin_password (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_action.groups-claim (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_auth (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand) module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_api_uri (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_server (expand)" references: [module.minio.output.minio_server (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.ingressClass (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.installed (expand)" references: [module.rabbitmq.helm_release.rabbitmq (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default" references: [module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.redis (close)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.minio.var.storageSize (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.monitoring (close)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.helm_release.rabbitmq (expand)" references: [module.rabbitmq.random_password.password (expand) module.rabbitmq.var.wait_on (expand) module.rabbitmq.var.replicas (expand) module.rabbitmq.random_password.password (expand) module.rabbitmq.var.namespace (expand) module.rabbitmq.local.service_uri (expand) module.rabbitmq.var.admin (expand) module.rabbitmq.var.tls (expand) module.rabbitmq.var.ingressClass (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_uri (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)" references: [module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.service_name (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_url (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.service_name (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_access_key (expand)" references: [module.minio.random_password.minio_access_key (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand)" references: [] +2025-07-11T08:53:03.989+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "local.node_count (expand)" references: [] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_host (expand)" references: [module.minio.local.k8s_config (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.minio.output.installed (expand)" references: [module.minio.helm_release.minio (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)" references: [module.tenant-365zon.var.org_id (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_auth (expand)" references: [module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_auth (expand)" references: [module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.connection_string (expand)" references: [module.mongodb.random_password.mongodb_root_password (expand) module.mongodb.var.replicas (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)" references: [] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_config (expand)" references: [module.zitadel-bootstrap.var.k8s_config_yaml (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.bucket (expand)" references: [module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand) module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default" references: [module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.tls (expand)" references: [] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.zitadel (close)" references: [] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (close)" references: [] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_secret.mongodb_auth (expand)" references: [module.mongodb.var.wait_on (expand) module.mongodb.random_password.mongodb_root_password (expand) module.mongodb.random_password.mongodb_replica_set_key (expand) module.mongodb.kubernetes_namespace.mongodb (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.minio.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_secret_key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.redis.output.password (expand)" references: [module.redis.random_password.redis (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "output.rabbitmq-connection-string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (close)" references: [] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.email (expand)" references: [] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.host (expand)" references: [] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.admin (expand)" references: [] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.namespace (expand)" references: [] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.grafana_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (close)" references: [] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand)" references: [] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)" references: [] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_server (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_action.groups-claim" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack" references: [module.monitoring.var.wait_on (expand) module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand) module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.var.remote_write_url (expand) module.monitoring.var.remote_read_url (expand) module.monitoring.random_password.grafana_admin_password (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.tenant-365zon.var.domain (expand) module.tenant-365zon.var.jwt_profile_file (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (expand)" references: [] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "local.tld (expand)" references: [] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand) module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.logoutSuffix (expand)" references: [] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: [] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "var.vault_token" references: [] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand) module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand) module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "output.mongodb-connection-string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)] +2025-07-11T08:53:03.990+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_namespace.postgresql (expand)" references: [module.postgresql.var.enabled (expand) module.postgresql.var.namespace (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.output.installed (expand)" references: [module.cluster-init.module.longhorn.helm_release.longhorn (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)" references: [module.zitadel-argocd.zitadel_action.groups-claim (expand) module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.admin_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_host (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-bootstrap.var.domain (expand) module.zitadel-bootstrap.var.jwt_profile_file (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_replica_set_key (expand)" references: [] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)" references: [] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.installed (expand)" references: [module.postgresql.helm_release.postgresql (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.redis.output.installed (expand)" references: [module.redis.helm_release.redis (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_password (expand)" references: [module.redis.output.password (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "output.minio-root-secret-key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack (expand)" references: [module.monitoring.var.wait_on (expand) module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand) module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.var.remote_write_url (expand) module.monitoring.var.remote_read_url (expand) module.monitoring.random_password.grafana_admin_password (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.mongodb (close)" references: [] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_namespace.zitadel (expand)" references: [module.zitadel.var.enabled (expand) module.zitadel.var.namespace (expand)] +2025-07-11T08:53:03.991+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close)" references: [] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)" references: [module.tenant-365zon.local.name (expand)] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.name (expand)" references: [] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "local.k8s_config_yaml (expand)" references: [] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.installed (expand)" references: [module.zitadel-db.kubernetes_job.create-tenant (expand)] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.cluster-init.module.longhorn.local.k8s_host (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand)] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.kubernetes_secret.bridge-tls (expand)" references: [] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_auth (expand)" references: [module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.minio (expand)" references: [] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (expand)" references: [] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand)" references: [] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.enabled (expand)" references: [] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "output.minio-secret-key (expand)" references: [module.tenant-365zon.output.minio_secret_key (expand)] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (close)" references: [] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: [] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (close)" references: [] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)" references: [module.tenant-365zon.module.minio.null_resource.health_check (expand) module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:53:03.992+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.external.processed_values" references: [module.argocd.local.service_uri (expand) module.argocd.var.server_dns (expand) module.argocd.local.grpc_service_uri (expand) module.argocd.var.redis_db_start_index (expand) module.argocd.var.redis_password (expand) module.argocd.var.oauth_uri (expand) module.argocd.var.oauth_issuer (expand) module.argocd.var.oauth_client_id (expand) module.argocd.var.oauth_client_secret (expand) module.argocd.var.oauth_redirect_uri (expand) module.argocd.var.tls (expand) module.argocd.var.ingressClass (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin (expand)" references: [] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "var.region" references: [] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.rabbitmq_connection_string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_config (expand)" references: [module.zitadel.var.k8s_config_yaml (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_auth (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0]] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.redis.random_password.redis (expand)" references: [] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.storage (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand) module.tenant-365zon.module.minio.output.secret_key (expand) module.tenant-365zon.var.minio_api_uri (expand) module.tenant-365zon.module.minio.output.bucket (expand) module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)" references: [module.tenant-365zon.module.minio.null_resource.health_check (expand) module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.secret_key (expand)" references: [module.tenant-365zon.var.minio_secret_key (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.argocd.random_password.admin_password (expand)" references: [] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.ingressClass (expand)" references: [] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_auth (expand)" references: [module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.service_uri (expand)" references: [module.rabbitmq.var.service_name (expand) module.rabbitmq.var.server_dns (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)" references: [module.tenant-365zon.var.user_id (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.wait_on (expand)" references: [module.minio.output.installed (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_host (expand)" references: [module.redis.local.k8s_config (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "var.endpoints" references: [] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.tld (expand)" references: [] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (close)" references: [] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (expand)" references: [] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_config (expand)" references: [module.zitadel-db.var.k8s_config_yaml (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (close)" references: [] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.redis.var.namespace (expand)" references: [] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand)" references: [] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.minio.var.ingressClass (expand)" references: [] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.databases (expand)" references: [] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:53:03.993+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.installed (expand)" references: [module.zitadel.helm_release.zitadel (expand) module.zitadel.local_file.zitadel_jwt_profile_file (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.owners (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.wait_on (expand)" references: [] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_read_url (expand)" references: [] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_host (expand)" references: [module.mongodb.local.k8s_config (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_config (expand)" references: [module.rabbitmq.var.k8s_config_yaml (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (expand)" references: [] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.minio.var.service_name (expand)" references: [] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.rabbitmq.local.k8s_host (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (expand)" references: [] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (close)" references: [] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_secret.zitadel (expand)" references: [module.zitadel.var.enabled (expand) module.zitadel.random_password.zitadel_masterkey (expand) module.zitadel.kubernetes_namespace.zitadel (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.zitadel.helm_release.zitadel (expand)" references: [module.zitadel.var.wait_on (expand) module.zitadel.kubernetes_secret.zitadel (expand) module.zitadel.var.enabled (expand) module.zitadel.kubernetes_namespace.zitadel (expand) module.zitadel.local.service_uri (expand) module.zitadel.var.database (expand) module.zitadel.var.database_username (expand) module.zitadel.var.database_password (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.database_root_username (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.display_on_homepage (expand) module.zitadel.var.ingressClass (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)" references: [] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_username (expand)" references: [] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)" references: [] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.namespace (expand)" references: [] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)" references: [module.zitadel-argocd.module.zitadel_project.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project.var.name (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.redis.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.redis (expand)" references: [] +2025-07-11T08:53:03.994+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (close)" references: [] +2025-07-11T08:53:04.092+0200 [DEBUG] Starting graph walk: walkApply +2025-07-11T08:53:04.093+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.093+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.099+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5"] +2025-07-11T08:53:04.100+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 pid=969631 +2025-07-11T08:53:04.100+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 +2025-07-11T08:53:04.102+0200 [INFO] provider.terraform-provider-random_v3.7.2_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.102+0200" +2025-07-11T08:53:04.114+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:53:04.114+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: plugin address: address=/tmp/plugin3949318758 network=unix timestamp="2025-07-11T08:53:04.114+0200" +2025-07-11T08:53:04.122+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.122+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.126+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5"] +2025-07-11T08:53:04.126+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 pid=969639 +2025-07-11T08:53:04.126+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 +2025-07-11T08:53:04.129+0200 [INFO] provider.terraform-provider-external_v2.3.5_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.129+0200" +2025-07-11T08:53:04.140+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:53:04.140+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: plugin address: address=/tmp/plugin1549367443 network=unix timestamp="2025-07-11T08:53:04.140+0200" +2025-07-11T08:53:04.148+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.148+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.152+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 args=[".terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1"] +2025-07-11T08:53:04.153+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 pid=969648 +2025-07-11T08:53:04.153+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 +2025-07-11T08:53:04.155+0200 [INFO] provider.terraform-provider-slugify_v0.1.1: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.155+0200" +2025-07-11T08:53:04.166+0200 [DEBUG] provider.terraform-provider-slugify_v0.1.1: plugin address: address=/tmp/plugin230500963 network=unix timestamp="2025-07-11T08:53:04.166+0200" +2025-07-11T08:53:04.166+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:53:04.174+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.174+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.179+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5"] +2025-07-11T08:53:04.179+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 pid=969661 +2025-07-11T08:53:04.179+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 +2025-07-11T08:53:04.181+0200 [INFO] provider.terraform-provider-null_v3.2.4_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.181+0200" +2025-07-11T08:53:04.193+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:53:04.194+0200 [DEBUG] provider.terraform-provider-null_v3.2.4_x5: plugin address: address=/tmp/plugin4023935289 network=unix timestamp="2025-07-11T08:53:04.193+0200" +2025-07-11T08:53:04.202+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.202+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.206+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5"] +2025-07-11T08:53:04.206+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 pid=969670 +2025-07-11T08:53:04.206+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 +2025-07-11T08:53:04.209+0200 [INFO] provider.terraform-provider-local_v2.5.3_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.209+0200" +2025-07-11T08:53:04.220+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:53:04.220+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: plugin address: address=/tmp/plugin3781813597 network=unix timestamp="2025-07-11T08:53:04.220+0200" +2025-07-11T08:53:04.227+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.227+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.232+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:53:04.232+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=969680 +2025-07-11T08:53:04.232+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:53:04.239+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.239+0200" +2025-07-11T08:53:04.265+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:53:04.265+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin2374371313 network=unix timestamp="2025-07-11T08:53:04.265+0200" +2025-07-11T08:53:04.277+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.277+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.282+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:53:04.282+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=969694 +2025-07-11T08:53:04.282+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:53:04.302+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.302+0200" +2025-07-11T08:53:04.310+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:53:04.310+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2902439461 network=unix timestamp="2025-07-11T08:53:04.310+0200" +2025-07-11T08:53:04.317+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.317+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.321+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:53:04.321+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=969712 +2025-07-11T08:53:04.321+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:53:04.338+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.338+0200" +2025-07-11T08:53:04.347+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:53:04.347+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: network=unix address=/tmp/plugin2718871033 timestamp="2025-07-11T08:53:04.347+0200" +2025-07-11T08:53:04.353+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.353+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.358+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:53:04.358+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=969730 +2025-07-11T08:53:04.358+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:53:04.374+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.374+0200" +2025-07-11T08:53:04.384+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:53:04.384+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin530475962 network=unix timestamp="2025-07-11T08:53:04.384+0200" +2025-07-11T08:53:04.391+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.391+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.395+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:53:04.395+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=969749 +2025-07-11T08:53:04.395+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:53:04.409+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.409+0200" +2025-07-11T08:53:04.421+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:53:04.421+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin2512024030 network=unix timestamp="2025-07-11T08:53:04.421+0200" +2025-07-11T08:53:04.429+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:53:04.429+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.429+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.433+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:53:04.433+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=969765 +2025-07-11T08:53:04.433+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:53:04.445+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.445+0200" +2025-07-11T08:53:04.457+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:53:04.457+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin3908018583 network=unix timestamp="2025-07-11T08:53:04.457+0200" +2025-07-11T08:53:04.464+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:53:04.465+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.465+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.467+0200 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/aminueza/minio\"]" changed the config value, but that value is unused +2025-07-11T08:53:04.469+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:53:04.470+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=969780 +2025-07-11T08:53:04.470+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:53:04.483+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.483+0200" +2025-07-11T08:53:04.494+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:53:04.494+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin1538999777 network=unix timestamp="2025-07-11T08:53:04.494+0200" +2025-07-11T08:53:04.502+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:53:04.503+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:53:04 [DEBUG] MinIO SSL client transport configured successfully: timestamp="2025-07-11T08:53:04.503+0200" +2025-07-11T08:53:04.503+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 tf_rpc=ConfigureProvider @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=e7e3cd97-4a0e-a2f7-2458-df47602ae412 timestamp="2025-07-11T08:53:04.503+0200" +2025-07-11T08:53:04.503+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider @module=helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_req_id=e7e3cd97-4a0e-a2f7-2458-df47602ae412 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 timestamp="2025-07-11T08:53:04.503+0200" +2025-07-11T08:53:04.503+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.503+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.503+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:53:04 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:53:04.503+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_rpc=ConfigureProvider @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=290ffc18-204c-6865-bacf-f1c4780f43f1 timestamp="2025-07-11T08:53:04.503+0200" +2025-07-11T08:53:04.503+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm tf_req_id=290ffc18-204c-6865-bacf-f1c4780f43f1 tf_rpc=ConfigureProvider timestamp="2025-07-11T08:53:04.503+0200" +2025-07-11T08:53:04.503+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=290ffc18-204c-6865-bacf-f1c4780f43f1 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm timestamp="2025-07-11T08:53:04.503+0200" +2025-07-11T08:53:04.503+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:53:04 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:53:04.504+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=e7e3cd97-4a0e-a2f7-2458-df47602ae412 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm timestamp="2025-07-11T08:53:04.503+0200" +2025-07-11T08:53:04.503+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:53:04 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:53:04.509+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:53:04.509+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=969797 +2025-07-11T08:53:04.509+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:53:04.527+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.527+0200" +2025-07-11T08:53:04.535+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:53:04.535+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin948687086 network=unix timestamp="2025-07-11T08:53:04.535+0200" +2025-07-11T08:53:04.542+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.542+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.547+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:53:04.547+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=969815 +2025-07-11T08:53:04.547+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:53:04.564+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.564+0200" +2025-07-11T08:53:04.573+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:53:04.573+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2162176211 network=unix timestamp="2025-07-11T08:53:04.573+0200" +2025-07-11T08:53:04.580+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.580+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.580+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:53:04 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:53:04.581+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: tf_provider_addr=registry.terraform.io/hashicorp/helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_req_id=64db99d4-37bc-76f8-2562-8d8696f98f66 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm timestamp="2025-07-11T08:53:04.581+0200" +2025-07-11T08:53:04.581+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm tf_req_id=64db99d4-37bc-76f8-2562-8d8696f98f66 tf_rpc=ConfigureProvider timestamp="2025-07-11T08:53:04.581+0200" +2025-07-11T08:53:04.581+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=64db99d4-37bc-76f8-2562-8d8696f98f66 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 timestamp="2025-07-11T08:53:04.581+0200" +2025-07-11T08:53:04.584+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:53:04.584+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=969833 +2025-07-11T08:53:04.584+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:53:04.602+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.602+0200" +2025-07-11T08:53:04.610+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:53:04.610+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin3192441286 network=unix timestamp="2025-07-11T08:53:04.610+0200" +2025-07-11T08:53:04.616+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.616+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.621+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:53:04.621+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=969851 +2025-07-11T08:53:04.621+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:53:04.634+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.634+0200" +2025-07-11T08:53:04.645+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:53:04.645+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin45971483 network=unix timestamp="2025-07-11T08:53:04.645+0200" +2025-07-11T08:53:04.653+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:53:04.653+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.653+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.657+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:53:04.658+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=969864 +2025-07-11T08:53:04.658+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:53:04.669+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.669+0200" +2025-07-11T08:53:04.681+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin3551270457 network=unix timestamp="2025-07-11T08:53:04.681+0200" +2025-07-11T08:53:04.681+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:53:04.688+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.688+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.688+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:53:04.693+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:53:04.693+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=969878 +2025-07-11T08:53:04.693+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:53:04.705+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.705+0200" +2025-07-11T08:53:04.716+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:53:04.716+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: network=unix address=/tmp/plugin4095762408 timestamp="2025-07-11T08:53:04.716+0200" +2025-07-11T08:53:04.724+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.724+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.728+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:53:04.729+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=969892 +2025-07-11T08:53:04.729+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:53:04.740+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.740+0200" +2025-07-11T08:53:04.751+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:53:04.751+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin3878234776 network=unix timestamp="2025-07-11T08:53:04.751+0200" +2025-07-11T08:53:04.758+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.758+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.759+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:53:04.763+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:53:04.763+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=969907 +2025-07-11T08:53:04.763+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:53:04.775+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.774+0200" +2025-07-11T08:53:04.786+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:53:04.786+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin939574993 network=unix timestamp="2025-07-11T08:53:04.786+0200" +2025-07-11T08:53:04.794+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.794+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.794+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=ff21e53a-3fae-6c19-489c-0afab427d451 tf_rpc=ConfigureProvider @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" timestamp="2025-07-11T08:53:04.794+0200" +2025-07-11T08:53:04.794+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_req_id=ff21e53a-3fae-6c19-489c-0afab427d451 tf_rpc=ConfigureProvider @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:53:04.794+0200" +2025-07-11T08:53:04.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:53:04 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:53:04.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:53:04 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:53:04.794+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_req_id=2987ecac-01b0-7acb-8455-ad29d0403e88 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 timestamp="2025-07-11T08:53:04.794+0200" +2025-07-11T08:53:04.795+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @module=helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 tf_req_id=2987ecac-01b0-7acb-8455-ad29d0403e88 timestamp="2025-07-11T08:53:04.794+0200" +2025-07-11T08:53:04.795+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2987ecac-01b0-7acb-8455-ad29d0403e88 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm timestamp="2025-07-11T08:53:04.795+0200" +2025-07-11T08:53:04.795+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=ff21e53a-3fae-6c19-489c-0afab427d451 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 timestamp="2025-07-11T08:53:04.794+0200" +2025-07-11T08:53:04.798+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:53:04.799+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=969922 +2025-07-11T08:53:04.799+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:53:04.817+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.817+0200" +2025-07-11T08:53:04.825+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:53:04.825+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1316405789 network=unix timestamp="2025-07-11T08:53:04.825+0200" +2025-07-11T08:53:04.832+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.832+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.832+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=370004a6-8670-ac93-506c-be0ac05c9e35 tf_rpc=ConfigureProvider timestamp="2025-07-11T08:53:04.832+0200" +2025-07-11T08:53:04.832+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_req_id=370004a6-8670-ac93-506c-be0ac05c9e35 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 timestamp="2025-07-11T08:53:04.832+0200" +2025-07-11T08:53:04.833+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=370004a6-8670-ac93-506c-be0ac05c9e35 tf_rpc=ConfigureProvider timestamp="2025-07-11T08:53:04.833+0200" +2025-07-11T08:53:04.836+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:53:04.837+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=969940 +2025-07-11T08:53:04.837+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:53:04.854+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.854+0200" +2025-07-11T08:53:04.862+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2981370499 network=unix timestamp="2025-07-11T08:53:04.862+0200" +2025-07-11T08:53:04.862+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:53:04.869+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:53:04.869+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:04.870+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 id=969631 +2025-07-11T08:53:04.870+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:04.870+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:04.871+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=969680 +2025-07-11T08:53:04.871+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:04.872+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:04.873+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=969712 +2025-07-11T08:53:04.873+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:04.873+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.873+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.878+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:53:04.878+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=969958 +2025-07-11T08:53:04.878+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:53:04.895+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.895+0200" +2025-07-11T08:53:04.903+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:53:04.903+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin3740781442 network=unix timestamp="2025-07-11T08:53:04.903+0200" +2025-07-11T08:53:04.910+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:53:04.910+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:04.911+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=969730 +2025-07-11T08:53:04.911+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:04.911+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.911+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.915+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:53:04.915+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=969976 +2025-07-11T08:53:04.915+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:53:04.929+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.928+0200" +2025-07-11T08:53:04.940+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:53:04.940+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin742025413 network=unix timestamp="2025-07-11T08:53:04.940+0200" +2025-07-11T08:53:04.948+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:04.950+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=969765 +2025-07-11T08:53:04.950+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:04.950+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:04.951+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_req_id=1bdd8798-8596-9401-9fa4-403da4dedb28 timestamp="2025-07-11T08:53:04.951+0200" +2025-07-11T08:53:04.951+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1bdd8798-8596-9401-9fa4-403da4dedb28 tf_rpc=ConfigureProvider @module=helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 timestamp="2025-07-11T08:53:04.951+0200" +2025-07-11T08:53:04.951+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1bdd8798-8596-9401-9fa4-403da4dedb28 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 timestamp="2025-07-11T08:53:04.951+0200" +2025-07-11T08:53:04.951+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=969780 +2025-07-11T08:53:04.951+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:04.952+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:04.953+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=969815 +2025-07-11T08:53:04.953+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:04.953+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:04.954+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=7ac73944-dd57-6469-5056-0646faf74b47 tf_rpc=ConfigureProvider config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" timestamp="2025-07-11T08:53:04.954+0200" +2025-07-11T08:53:04.954+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=7ac73944-dd57-6469-5056-0646faf74b47 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" @module=helm timestamp="2025-07-11T08:53:04.954+0200" +2025-07-11T08:53:04.954+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_req_id=7ac73944-dd57-6469-5056-0646faf74b47 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:53:04.954+0200" +2025-07-11T08:53:04.955+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=969864 +2025-07-11T08:53:04.955+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:04.955+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:04.956+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=969694 +2025-07-11T08:53:04.956+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:04.956+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:04.957+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 id=969661 +2025-07-11T08:53:04.957+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:04.958+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:04.959+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=969851 +2025-07-11T08:53:04.959+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:04.959+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:04.960+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=969833 +2025-07-11T08:53:04.960+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:04.961+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:04.961+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 id=969670 +2025-07-11T08:53:04.961+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:04.961+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:04.962+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:04.962+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:53:04.966+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:53:04.966+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=969993 +2025-07-11T08:53:04.966+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:53:04.973+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:53:04.973+0200" +2025-07-11T08:53:05.000+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:53:05.000+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin586433428 network=unix timestamp="2025-07-11T08:53:05.000+0200" +2025-07-11T08:53:05.012+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:05.012+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:05.012+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:53:05 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:53:05.012+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:53:05 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:53:05.012+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:53:05 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:53:05.013+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_req_id=a68f7a77-f695-7cbe-bcf3-5ea4d462f390 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider timestamp="2025-07-11T08:53:05.012+0200" +2025-07-11T08:53:05.013+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_req_id=a68f7a77-f695-7cbe-bcf3-5ea4d462f390 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 timestamp="2025-07-11T08:53:05.013+0200" +2025-07-11T08:53:05.013+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a68f7a77-f695-7cbe-bcf3-5ea4d462f390 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm timestamp="2025-07-11T08:53:05.013+0200" +2025-07-11T08:53:05.016+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:53:05.017+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=970022 +2025-07-11T08:53:05.017+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:53:05.024+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:53:05.024+0200" +2025-07-11T08:53:05.036+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:53:05.036+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin3135211390 network=unix timestamp="2025-07-11T08:53:05.036+0200" +2025-07-11T08:53:05.043+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:05.043+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:05.049+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:53:05.049+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=970035 +2025-07-11T08:53:05.049+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:53:05.050+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_req_id=7330c286-ca17-9520-e3ce-3b237b6be16f timestamp="2025-07-11T08:53:05.050+0200" +2025-07-11T08:53:05.050+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=domain tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=7330c286-ca17-9520-e3ce-3b237b6be16f timestamp="2025-07-11T08:53:05.050+0200" +2025-07-11T08:53:05.050+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=insecure tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=7330c286-ca17-9520-e3ce-3b237b6be16f tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:53:05.050+0200" +2025-07-11T08:53:05.050+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=7330c286-ca17-9520-e3ce-3b237b6be16f tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=insecure timestamp="2025-07-11T08:53:05.050+0200" +2025-07-11T08:53:05.050+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=7330c286-ca17-9520-e3ce-3b237b6be16f tf_rpc=ValidateProviderConfig tf_attribute_path=token tf_mux_provider="*proto6server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework timestamp="2025-07-11T08:53:05.050+0200" +2025-07-11T08:53:05.050+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=7330c286-ca17-9520-e3ce-3b237b6be16f tf_rpc=ValidateProviderConfig tf_attribute_path=token timestamp="2025-07-11T08:53:05.050+0200" +2025-07-11T08:53:05.050+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_req_id=7330c286-ca17-9520-e3ce-3b237b6be16f timestamp="2025-07-11T08:53:05.050+0200" +2025-07-11T08:53:05.050+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_req_id=7330c286-ca17-9520-e3ce-3b237b6be16f @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:53:05.050+0200" +2025-07-11T08:53:05.050+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=jwt_profile_json tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_req_id=7330c286-ca17-9520-e3ce-3b237b6be16f tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:53:05.050+0200" +2025-07-11T08:53:05.050+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=jwt_profile_json tf_mux_provider="*proto6server.Server" tf_req_id=7330c286-ca17-9520-e3ce-3b237b6be16f tf_rpc=ValidateProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:53:05.050+0200" +2025-07-11T08:53:05.050+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=7330c286-ca17-9520-e3ce-3b237b6be16f tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=port timestamp="2025-07-11T08:53:05.050+0200" +2025-07-11T08:53:05.050+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=port tf_req_id=7330c286-ca17-9520-e3ce-3b237b6be16f tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:53:05.050+0200" +2025-07-11T08:53:05.056+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:53:05.056+0200" +2025-07-11T08:53:05.068+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:53:05.068+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin1015310953 network=unix timestamp="2025-07-11T08:53:05.068+0200" +2025-07-11T08:53:05.076+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:53:05.076+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:53:05.080+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=insecure tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=3e44eca0-a552-8920-4692-85db7b6beca4 tf_rpc=ValidateProviderConfig @module=sdk.framework tf_mux_provider="*proto6server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T08:53:05.080+0200" +2025-07-11T08:53:05.080+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=insecure tf_req_id=3e44eca0-a552-8920-4692-85db7b6beca4 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 timestamp="2025-07-11T08:53:05.080+0200" +2025-07-11T08:53:05.080+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_req_id=3e44eca0-a552-8920-4692-85db7b6beca4 @module=sdk.framework tf_attribute_path=token tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:53:05.080+0200" +2025-07-11T08:53:05.080+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_req_id=3e44eca0-a552-8920-4692-85db7b6beca4 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:53:05.080+0200" +2025-07-11T08:53:05.080+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:53:05.080+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=jwt_profile_file tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=3e44eca0-a552-8920-4692-85db7b6beca4 tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:53:05.080+0200" +2025-07-11T08:53:05.080+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_req_id=3e44eca0-a552-8920-4692-85db7b6beca4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:53:05.080+0200" +2025-07-11T08:53:05.080+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=jwt_profile_json tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=3e44eca0-a552-8920-4692-85db7b6beca4 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:53:05.080+0200" +2025-07-11T08:53:05.080+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=3e44eca0-a552-8920-4692-85db7b6beca4 tf_attribute_path=jwt_profile_json tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:53:05.080+0200" +2025-07-11T08:53:05.080+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=970049 +2025-07-11T08:53:05.080+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:53:05.080+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_req_id=3e44eca0-a552-8920-4692-85db7b6beca4 @module=sdk.framework timestamp="2025-07-11T08:53:05.080+0200" +2025-07-11T08:53:05.080+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_rpc=ValidateProviderConfig @module=sdk.framework tf_mux_provider="*proto6server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=port tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=3e44eca0-a552-8920-4692-85db7b6beca4 timestamp="2025-07-11T08:53:05.080+0200" +2025-07-11T08:53:05.080+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_req_id=3e44eca0-a552-8920-4692-85db7b6beca4 @module=sdk.framework tf_attribute_path=domain tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:53:05.080+0200" +2025-07-11T08:53:05.080+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=3e44eca0-a552-8920-4692-85db7b6beca4 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp="2025-07-11T08:53:05.080+0200" +2025-07-11T08:53:05.087+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:53:05.087+0200" +2025-07-11T08:53:05.099+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:53:05.099+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: network=unix address=/tmp/plugin2168286862 timestamp="2025-07-11T08:53:05.099+0200" +2025-07-11T08:53:05.107+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:05.109+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=969976 +2025-07-11T08:53:05.109+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:05.110+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:05.111+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=969958 +2025-07-11T08:53:05.111+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:05.111+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:05.111+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=jwt_profile_json tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=21b161e0-52dc-1cf0-5309-5f12a5cb5b47 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:53:05.111+0200" +2025-07-11T08:53:05.111+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_rpc=ValidateProviderConfig @module=sdk.framework tf_req_id=21b161e0-52dc-1cf0-5309-5f12a5cb5b47 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=jwt_profile_json tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:53:05.111+0200" +2025-07-11T08:53:05.111+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_rpc=ValidateProviderConfig tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=21b161e0-52dc-1cf0-5309-5f12a5cb5b47 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework timestamp="2025-07-11T08:53:05.111+0200" +2025-07-11T08:53:05.111+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=sdk.framework tf_attribute_path=port tf_req_id=21b161e0-52dc-1cf0-5309-5f12a5cb5b47 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:53:05.111+0200" +2025-07-11T08:53:05.111+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=domain tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=21b161e0-52dc-1cf0-5309-5f12a5cb5b47 timestamp="2025-07-11T08:53:05.111+0200" +2025-07-11T08:53:05.111+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=21b161e0-52dc-1cf0-5309-5f12a5cb5b47 tf_attribute_path=domain timestamp="2025-07-11T08:53:05.111+0200" +2025-07-11T08:53:05.112+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=insecure tf_req_id=21b161e0-52dc-1cf0-5309-5f12a5cb5b47 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:53:05.111+0200" +2025-07-11T08:53:05.112+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=insecure tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=21b161e0-52dc-1cf0-5309-5f12a5cb5b47 tf_rpc=ValidateProviderConfig @module=sdk.framework timestamp="2025-07-11T08:53:05.111+0200" +2025-07-11T08:53:05.112+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=21b161e0-52dc-1cf0-5309-5f12a5cb5b47 @module=sdk.framework timestamp="2025-07-11T08:53:05.111+0200" +2025-07-11T08:53:05.112+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=21b161e0-52dc-1cf0-5309-5f12a5cb5b47 timestamp="2025-07-11T08:53:05.111+0200" +2025-07-11T08:53:05.112+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=21b161e0-52dc-1cf0-5309-5f12a5cb5b47 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:53:05.111+0200" +2025-07-11T08:53:05.112+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=sdk.framework tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_req_id=21b161e0-52dc-1cf0-5309-5f12a5cb5b47 timestamp="2025-07-11T08:53:05.112+0200" +2025-07-11T08:53:05.113+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=969749 +2025-07-11T08:53:05.113+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:05.113+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:05.114+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=969922 +2025-07-11T08:53:05.114+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:05.114+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:05.115+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=969878 +2025-07-11T08:53:05.115+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:05.116+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Provider Configure: @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=cdc5f7b2-aad6-ff60-3546-07cadb09d3d6 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:12 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ConfigureProvider timestamp="2025-07-11T08:53:05.116+0200" +2025-07-11T08:53:05.116+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Provider Configure: @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=69e66a3d-cae2-a2c5-cf11-ea6a16da3277 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:12 timestamp="2025-07-11T08:53:05.116+0200" +2025-07-11T08:53:05.116+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Provider Configure: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:20 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ConfigureProvider @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=cdc5f7b2-aad6-ff60-3546-07cadb09d3d6 timestamp="2025-07-11T08:53:05.116+0200" +2025-07-11T08:53:05.116+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Provider Configure: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=69e66a3d-cae2-a2c5-cf11-ea6a16da3277 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:20 @module=sdk.framework timestamp="2025-07-11T08:53:05.116+0200" +2025-07-11T08:53:05.116+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Provider Configure: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ConfigureProvider @module=sdk.framework tf_req_id=a8f1418d-e5f9-043e-5667-9a0fb10447e9 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:12 timestamp="2025-07-11T08:53:05.116+0200" +2025-07-11T08:53:05.116+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Provider Configure: tf_rpc=ConfigureProvider tf_mux_provider="*proto6server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:20 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=a8f1418d-e5f9-043e-5667-9a0fb10447e9 timestamp="2025-07-11T08:53:05.116+0200" +2025-07-11T08:53:05.116+0200 [WARN] ValidateProviderConfig from "module.tenant-365zon.module.minio.provider[\"registry.terraform.io/aminueza/minio\"]" changed the config value, but that value is unused +2025-07-11T08:53:05.117+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.monitoring.kubernetes_namespace.monitoring, 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:53:05.117+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:53:05 [DEBUG] MinIO SSL client transport configured successfully: timestamp="2025-07-11T08:53:05.117+0200" +2025-07-11T08:53:05.117+0200 [INFO] Starting apply for module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default +2025-07-11T08:53:05.117+0200 [INFO] Starting apply for module.monitoring.kubernetes_namespace.monitoring +2025-07-11T08:53:05.117+0200 [DEBUG] module.monitoring.kubernetes_namespace.monitoring: applying the planned Update change +2025-07-11T08:53:05.118+0200 [DEBUG] module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default: applying the planned Create change +2025-07-11T08:53:05.118+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:05.118+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_resource_type=zitadel_org tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/org/funcs.go:38 @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_req_id=cc69d512-90d1-65a5-db04-f59845839b1f timestamp="2025-07-11T08:53:05.118+0200" +2025-07-11T08:53:05.118+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:53:05 [INFO] Updating namespace: [{"path":"/metadata/annotations/cattle.io~1status","op":"remove"} {"path":"/metadata/annotations/lifecycle.cattle.io~1create.namespace-auth","op":"remove"}] +2025-07-11T08:53:05.119+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=fffc7e07-9c7b-6dad-fc2c-da46cddc811d @module=kubernetes.Kubernetes Accept-Encoding=gzip Content-Type="application/json-patch+json" Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_req_body="[{\"path\":\"/metadata/annotations/cattle.io~1status\",\"op\":\"remove\"},{\"path\":\"/metadata/annotations/lifecycle.cattle.io~1create.namespace-auth\",\"op\":\"remove\"}]" tf_http_req_method=PATCH Content-Length=156 tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/monitoring tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" timestamp="2025-07-11T08:53:05.119+0200" +2025-07-11T08:53:05.119+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=969993 +2025-07-11T08:53:05.119+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:05.554+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_res_status_code=200 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Length=794 Date="Fri, 11 Jul 2025 06:53:05 GMT" X-Content-Type-Options=nosniff tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes X-Api-Cattle-Auth=true new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"monitoring","uid":"4e752f54-5f50-4c50-9f26-9b0bc0d1b794","resourceVersion":"109679527","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"monitoring"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:47:48Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_trans_id=fffc7e07-9c7b-6dad-fc2c-da46cddc811d Audit-Id=a1e07b52-3ea3-490a-b732-4c7f67431011 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 timestamp="2025-07-11T08:53:05.554+0200" +2025-07-11T08:53:05.555+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:53:05 [INFO] Submitted updated namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"monitoring", GenerateName:"", Namespace:"", SelfLink:"", UID:"4e752f54-5f50-4c50-9f26-9b0bc0d1b794", ResourceVersion:"109679527", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"monitoring"}, Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000d85f08), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 47, 48, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000d85f38), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:53:05.555+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:53:05 [INFO] Checking namespace monitoring +2025-07-11T08:53:05.555+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/monitoring @module=kubernetes.Kubernetes Accept="application/json, */*" Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev tf_http_req_method=GET @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_version=HTTP/1.1 User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" tf_http_trans_id=72e88dd9-ee08-27a8-557d-e24a393cb220 timestamp="2025-07-11T08:53:05.555+0200" +2025-07-11T08:53:05.699+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"monitoring","uid":"4e752f54-5f50-4c50-9f26-9b0bc0d1b794","resourceVersion":"109679530","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"monitoring"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:53:06Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:53:06Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:53:05Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + Audit-Id=9ddef1e2-e5ff-4dc9-b693-48d8dab2efaa Content-Type=application/json tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 @module=kubernetes.Kubernetes Content-Length=1231 tf_http_res_status_code=200 Date="Fri, 11 Jul 2025 06:53:05 GMT" tf_http_op_type=response tf_http_trans_id=72e88dd9-ee08-27a8-557d-e24a393cb220 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 timestamp="2025-07-11T08:53:05.699+0200" +2025-07-11T08:53:05.699+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:53:05 [INFO] Namespace monitoring exists +2025-07-11T08:53:05.699+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:53:05 [INFO] Reading namespace monitoring +2025-07-11T08:53:05.699+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_body="" tf_http_trans_id=445cb68f-885b-fac3-66cc-f2476a427e2d @module=kubernetes.Kubernetes tf_http_req_method=GET Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/monitoring timestamp="2025-07-11T08:53:05.699+0200" +2025-07-11T08:53:05.745+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Content-Length=1231 Content-Type=application/json + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"monitoring","uid":"4e752f54-5f50-4c50-9f26-9b0bc0d1b794","resourceVersion":"109679530","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"monitoring"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:53:06Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:53:06Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:53:05Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_code=200 Date="Fri, 11 Jul 2025 06:53:05 GMT" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response tf_http_trans_id=445cb68f-885b-fac3-66cc-f2476a427e2d Audit-Id=968d5fb6-363e-4b4f-902c-6a0c338f5910 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] timestamp="2025-07-11T08:53:05.745+0200" +2025-07-11T08:53:05.745+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:53:05 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"monitoring", GenerateName:"", Namespace:"", SelfLink:"", UID:"4e752f54-5f50-4c50-9f26-9b0bc0d1b794", ResourceVersion:"109679530", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"monitoring"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:53:06Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:53:06Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000fc0360), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 53, 5, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000fc0390), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:53:05.745+0200 [WARN] Provider "module.monitoring.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" produced an unexpected new value for module.monitoring.kubernetes_namespace.monitoring, 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: + - .metadata[0].annotations: new element "cattle.io/status" has appeared + - .metadata[0].annotations: new element "lifecycle.cattle.io/create.namespace-auth" has appeared + - .metadata[0].resource_version: was cty.StringVal("109677753"), but now cty.StringVal("109679530") +2025-07-11T08:53:05.746+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:53:05.746+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:05.748+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=969940 +2025-07-11T08:53:05.748+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:07.947+0200 [ERROR] provider.terraform-provider-zitadel_v2.0.2: Response contains error diagnostic: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov6/internal/diag/diagnostics.go:55 @module=sdk.proto diagnostic_detail="" diagnostic_summary="rpc error: code = Unimplemented desc = unexpected HTTP status code received from server: 404 (Not Found); transport: received unexpected content-type \"application/json\"" tf_req_id=cc69d512-90d1-65a5-db04-f59845839b1f tf_resource_type=zitadel_org tf_rpc=ApplyResourceChange diagnostic_severity=ERROR tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:53:07.947+0200" +2025-07-11T08:53:07.948+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:53:07.948+0200 [ERROR] vertex "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default" error: rpc error: code = Unimplemented desc = unexpected HTTP status code received from server: 404 (Not Found); transport: received unexpected content-type "application/json" +2025-07-11T08:53:07.949+0200 [DEBUG] states/remote: state read serial is: 42; serial is: 42 +2025-07-11T08:53:07.949+0200 [DEBUG] states/remote: state read lineage is: 8bb1bb78-c340-a09d-d7d3-bfdfbe0a740e; lineage is: 8bb1bb78-c340-a09d-d7d3-bfdfbe0a740e +2025-07-11T08:53:07.953+0200 [INFO] backend-s3: Uploading remote state: tf_backend.operation=Put tf_backend.req_id=ae726ec1-3b51-1547-38ab-880ae6cdaf24 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T08:53:07.953+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=PutObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Put tf_backend.req_id=ae726ec1-3b51-1547-38ab-880ae6cdaf24 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 ft/s3-transfer m/G,Z" http.request.header.x_amz_decoded_content_length=123360 http.request.header.amz_sdk_invocation_id=d1e3b434-bcf9-4f2e-b8d7-15dd59c08964 http.request.header.content_encoding=aws-chunked http.request.header.content_type=application/json http.request_content_length=123442 http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.x_amz_trailer=x-amz-checksum-sha256 http.request.header.x_amz_date=20250711T065307Z http.request.body="[Redacted: 120.5 KB (123,442 bytes), Type: application/json]" http.method=PUT net.peer.name=storage.bridge.fourlights.dev http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;content-encoding;content-length;content-type;host;x-amz-content-sha256;x-amz-date;x-amz-decoded-content-length;x-amz-sdk-checksum-algorithm;x-amz-trailer, Signature=*****" http.request.header.x_amz_content_sha256=STREAMING-UNSIGNED-PAYLOAD-TRAILER http.request.header.accept_encoding=identity http.request.header.x_amz_sdk_checksum_algorithm=SHA256 http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate?x-id=PutObject +2025-07-11T08:53:08.304+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=PutObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Put tf_backend.req_id=ae726ec1-3b51-1547-38ab-880ae6cdaf24 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.response.header.etag="\"848b9c152688f27c5f9f8f7a0977bb47\"" http.duration=351 http.status_code=200 http.response.header.server=MinIO http.response.header.x_ratelimit_limit=57 http.response.header.x_amz_request_id=18511FE28FEB4F78 http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.header.accept_ranges=bytes http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.x_ratelimit_remaining=57 http.response.header.x_xss_protection="1; mode=block" http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.x_amz_checksum_sha256="au5MuB+UWGxmAceQuVB8vEMdrlb2gbjkPcfigjABhF0=" http.response.header.x_content_type_options=nosniff http.response.header.date="Fri, 11 Jul 2025 06:53:08 GMT" http.response.body="" +2025-07-11T08:53:08.305+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:08.305+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:08.306+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:08.306+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:08.306+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:08.306+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:08.306+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:08.306+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:53:08.306+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 id=969648 +2025-07-11T08:53:08.306+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:08.306+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 id=969639 +2025-07-11T08:53:08.306+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:08.307+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=970022 +2025-07-11T08:53:08.307+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:08.307+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=970049 +2025-07-11T08:53:08.307+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=970035 +2025-07-11T08:53:08.307+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:08.307+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:08.307+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=969892 +2025-07-11T08:53:08.307+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=969907 +2025-07-11T08:53:08.307+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:08.307+0200 [DEBUG] provider: plugin exited +2025-07-11T08:53:08.308+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=969797 +2025-07-11T08:53:08.308+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:31.798+0200 [INFO] Terraform version: 1.12.1 +2025-07-11T08:55:31.798+0200 [DEBUG] using github.com/hashicorp/go-tfe v1.74.1 +2025-07-11T08:55:31.798+0200 [DEBUG] using github.com/hashicorp/hcl/v2 v2.23.1-0.20250203194505-ba0759438da2 +2025-07-11T08:55:31.798+0200 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1 +2025-07-11T08:55:31.798+0200 [DEBUG] using github.com/zclconf/go-cty v1.16.2 +2025-07-11T08:55:31.798+0200 [INFO] Go runtime version: go1.24.3 +2025-07-11T08:55:31.798+0200 [INFO] CLI args: []string{"terraform", "console"} +2025-07-11T08:55:31.798+0200 [DEBUG] Attempting to open CLI config file: /home/lamelos/.terraformrc +2025-07-11T08:55:31.798+0200 [INFO] Loading CLI configuration from /home/lamelos/.terraformrc +2025-07-11T08:55:31.798+0200 [DEBUG] checking for credentials in "/home/lamelos/.terraform.d/plugins" +2025-07-11T08:55:31.798+0200 [DEBUG] Explicit provider installation configuration is set +2025-07-11T08:55:31.798+0200 [INFO] CLI command args: []string{"console"} +2025-07-11T08:55:31.800+0200 [DEBUG] backend-s3.aws-base: Resolving credentials provider: tf_backend.operation=Configure tf_backend.req_id=aeeab455-32bd-0e2f-6a33-502eb5d5fd82 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T08:55:31.800+0200 [DEBUG] backend-s3.aws-base: Using authentication parameters: tf_backend.operation=Configure tf_backend.req_id=aeeab455-32bd-0e2f-6a33-502eb5d5fd82 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate tf_aws.auth_fields.source=provider tf_aws.auth_fields=["access key", "secret key"] +2025-07-11T08:55:31.800+0200 [INFO] backend-s3.aws-base: Retrieved credentials: tf_backend.operation=Configure tf_backend.req_id=aeeab455-32bd-0e2f-6a33-502eb5d5fd82 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate tf_aws.credentials_source=StaticCredentials +2025-07-11T08:55:31.800+0200 [DEBUG] backend-s3.aws-base: Loading configuration: tf_backend.operation=Configure tf_backend.req_id=aeeab455-32bd-0e2f-6a33-502eb5d5fd82 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T08:55:31.801+0200 [DEBUG] Provider registry.terraform.io/hashicorp/helm is overridden by dev_overrides +2025-07-11T08:55:31.994+0200 [DEBUG] Provider registry.terraform.io/hashicorp/helm is overridden to load from /home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64 +2025-07-11T08:55:31.994+0200 [DEBUG] checking for provisioner in "." +2025-07-11T08:55:32.002+0200 [DEBUG] checking for provisioner in "/usr/bin" +2025-07-11T08:55:32.003+0200 [DEBUG] checking for provisioner in "/home/lamelos/.terraform.d/plugins" +2025-07-11T08:55:32.004+0200 [DEBUG] Provider registry.terraform.io/hashicorp/helm is overridden by dev_overrides +2025-07-11T08:55:32.005+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon rpc.method=ListObjectsV2 rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Workspaces tf_backend.req_id=2a561b9f-f01a-fda0-bdea-1c4559bccba0 tf_backend.s3.bucket=app-365zon tf_backend.workspace-prefix=env:/ http.request.header.amz_sdk_request="attempt=1; max=5" http.request.body="" http.method=GET http.url="https://storage.bridge.fourlights.dev/app-365zon?list-type=2&max-keys=1000&prefix=env%3A%2F" http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 m/C" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.request.header.x_amz_date=20250711T065532Z http.request.header.amz_sdk_invocation_id=392fd7cf-3c4a-4fc5-889c-a9256e649313 http.request.header.accept_encoding=identity net.peer.name=storage.bridge.fourlights.dev +2025-07-11T08:55:32.428+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon rpc.method=ListObjectsV2 rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Workspaces tf_backend.req_id=2a561b9f-f01a-fda0-bdea-1c4559bccba0 tf_backend.s3.bucket=app-365zon tf_backend.workspace-prefix=env:/ http.status_code=200 http.response.header.x_amz_request_id=185120042183BF3B http.response.header.x_ratelimit_remaining=57 http.duration=422 http.response_content_length=246 http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.server=MinIO http.response.header.x_xss_protection="1; mode=block" http.response.header.accept_ranges=bytes http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.header.x_ratelimit_limit=57 http.response.header.date="Fri, 11 Jul 2025 06:55:32 GMT" http.response.header.x_content_type_options=nosniff + http.response.body= + | + | app-365zonenv:/01000false + http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.content_type=application/xml +2025-07-11T08:55:32.429+0200 [INFO] backend-s3: Downloading remote state: tf_backend.operation=Get tf_backend.req_id=68efed4c-8b6e-3f17-ad39-1475b47c11a7 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T08:55:32.429+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=HeadObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=68efed4c-8b6e-3f17-ad39-1475b47c11a7 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.method=HEAD http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.x_amz_date=20250711T065532Z http.request.header.amz_sdk_invocation_id=155f01a4-56bf-4854-9f74-79781a25d538 http.request.header.accept_encoding=identity http.request.body="" http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate net.peer.name=storage.bridge.fourlights.dev http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 +2025-07-11T08:55:33.012+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=HeadObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=68efed4c-8b6e-3f17-ad39-1475b47c11a7 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.response.header.etag="\"848b9c152688f27c5f9f8f7a0977bb47\"" http.response.header.last_modified="Fri, 11 Jul 2025 06:53:08 GMT" http.response.body="" http.duration=582 http.response_content_length=123360 http.response.header.x_ratelimit_remaining=57 http.response.header.x_amz_request_id=1851200437933124 http.response.header.x_content_type_options=nosniff http.response.header.accept_ranges=bytes http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.x_ratelimit_limit=57 http.status_code=200 http.response.header.x_xss_protection="1; mode=block" http.response.header.content_type=application/json http.response.header.server=MinIO http.response.header.date="Fri, 11 Jul 2025 06:55:32 GMT" http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 +2025-07-11T08:55:33.012+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=68efed4c-8b6e-3f17-ad39-1475b47c11a7 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.request.body="" http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate?x-id=GetObject http.request.header.amz_sdk_invocation_id=f650d511-a836-436f-9f4f-ff5253d028e8 http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.request.header.range=bytes=0-5242879 http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.accept_encoding=identity http.request.header.x_amz_date=20250711T065533Z http.method=GET net.peer.name=storage.bridge.fourlights.dev http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 ft/s3-transfer m/G,b" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;range;x-amz-checksum-mode;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.x_amz_checksum_mode=ENABLED +2025-07-11T08:55:33.324+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=68efed4c-8b6e-3f17-ad39-1475b47c11a7 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.status_code=206 http.response.header.x_xss_protection="1; mode=block" http.duration=312 http.response.header.last_modified="Fri, 11 Jul 2025 06:53:08 GMT" http.response.header.x_ratelimit_remaining=57 http.response.header.server=MinIO http.response.header.content_type=application/json http.response.header.accept_ranges=bytes http.response.body="[Redacted: 120.5 KB (123,360 bytes), Type: application/json]" http.response.header.x_amz_request_id=185120046145D7A0 http.response.header.date="Fri, 11 Jul 2025 06:55:33 GMT" http.response.header.x_ratelimit_limit=57 http.response.header.etag="\"848b9c152688f27c5f9f8f7a0977bb47\"" http.response_content_length=123360 http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.content_range="bytes 0-123359/123360" http.response.header.x_content_type_options=nosniff http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 +2025-07-11T08:55:33.324+0200 [WARN] backend-s3: Response has no supported checksum. Not validating response payload.: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=68efed4c-8b6e-3f17-ad39-1475b47c11a7 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T08:55:33.975+0200 [DEBUG] Config.VerifyDependencySelections: skipping registry.terraform.io/hashicorp/helm because it's overridden by a special configuration setting +2025-07-11T08:55:33.975+0200 [DEBUG] Building and walking 'eval' graph +2025-07-11T08:55:33.981+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/random"], implied first by module.mongodb.random_password.mongodb_root_password +2025-07-11T08:55:33.982+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/local"], implied first by module.zitadel.local_file.zitadel_jwt_profile_file +2025-07-11T08:55:33.982+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/zitadel/zitadel"], implied first by module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default +2025-07-11T08:55:33.982+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/null"], implied first by module.tenant-365zon.module.minio.null_resource.health_check +2025-07-11T08:55:33.982+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/external"], implied first by module.argocd.data.external.processed_values +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.zitadel.helm_release.zitadel" (*terraform.NodeAbstractResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.redis.helm_release.redis" (*terraform.NodeAbstractResource) needs module.redis.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_secret.zitadel" (*terraform.NodeAbstractResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default" (*terraform.NodeAbstractResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.argocd.data.external.processed_values" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/external"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay" (*terraform.NodeAbstractResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_namespace.mongodb" (*terraform.NodeAbstractResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.argocd.helm_release.argocd" (*terraform.NodeAbstractResource) needs module.argocd.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.monitoring.random_password.grafana_admin_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_root_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "data.minio_s3_object.k8s_yaml" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default" (*terraform.NodeAbstractResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.random_password.tenant" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info" (*terraform.NodeAbstractResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay" (*terraform.NodeAbstractResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.argocd.random_password.admin_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.minio.helm_release.minio" (*terraform.NodeAbstractResource) needs module.minio.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_namespace.zitadel" (*terraform.NodeAbstractResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn" (*terraform.NodeAbstractResource) needs module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_action.groups-claim" (*terraform.NodeAbstractResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default" (*terraform.NodeAbstractResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default" (*terraform.NodeAbstractResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default" (*terraform.NodeAbstractResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/local"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay" (*terraform.NodeAbstractResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_replica_set_key" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.monitoring.helm_release.kube_prometheus_stack" (*terraform.NodeAbstractResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth" (*terraform.NodeAbstractResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_secret.argocd-tls" (*terraform.NodeAbstractResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay" (*terraform.NodeAbstractResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_namespace.monitoring" (*terraform.NodeAbstractResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token" (*terraform.NodeAbstractResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.random_password.password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_secret.mongodb_auth" (*terraform.NodeAbstractResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default" (*terraform.NodeAbstractResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_access_key" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.zitadel.random_password.zitadel_masterkey" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config" (*terraform.NodeAbstractResource) needs module.cluster-init.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_namespace.postgresql" (*terraform.NodeAbstractResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default" (*terraform.NodeAbstractResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_namespace.redis" (*terraform.NodeAbstractResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.argocd.data.kubernetes_secret.bridge-tls" (*terraform.NodeAbstractResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_user_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.mongodb.helm_release.mongodb" (*terraform.NodeAbstractResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay" (*terraform.NodeAbstractResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_namespace.argocd" (*terraform.NodeAbstractResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin" (*terraform.NodeAbstractResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default" (*terraform.NodeAbstractResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay" (*terraform.NodeAbstractResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.postgresql.helm_release.postgresql" (*terraform.NodeAbstractResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_secret.postgresql_auth" (*terraform.NodeAbstractResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_secret_key" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.storage" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.983+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default" (*terraform.NodeAbstractResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.984+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeAbstractResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.984+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.kubernetes_job.create-tenant" (*terraform.NodeAbstractResource) needs module.zitadel-db.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.984+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_secret.redis" (*terraform.NodeAbstractResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.984+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.helm_release.rabbitmq" (*terraform.NodeAbstractResource) needs module.rabbitmq.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:55:33.984+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_namespace.tenant" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.984+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.984+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default" (*terraform.NodeAbstractResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.984+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.984+0200 [DEBUG] ProviderTransformer: "module.redis.random_password.redis" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:55:33.984+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.984+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.null_resource.health_check" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/null"] +2025-07-11T08:55:33.984+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.984+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_root_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:55:33.984+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.984+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent" (*terraform.NodeAbstractResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.984+0200 [DEBUG] pruning unused module.zitadel-db.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:55:33.984+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/vault"] +2025-07-11T08:55:33.984+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.984+0200 [DEBUG] pruning unused module.mongodb.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:55:33.984+0200 [DEBUG] pruning unused module.tenant-365zon.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:55:33.985+0200 [DEBUG] pruning unused module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.985+0200 [DEBUG] pruning unused module.minio.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.985+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:55:33.985+0200 [DEBUG] pruning unused module.postgresql.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:55:33.985+0200 [DEBUG] pruning unused module.argocd.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:55:33.985+0200 [DEBUG] pruning unused provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:55:33.985+0200 [DEBUG] pruning unused module.cluster-init.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:55:33.985+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.985+0200 [DEBUG] pruning unused module.rabbitmq.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:55:33.985+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:55:33.986+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:33.986+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:33.998+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:55:33.999+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=971063 +2025-07-11T08:55:33.999+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:55:34.007+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.007+0200" +2025-07-11T08:55:34.019+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:34.019+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin3839337625 network=unix timestamp="2025-07-11T08:55:34.018+0200" +2025-07-11T08:55:34.031+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:34.032+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=971063 +2025-07-11T08:55:34.032+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:34.032+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.032+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.037+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:55:34.037+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=971080 +2025-07-11T08:55:34.037+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:55:34.056+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.056+0200" +2025-07-11T08:55:34.065+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin910897995 network=unix timestamp="2025-07-11T08:55:34.065+0200" +2025-07-11T08:55:34.065+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:55:34.127+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:34.129+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=971080 +2025-07-11T08:55:34.129+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:34.129+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.129+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.134+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5"] +2025-07-11T08:55:34.135+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 pid=971096 +2025-07-11T08:55:34.135+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 +2025-07-11T08:55:34.137+0200 [INFO] provider.terraform-provider-random_v3.7.2_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.137+0200" +2025-07-11T08:55:34.149+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:55:34.149+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: plugin address: network=unix address=/tmp/plugin2807124346 timestamp="2025-07-11T08:55:34.149+0200" +2025-07-11T08:55:34.158+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:55:34.158+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:34.159+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 id=971096 +2025-07-11T08:55:34.159+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:34.159+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.159+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.164+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:55:34.164+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=971105 +2025-07-11T08:55:34.164+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:55:34.170+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.170+0200" +2025-07-11T08:55:34.197+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:55:34.197+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin833139240 network=unix timestamp="2025-07-11T08:55:34.197+0200" +2025-07-11T08:55:34.212+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:34.213+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=971105 +2025-07-11T08:55:34.213+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:34.213+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.213+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.218+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5"] +2025-07-11T08:55:34.218+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 pid=971121 +2025-07-11T08:55:34.218+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 +2025-07-11T08:55:34.220+0200 [INFO] provider.terraform-provider-local_v2.5.3_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.220+0200" +2025-07-11T08:55:34.232+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:55:34.232+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: plugin address: network=unix address=/tmp/plugin1099366251 timestamp="2025-07-11T08:55:34.232+0200" +2025-07-11T08:55:34.241+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:55:34.242+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:34.243+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 id=971121 +2025-07-11T08:55:34.243+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:34.243+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.243+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.248+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:55:34.248+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=971133 +2025-07-11T08:55:34.248+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:55:34.262+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.262+0200" +2025-07-11T08:55:34.273+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:34.273+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin539406639 network=unix timestamp="2025-07-11T08:55:34.273+0200" +2025-07-11T08:55:34.283+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:55:34.283+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:34.285+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=971133 +2025-07-11T08:55:34.285+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:34.285+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.285+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.290+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5"] +2025-07-11T08:55:34.290+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 pid=971147 +2025-07-11T08:55:34.290+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 +2025-07-11T08:55:34.293+0200 [INFO] provider.terraform-provider-external_v2.3.5_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.293+0200" +2025-07-11T08:55:34.305+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:55:34.305+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: plugin address: address=/tmp/plugin917089974 network=unix timestamp="2025-07-11T08:55:34.305+0200" +2025-07-11T08:55:34.313+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:55:34.313+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:34.314+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 id=971147 +2025-07-11T08:55:34.314+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:34.314+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.314+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.318+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5"] +2025-07-11T08:55:34.318+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 pid=971157 +2025-07-11T08:55:34.318+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 +2025-07-11T08:55:34.321+0200 [INFO] provider.terraform-provider-null_v3.2.4_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.321+0200" +2025-07-11T08:55:34.334+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:55:34.334+0200 [DEBUG] provider.terraform-provider-null_v3.2.4_x5: plugin address: address=/tmp/plugin32233838 network=unix timestamp="2025-07-11T08:55:34.334+0200" +2025-07-11T08:55:34.343+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:55:34.343+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:34.344+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 id=971157 +2025-07-11T08:55:34.344+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:34.351+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.logoutSuffix (expand)" references: [] +2025-07-11T08:55:34.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand)] +2025-07-11T08:55:34.351+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.admin (expand)" references: [] +2025-07-11T08:55:34.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:55:34.351+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:55:34.351+0200 [DEBUG] ReferenceTransformer: "output.minio-root-secret-key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:55:34.351+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_namespace.zitadel" references: [module.zitadel.var.enabled (expand) module.zitadel.var.namespace (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_url (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_auth (expand)" references: [module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_username (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.minio.output.secret_key (expand)" references: [module.minio.random_password.minio_secret_key] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn" references: [module.cluster-init.module.longhorn.var.wait_on (expand) module.cluster-init.module.longhorn.var.namespace (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.usernames (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_access_key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.username (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.wait_on (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_admin_uri (expand)" references: [module.minio.local.admin_service_uri (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.uri (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_uri (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.tls (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_config (expand)" references: [module.zitadel-db.var.k8s_config_yaml (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.minio.var.replicas (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (close)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.wait_on (expand)" references: [module.zitadel-db.output.installed (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_config (expand)" references: [module.redis.var.k8s_config_yaml (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.bucket (expand)" references: [module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.server (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (close)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.minio.helm_release.minio" references: [module.minio.random_password.minio_access_key module.minio.random_password.minio_secret_key module.minio.var.mode (expand) module.minio.var.replicas (expand) module.minio.var.replicas (expand) module.minio.var.storageSize (expand) module.minio.var.namespace (expand) module.minio.local.service_uri (expand) module.minio.local.admin_service_uri (expand) module.minio.var.admin (expand) module.minio.var.mode (expand) module.minio.var.tls (expand) module.minio.var.ingressClass (expand) module.minio.var.displayOnHomepage (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.namespace (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)" references: [module.tenant-365zon.local.name (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_auth (expand)" references: [module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.connection_string (expand)" references: [module.mongodb.random_password.mongodb_root_password module.mongodb.var.replicas (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.redis.random_password.redis" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)" references: [module.tenant-365zon.var.org_id (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin_server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_replica_set_key" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_action.groups-claim" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_read_url (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.tls (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.redis.var.wait_on (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.secret_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.ingressClass (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (expand)" references: [] +2025-07-11T08:55:34.352+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default" references: [module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project.default] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.namespace (expand)" references: [] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.minio.output.access_key (expand)" references: [module.minio.random_password.minio_access_key] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/aminueza/minio\"]" references: [var.secret_key var.region var.minio_server var.access_key] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (expand)" references: [] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.redis.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (expand)" references: [] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)" references: [] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)" references: [module.tenant-365zon.var.user_id (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.connection_string (expand)" references: [module.rabbitmq.random_password.password module.rabbitmq.var.namespace (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default" references: [module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.email (expand) module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.redis.var.namespace (expand)" references: [] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)" references: [module.tenant-365zon.kubernetes_namespace.tenant] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "local.k8s_config (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "output.monitoring (expand)" references: [module.monitoring.output.access_instructions (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (expand)" references: [] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close)" references: [] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_namespace.mongodb" references: [module.mongodb.var.namespace (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_database (expand)" references: [] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.namespace (expand)" references: [] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "local.tld (expand)" references: [] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "local.k8s_auth (expand)" references: [local.k8s_config (expand) local.k8s_config (expand) local.k8s_config (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.database (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_bucket (expand)" references: [module.tenant-365zon.module.minio.output.bucket (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings" references: [module.tenant-365zon.var.mongodb_connection_string (expand) module.tenant-365zon.var.rabbitmq_connection_string (expand) module.tenant-365zon.kubernetes_namespace.tenant] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T08:55:34.353+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.kubernetes_job.create-tenant" references: [module.zitadel-db.var.wait_on (expand) module.zitadel-db.var.enabled (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.namespace (expand) module.zitadel-db.var.host (expand) module.zitadel-db.var.root_username (expand) module.zitadel-db.var.root_password (expand) module.zitadel-db.var.root_database (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.name (expand) module.zitadel-db.random_password.tenant] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "var.access_key" references: [] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_db_start_index (expand)" references: [] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.service_uri (expand)" references: [module.rabbitmq.var.service_name (expand) module.rabbitmq.var.server_dns (expand)] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.service_name (expand)" references: [] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.minio.var.tls (expand)" references: [] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (expand)" references: [] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (close)" references: [] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.job_name (expand)" references: [module.zitadel-db.var.enabled (expand) module.zitadel-db.kubernetes_job.create-tenant] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_namespace.argocd" references: [module.argocd.var.namespace (expand)] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)" references: [] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "local.node_count (expand)" references: [] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_host (expand)" references: [module.postgresql.local.k8s_config (expand)] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand)] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand)] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.namespace (expand)" references: [] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)" references: [] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: [] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (close)" references: [] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_secret.redis" references: [module.redis.random_password.redis module.redis.kubernetes_namespace.redis] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd" references: [module.argocd.var.wait_on (expand) module.argocd.kubernetes_secret.argocd-tls module.argocd.kubernetes_namespace.argocd module.argocd.random_password.admin_password module.argocd.data.external.processed_values] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.replicas (expand)" references: [] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "local.cluster_shortname (expand)" references: [] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_config (expand)" references: [module.postgresql.var.k8s_config_yaml (expand)] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.null_resource.health_check" references: [module.tenant-365zon.module.minio.var.wait_on (expand) module.tenant-365zon.module.minio.var.server (expand)] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:55:34.354+0200 [DEBUG] ReferenceTransformer: "var.vault_token" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.enabled (expand)" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.wait_on (expand)" references: [module.zitadel-argocd.output.installed (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_config (expand)" references: [module.monitoring.var.k8s_config_yaml (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand)" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.grpc_service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.scopes (expand)" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.display_on_homepage (expand)" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_secret_key (expand)" references: [module.tenant-365zon.module.minio.output.secret_key (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay module.tenant-365zon.module.minio.minio_iam_policy.overlay module.tenant-365zon.module.minio.minio_iam_policy.overlay module.tenant-365zon.module.minio.minio_iam_user.overlay] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand)" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (expand)" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand)" references: [module.zitadel-bootstrap.var.domain (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "local.bridge_dns (expand)" references: [local.tld (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_password (expand)" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_access_key (expand)" references: [module.minio.random_password.minio_access_key] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (close)" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.server (expand)" references: [module.tenant-365zon.var.minio_server (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_host (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_host (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "local.k8s_host (expand)" references: [local.k8s_config (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.cluster-init.local.k8s_host (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.namespace (expand)" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_secret (expand)" references: [module.zitadel-argocd.output.client_secret (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.idp_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.tenant-365zon.local.k8s_host (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default" references: [module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_config (expand)" references: [module.argocd.var.k8s_config_yaml (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.output.installed (expand)" references: [module.cluster-init.module.longhorn.output.installed (expand) module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.monitoring.random_password.grafana_admin_password" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.provider[\"registry.terraform.io/aminueza/minio\"]" references: [module.tenant-365zon.module.minio.var.region (expand) module.tenant-365zon.module.minio.var.server (expand) module.tenant-365zon.module.minio.var.access_key (expand) module.tenant-365zon.module.minio.var.secret_key (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.monitoring (close)" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (close)" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack" references: [module.monitoring.var.wait_on (expand) module.monitoring.kubernetes_secret.prometheus_remote_write_auth module.monitoring.kubernetes_namespace.monitoring module.monitoring.var.remote_write_url (expand) module.monitoring.var.remote_read_url (expand) module.monitoring.random_password.grafana_admin_password] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.helm_release.rabbitmq" references: [module.rabbitmq.random_password.password module.rabbitmq.var.wait_on (expand) module.rabbitmq.var.namespace (expand) module.rabbitmq.random_password.password module.rabbitmq.local.service_uri (expand) module.rabbitmq.var.admin (expand) module.rabbitmq.var.tls (expand) module.rabbitmq.var.ingressClass (expand) module.rabbitmq.var.replicas (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (validation)" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.root_password (expand)" references: [module.postgresql.random_password.postgresql_root_password] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand)" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.server_dns (expand)" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.minio.var.displayOnHomepage (expand)" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.redis_db_next_start_index (expand)" references: [module.argocd.var.redis_db_start_index (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.redis (expand)" references: [] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:55:34.355+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin" references: [module.zitadel.helm_release.zitadel module.zitadel.var.namespace (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database (expand)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "output.minio-root-access-key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (expand)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.rabbitmq.local.k8s_host (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (expand)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.access_key (expand)" references: [module.tenant-365zon.var.minio_access_key (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_auth (expand)" references: [module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.service_uri (expand)" references: [module.monitoring.var.service_name (expand) module.monitoring.var.server_dns (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.minio.output.installed (expand)" references: [module.minio.helm_release.minio] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel (expand)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.storage" references: [module.tenant-365zon.module.minio.output.access_key (expand) module.tenant-365zon.module.minio.output.secret_key (expand) module.tenant-365zon.var.minio_api_uri (expand) module.tenant-365zon.module.minio.output.bucket (expand) module.tenant-365zon.kubernetes_namespace.tenant] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.wait_on (expand)" references: [module.cluster-init.var.wait_on (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.tenant-365zon.var.jwt_profile_file (expand) module.tenant-365zon.var.domain (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.enabled (expand)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.minio.var.namespace (expand)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.redis.output.installed (expand)" references: [module.redis.helm_release.redis] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.postgresql (close)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.kubernetes_secret.bridge-tls" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.region (expand)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_auth (expand)" references: [module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.service_uri (expand)" references: [module.zitadel.var.service_name (expand) module.zitadel.var.server_dns (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.admin_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.prometheus_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_secret.mongodb_auth" references: [module.mongodb.var.wait_on (expand) module.mongodb.random_password.mongodb_root_password module.mongodb.random_password.mongodb_replica_set_key module.mongodb.kubernetes_namespace.mongodb] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_auth (expand)" references: [module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_auth (expand)" references: [module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.jwt_profile_file (expand)" references: [module.zitadel.local_file.zitadel_jwt_profile_file] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (close)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel (close)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_config (expand)" references: [module.rabbitmq.var.k8s_config_yaml (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.grafana_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_access_key (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.minio.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.service_name (expand)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_username (expand)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.user_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_namespace.tenant" references: [module.tenant-365zon.var.wait_on (expand) module.tenant-365zon.local.name (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_username (expand)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-bootstrap.var.jwt_profile_file (expand) module.zitadel-bootstrap.var.domain (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.redis (close)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token" references: [module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.random_password.tenant" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "var.endpoints" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.name (expand)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.minio.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.minio.var.ingressClass (expand)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.minio.local.admin_service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.admin_server_dns (expand) module.minio.var.admin_server_dns (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_config (expand)" references: [module.zitadel-bootstrap.var.k8s_config_yaml (expand)] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.installed (expand)" references: [module.mongodb.helm_release.mongodb] +2025-07-11T08:55:34.356+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.namespace (expand)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_host (expand)" references: [module.monitoring.local.k8s_config (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_config (expand)" references: [module.minio.var.k8s_config_yaml (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay" references: [module.tenant-365zon.module.minio.null_resource.health_check module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.wait_on (expand)" references: [module.postgresql.output.installed (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.cluster-init.module.longhorn.local.k8s_host (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/null\"]" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (expand)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (expand)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel.helm_release.zitadel" references: [module.zitadel.var.wait_on (expand) module.zitadel.kubernetes_secret.zitadel module.zitadel.var.enabled (expand) module.zitadel.kubernetes_namespace.zitadel module.zitadel.local.service_uri (expand) module.zitadel.var.database (expand) module.zitadel.var.database_username (expand) module.zitadel.var.database_password (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.database_root_username (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.display_on_homepage (expand) module.zitadel.var.ingressClass (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default" references: [module.zitadel-argocd.module.zitadel_project.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project.var.name (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default" references: [module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-argocd.var.jwt_profile_file (expand) module.zitadel-argocd.var.domain (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.minio.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.minio.local.k8s_host (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.mongodb (close)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (close)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_host (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (close)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (close)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (close)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.external.processed_values" references: [module.argocd.local.service_uri (expand) module.argocd.var.server_dns (expand) module.argocd.local.grpc_service_uri (expand) module.argocd.var.redis_db_start_index (expand) module.argocd.var.redis_password (expand) module.argocd.var.oauth_uri (expand) module.argocd.var.oauth_issuer (expand) module.argocd.var.oauth_client_id (expand) module.argocd.var.oauth_client_secret (expand) module.argocd.var.oauth_redirect_uri (expand) module.argocd.var.tls (expand) module.argocd.var.ingressClass (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.ingressClass (expand)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (expand)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.enabled (expand)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.wait_on (expand)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_auth (expand)" references: [module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_user_password" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_api_uri (expand)" references: [module.minio.output.minio_api_uri (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.installed (expand)" references: [module.postgresql.helm_release.postgresql] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.owners (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.rabbitmq_connection_string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_root_password" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_iam_user.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_redirect_uri (expand)" references: [module.zitadel.output.server (expand) module.zitadel-argocd.output.logoutSuffix (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_username (expand)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.wait_on (expand)" references: [module.argocd.output.installed (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_config (expand)" references: [module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.minio.var.service_name (expand)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.org_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_access_key" references: [] +2025-07-11T08:55:34.357+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.installed (expand)" references: [module.rabbitmq.helm_release.rabbitmq] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_api_uri (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.ingressClass (expand)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "local.k8s_config_yaml (expand)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (close)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file" references: [module.zitadel.data.kubernetes_secret.zitadel_admin] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_auth (expand)" references: [module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_host (expand)" references: [module.minio.local.k8s_config (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_host (expand)" references: [module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (close)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.databases (expand)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.namespace (expand)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_auth (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_host (expand)" references: [module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.password (expand)" references: [module.zitadel-db.random_password.tenant] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.installed (expand)" references: [module.argocd.helm_release.argocd] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.random_password.password" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel.random_password.zitadel_masterkey" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.ingressClass (expand)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.secret_key (expand)" references: [module.tenant-365zon.var.minio_secret_key (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (close)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "local.cluster_dns (expand)" references: [local.cluster_shortname (expand) local.tld (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (expand)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (close)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.mongodb_connection_string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_host (expand)" references: [module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (close)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.host (expand)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_secret_key (expand)" references: [module.minio.random_password.minio_secret_key] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.monitoring (expand)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay" references: [module.tenant-365zon.module.minio.null_resource.health_check module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "var.secret_key" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_password (expand)" references: [module.redis.output.password (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (expand)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_config (expand)" references: [module.tenant-365zon.var.k8s_config_yaml (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.redis.helm_release.redis" references: [module.redis.var.wait_on (expand) module.redis.kubernetes_namespace.redis module.redis.var.architecture (validation) module.redis.var.architecture (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (close)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "output.minio-access-key (expand)" references: [module.tenant-365zon.output.minio_access_key (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.postgresql (expand)" references: [] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.minio.local.service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_auth (expand)" references: [module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T08:55:34.358+0200 [DEBUG] ReferenceTransformer: "module.argocd (expand)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_secret_key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.postgresql.helm_release.postgresql" references: [module.postgresql.var.wait_on (expand) module.postgresql.kubernetes_secret.postgresql_auth module.postgresql.var.enabled (expand) module.postgresql.var.username (expand) module.postgresql.kubernetes_namespace.postgresql] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "var.bucket" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (expand)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth" references: [module.monitoring.var.remote_write_username (expand) module.monitoring.var.remote_write_password (expand) module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "var.region" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (expand)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_host (expand)" references: [module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.tld (expand)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_auth (expand)" references: [module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.output.installed (expand)" references: [module.cluster-init.module.longhorn.helm_release.longhorn] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.redis.output.password (expand)" references: [module.redis.random_password.redis] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_server (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (expand)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (close)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.mongodb.helm_release.mongodb" references: [module.mongodb.var.wait_on (expand) module.mongodb.kubernetes_secret.mongodb_auth module.mongodb.kubernetes_namespace.mongodb module.mongodb.var.usernames (expand) module.mongodb.var.databases (expand) module.mongodb.var.replicas (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.name (expand)" references: [module.zitadel-argocd.var.name (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_host (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/external\"]" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (close)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (close)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_secret.argocd-tls" references: [module.argocd.data.kubernetes_secret.bridge-tls module.argocd.data.kubernetes_secret.bridge-tls module.argocd.kubernetes_namespace.argocd] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.argocd_service_domain (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_id (expand)" references: [module.zitadel-argocd.output.client_id (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.installed (expand)" references: [module.zitadel.helm_release.zitadel module.zitadel.local_file.zitadel_jwt_profile_file] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (expand)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (expand)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default" references: [module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_auth (expand)" references: [module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.minio (expand)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_password (expand)" references: [module.zitadel-db.output.password (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.access_instructions (expand)" references: [module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.random_password.grafana_admin_password] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_host (expand)" references: [module.mongodb.local.k8s_config (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.minio.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_auth (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (close)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_host (expand)" references: [module.argocd.local.k8s_config (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.argocd.random_password.admin_password" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.name (expand)" references: [] +2025-07-11T08:55:34.359+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_issuer (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.access_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (expand)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "data.minio_s3_object.k8s_yaml" references: [var.bucket] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_namespace.redis" references: [module.redis.var.namespace (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.name (expand)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.enabled (expand)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "output.argocd-root-password (expand)" references: [module.argocd.output.admin_password (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.password (expand)" references: [module.postgresql.random_password.postgresql_user_password] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (close)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (expand)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (expand)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (expand)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.minio (close)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "var.vault_addr" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_config (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.admin_password (expand)" references: [module.argocd.random_password.admin_password] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default" references: [module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.service_name (expand)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_config (expand)" references: [module.zitadel.var.k8s_config_yaml (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.argocd (close)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_secret.postgresql_auth" references: [module.postgresql.var.wait_on (expand) module.postgresql.var.enabled (expand) module.postgresql.random_password.postgresql_user_password module.postgresql.random_password.postgresql_root_password module.postgresql.kubernetes_namespace.postgresql] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_config (expand)" references: [module.mongodb.var.k8s_config_yaml (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "var.minio_server" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.minio.var.mode (expand)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_host (expand)" references: [module.redis.local.k8s_config (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_host (expand)" references: [module.zitadel.local.k8s_config (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.email (expand)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.application_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "output.minio-secret-key (expand)" references: [module.tenant-365zon.output.minio_secret_key (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.replicas (expand)" references: [local.node_count (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.username (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "output.rabbitmq-connection-string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.mongodb (expand)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "output.mongodb-connection-string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.namespace (expand)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.service_name (expand)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)" references: [] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:55:34.360+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.alertmanager_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (close)" references: [] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_namespace.postgresql" references: [module.postgresql.var.enabled (expand) module.postgresql.var.namespace (expand)] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.wait_on (expand)" references: [module.minio.output.installed (expand)] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.local.argocd_uri (expand)" references: [module.zitadel-argocd.var.argocd_service_domain (expand)] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (close)" references: [] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand)" references: [] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)" references: [] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.wait_on (expand)" references: [] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.installed (expand)" references: [module.zitadel-db.kubernetes_job.create-tenant] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_root_password" references: [] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.name (expand)" references: [] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_secret_key" references: [] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_secret.zitadel" references: [module.zitadel.var.enabled (expand) module.zitadel.random_password.zitadel_masterkey module.zitadel.kubernetes_namespace.zitadel] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand)" references: [] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_server (expand)" references: [module.minio.output.minio_server (expand)] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.minio.var.storageSize (expand)" references: [] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (close)" references: [] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (expand)" references: [] +2025-07-11T08:55:34.361+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:55:34.395+0200 [DEBUG] Starting graph walk: walkEval +2025-07-11T08:55:34.397+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.397+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.400+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.401+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.401+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.401+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.401+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.401+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.401+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.401+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.401+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.401+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.403+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5"] +2025-07-11T08:55:34.403+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 pid=971166 +2025-07-11T08:55:34.403+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 +2025-07-11T08:55:34.405+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 args=[".terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1"] +2025-07-11T08:55:34.405+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 args=[".terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1"] +2025-07-11T08:55:34.405+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 args=[".terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1"] +2025-07-11T08:55:34.405+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 pid=971171 +2025-07-11T08:55:34.405+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 +2025-07-11T08:55:34.405+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 pid=971173 +2025-07-11T08:55:34.405+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 +2025-07-11T08:55:34.406+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 pid=971172 +2025-07-11T08:55:34.406+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 +2025-07-11T08:55:34.406+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 args=[".terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1"] +2025-07-11T08:55:34.406+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 args=[".terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1"] +2025-07-11T08:55:34.406+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 pid=971174 +2025-07-11T08:55:34.406+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 +2025-07-11T08:55:34.406+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 pid=971175 +2025-07-11T08:55:34.406+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 +2025-07-11T08:55:34.407+0200 [INFO] provider.terraform-provider-null_v3.2.4_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.406+0200" +2025-07-11T08:55:34.408+0200 [INFO] provider.terraform-provider-slugify_v0.1.1: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.408+0200" +2025-07-11T08:55:34.409+0200 [INFO] provider.terraform-provider-slugify_v0.1.1: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.408+0200" +2025-07-11T08:55:34.409+0200 [INFO] provider.terraform-provider-slugify_v0.1.1: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.408+0200" +2025-07-11T08:55:34.409+0200 [INFO] provider.terraform-provider-slugify_v0.1.1: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.408+0200" +2025-07-11T08:55:34.409+0200 [INFO] provider.terraform-provider-slugify_v0.1.1: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.408+0200" +2025-07-11T08:55:34.419+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:55:34.419+0200 [DEBUG] provider.terraform-provider-null_v3.2.4_x5: plugin address: network=unix address=/tmp/plugin1690416579 timestamp="2025-07-11T08:55:34.419+0200" +2025-07-11T08:55:34.420+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:34.420+0200 [DEBUG] provider.terraform-provider-slugify_v0.1.1: plugin address: address=/tmp/plugin2452319616 network=unix timestamp="2025-07-11T08:55:34.420+0200" +2025-07-11T08:55:34.420+0200 [DEBUG] provider.terraform-provider-slugify_v0.1.1: plugin address: network=unix address=/tmp/plugin3612860164 timestamp="2025-07-11T08:55:34.420+0200" +2025-07-11T08:55:34.420+0200 [DEBUG] provider.terraform-provider-slugify_v0.1.1: plugin address: address=/tmp/plugin2415579859 network=unix timestamp="2025-07-11T08:55:34.420+0200" +2025-07-11T08:55:34.420+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:34.420+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:34.420+0200 [DEBUG] provider.terraform-provider-slugify_v0.1.1: plugin address: address=/tmp/plugin1397288233 network=unix timestamp="2025-07-11T08:55:34.420+0200" +2025-07-11T08:55:34.420+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:34.420+0200 [DEBUG] provider.terraform-provider-slugify_v0.1.1: plugin address: network=unix address=/tmp/plugin584437119 timestamp="2025-07-11T08:55:34.420+0200" +2025-07-11T08:55:34.420+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:34.427+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.428+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.428+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.428+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.432+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:55:34.432+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:55:34.432+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:55:34.433+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 args=[".terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1"] +2025-07-11T08:55:34.433+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:34.433+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:34.433+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:34.433+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 pid=971219 +2025-07-11T08:55:34.433+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 +2025-07-11T08:55:34.433+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 id=971171 +2025-07-11T08:55:34.433+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 id=971173 +2025-07-11T08:55:34.433+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:34.433+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 id=971174 +2025-07-11T08:55:34.433+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:34.433+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:34.433+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5"] +2025-07-11T08:55:34.433+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:34.433+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 pid=971220 +2025-07-11T08:55:34.434+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 +2025-07-11T08:55:34.434+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:34.434+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 id=971175 +2025-07-11T08:55:34.434+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:34.434+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 id=971172 +2025-07-11T08:55:34.434+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:34.435+0200 [INFO] provider.terraform-provider-slugify_v0.1.1: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.435+0200" +2025-07-11T08:55:34.435+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.435+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.436+0200 [INFO] provider.terraform-provider-external_v2.3.5_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.436+0200" +2025-07-11T08:55:34.440+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 args=[".terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2"] +2025-07-11T08:55:34.440+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 pid=971229 +2025-07-11T08:55:34.440+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 +2025-07-11T08:55:34.447+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:34.447+0200 [DEBUG] provider.terraform-provider-slugify_v0.1.1: plugin address: address=/tmp/plugin66182235 network=unix timestamp="2025-07-11T08:55:34.447+0200" +2025-07-11T08:55:34.448+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:55:34.448+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: plugin address: address=/tmp/plugin3652073372 network=unix timestamp="2025-07-11T08:55:34.448+0200" +2025-07-11T08:55:34.455+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:34.455+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 id=971219 +2025-07-11T08:55:34.455+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:34.456+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.456+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.456+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.456+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.457+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.457+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.460+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 args=[".terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1"] +2025-07-11T08:55:34.460+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 pid=971254 +2025-07-11T08:55:34.460+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 +2025-07-11T08:55:34.461+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 args=[".terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2"] +2025-07-11T08:55:34.461+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 pid=971255 +2025-07-11T08:55:34.461+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 +2025-07-11T08:55:34.461+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 args=[".terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2"] +2025-07-11T08:55:34.462+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 pid=971260 +2025-07-11T08:55:34.462+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 +2025-07-11T08:55:34.463+0200 [INFO] provider.terraform-provider-slugify_v0.1.1: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.463+0200" +2025-07-11T08:55:34.464+0200 [INFO] provider.terraform-provider-argocd_v7.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.464+0200" +2025-07-11T08:55:34.474+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:34.474+0200 [DEBUG] provider.terraform-provider-slugify_v0.1.1: plugin address: address=/tmp/plugin1457620860 network=unix timestamp="2025-07-11T08:55:34.474+0200" +2025-07-11T08:55:34.480+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:34.480+0200 [DEBUG] provider.terraform-provider-argocd_v7.0.2: plugin address: address=/tmp/plugin1903205783 network=unix timestamp="2025-07-11T08:55:34.476+0200" +2025-07-11T08:55:34.486+0200 [INFO] provider.terraform-provider-argocd_v7.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.485+0200" +2025-07-11T08:55:34.486+0200 [INFO] provider.terraform-provider-argocd_v7.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.484+0200" +2025-07-11T08:55:34.486+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.486+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.491+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5"] +2025-07-11T08:55:34.492+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 pid=971297 +2025-07-11T08:55:34.492+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 +2025-07-11T08:55:34.494+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.494+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.495+0200 [INFO] provider.terraform-provider-local_v2.5.3_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.495+0200" +2025-07-11T08:55:34.496+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.496+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.496+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.496+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.497+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:34.497+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:34.497+0200 [DEBUG] provider.terraform-provider-argocd_v7.0.2: plugin address: address=/tmp/plugin4196627757 network=unix timestamp="2025-07-11T08:55:34.497+0200" +2025-07-11T08:55:34.497+0200 [DEBUG] provider.terraform-provider-argocd_v7.0.2: plugin address: network=unix address=/tmp/plugin2432794949 timestamp="2025-07-11T08:55:34.497+0200" +2025-07-11T08:55:34.500+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 args=[".terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2"] +2025-07-11T08:55:34.500+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 pid=971304 +2025-07-11T08:55:34.500+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 +2025-07-11T08:55:34.501+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 args=[".terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2"] +2025-07-11T08:55:34.501+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 pid=971305 +2025-07-11T08:55:34.501+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 +2025-07-11T08:55:34.501+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 args=[".terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2"] +2025-07-11T08:55:34.501+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 pid=971306 +2025-07-11T08:55:34.501+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 +2025-07-11T08:55:34.509+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:55:34.509+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: plugin address: address=/tmp/plugin858923941 network=unix timestamp="2025-07-11T08:55:34.509+0200" +2025-07-11T08:55:34.518+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:34.520+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.520+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.522+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 id=971229 +2025-07-11T08:55:34.522+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:34.528+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5"] +2025-07-11T08:55:34.529+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 pid=971347 +2025-07-11T08:55:34.529+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 +2025-07-11T08:55:34.531+0200 [INFO] provider.terraform-provider-argocd_v7.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.531+0200" +2025-07-11T08:55:34.532+0200 [INFO] provider.terraform-provider-argocd_v7.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.532+0200" +2025-07-11T08:55:34.532+0200 [INFO] provider.terraform-provider-argocd_v7.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.532+0200" +2025-07-11T08:55:34.533+0200 [INFO] provider.terraform-provider-random_v3.7.2_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.533+0200" +2025-07-11T08:55:34.534+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:34.536+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 id=971260 +2025-07-11T08:55:34.536+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:34.537+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:34.538+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 id=971255 +2025-07-11T08:55:34.539+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:34.542+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:34.542+0200 [DEBUG] provider.terraform-provider-argocd_v7.0.2: plugin address: address=/tmp/plugin3454172918 network=unix timestamp="2025-07-11T08:55:34.542+0200" +2025-07-11T08:55:34.547+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:55:34.547+0200 [DEBUG] provider.terraform-provider-argocd_v7.0.2: plugin address: address=/tmp/plugin1055119852 network=unix timestamp="2025-07-11T08:55:34.544+0200" +2025-07-11T08:55:34.547+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:34.547+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:34.547+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: plugin address: address=/tmp/plugin2828209974 network=unix timestamp="2025-07-11T08:55:34.544+0200" +2025-07-11T08:55:34.547+0200 [DEBUG] provider.terraform-provider-argocd_v7.0.2: plugin address: address=/tmp/plugin1642706564 network=unix timestamp="2025-07-11T08:55:34.544+0200" +2025-07-11T08:55:34.553+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:34.555+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 id=971306 +2025-07-11T08:55:34.555+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:34.556+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:34.557+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 id=971305 +2025-07-11T08:55:34.557+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:34.559+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.559+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.560+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:34.561+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 id=971304 +2025-07-11T08:55:34.561+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:34.563+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:55:34.563+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=971360 +2025-07-11T08:55:34.563+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:55:34.570+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.570+0200" +2025-07-11T08:55:34.597+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:55:34.597+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin1874675737 network=unix timestamp="2025-07-11T08:55:34.597+0200" +2025-07-11T08:55:34.609+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.609+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.614+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:55:34.614+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=971372 +2025-07-11T08:55:34.614+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:55:34.633+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.633+0200" +2025-07-11T08:55:34.641+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:55:34.642+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin4069780300 network=unix timestamp="2025-07-11T08:55:34.641+0200" +2025-07-11T08:55:34.648+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.648+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.653+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:55:34.653+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=971388 +2025-07-11T08:55:34.653+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:55:34.671+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.671+0200" +2025-07-11T08:55:34.679+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:55:34.679+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin3482040006 network=unix timestamp="2025-07-11T08:55:34.679+0200" +2025-07-11T08:55:34.687+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.687+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.692+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:55:34.692+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=971406 +2025-07-11T08:55:34.692+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:55:34.706+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.706+0200" +2025-07-11T08:55:34.718+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin1833400214 network=unix timestamp="2025-07-11T08:55:34.718+0200" +2025-07-11T08:55:34.718+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:34.726+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.726+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.732+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:55:34.732+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=971420 +2025-07-11T08:55:34.732+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:55:34.753+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.753+0200" +2025-07-11T08:55:34.763+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2049273502 network=unix timestamp="2025-07-11T08:55:34.763+0200" +2025-07-11T08:55:34.763+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:55:34.772+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.773+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.778+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:55:34.778+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=971438 +2025-07-11T08:55:34.778+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:55:34.798+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.798+0200" +2025-07-11T08:55:34.807+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:55:34.807+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin3109096268 network=unix timestamp="2025-07-11T08:55:34.807+0200" +2025-07-11T08:55:34.814+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.814+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.819+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:55:34.819+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=971454 +2025-07-11T08:55:34.819+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:55:34.834+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.834+0200" +2025-07-11T08:55:34.846+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:34.846+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin2926493350 network=unix timestamp="2025-07-11T08:55:34.846+0200" +2025-07-11T08:55:34.853+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.853+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.858+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:55:34.858+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=971468 +2025-07-11T08:55:34.858+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:55:34.877+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.877+0200" +2025-07-11T08:55:34.886+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:55:34.886+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin996972847 network=unix timestamp="2025-07-11T08:55:34.886+0200" +2025-07-11T08:55:34.893+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.893+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.897+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:55:34.898+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=971486 +2025-07-11T08:55:34.898+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:55:34.911+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.911+0200" +2025-07-11T08:55:34.924+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin651080053 network=unix timestamp="2025-07-11T08:55:34.924+0200" +2025-07-11T08:55:34.924+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:34.932+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.932+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.937+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:55:34.937+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=971501 +2025-07-11T08:55:34.937+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:55:34.950+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.950+0200" +2025-07-11T08:55:34.962+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: network=unix address=/tmp/plugin1338039169 timestamp="2025-07-11T08:55:34.962+0200" +2025-07-11T08:55:34.962+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:34.969+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:34.969+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:34.974+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:55:34.974+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=971515 +2025-07-11T08:55:34.974+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:55:34.987+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:55:34.987+0200" +2025-07-11T08:55:34.999+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin2865845862 network=unix timestamp="2025-07-11T08:55:34.999+0200" +2025-07-11T08:55:34.999+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:35.007+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:35.007+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:35.011+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:55:35.011+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=971529 +2025-07-11T08:55:35.011+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:55:35.030+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:55:35.030+0200" +2025-07-11T08:55:35.038+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:55:35.038+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2371739129 network=unix timestamp="2025-07-11T08:55:35.038+0200" +2025-07-11T08:55:35.045+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:35.045+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:35.049+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:55:35.050+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=971547 +2025-07-11T08:55:35.050+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:55:35.068+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:55:35.068+0200" +2025-07-11T08:55:35.076+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:55:35.076+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1602651321 network=unix timestamp="2025-07-11T08:55:35.076+0200" +2025-07-11T08:55:35.083+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:35.083+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:35.088+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:55:35.088+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=971565 +2025-07-11T08:55:35.088+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:55:35.103+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:55:35.103+0200" +2025-07-11T08:55:35.115+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:35.115+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin901829901 network=unix timestamp="2025-07-11T08:55:35.115+0200" +2025-07-11T08:55:35.124+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:35.124+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:35.128+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:55:35.128+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=971580 +2025-07-11T08:55:35.128+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:55:35.146+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:55:35.146+0200" +2025-07-11T08:55:35.154+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:55:35.154+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: network=unix address=/tmp/plugin4104329661 timestamp="2025-07-11T08:55:35.154+0200" +2025-07-11T08:55:35.162+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:35.162+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:35.166+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:55:35.166+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=971598 +2025-07-11T08:55:35.166+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:55:35.180+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:55:35.180+0200" +2025-07-11T08:55:35.192+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin1071446718 network=unix timestamp="2025-07-11T08:55:35.192+0200" +2025-07-11T08:55:35.192+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:35.200+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:35.200+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:35.204+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:55:35.204+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=971613 +2025-07-11T08:55:35.204+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:55:35.218+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:55:35.218+0200" +2025-07-11T08:55:35.229+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:35.229+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin3404503942 network=unix timestamp="2025-07-11T08:55:35.229+0200" +2025-07-11T08:55:35.237+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.238+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 id=971347 +2025-07-11T08:55:35.238+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.238+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.240+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=971360 +2025-07-11T08:55:35.240+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.240+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.241+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=971388 +2025-07-11T08:55:35.241+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.242+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.243+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=971420 +2025-07-11T08:55:35.243+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.243+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.244+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=971438 +2025-07-11T08:55:35.244+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.244+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.246+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=971406 +2025-07-11T08:55:35.246+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.247+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.248+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=971515 +2025-07-11T08:55:35.248+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.251+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.254+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 id=971166 +2025-07-11T08:55:35.254+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.256+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.258+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=971529 +2025-07-11T08:55:35.258+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.260+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.264+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=971565 +2025-07-11T08:55:35.264+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.264+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.266+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=971580 +2025-07-11T08:55:35.266+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.267+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.269+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=971598 +2025-07-11T08:55:35.269+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.269+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:35.270+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:35.274+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:55:35.275+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=971631 +2025-07-11T08:55:35.275+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:55:35.294+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:55:35.294+0200" +2025-07-11T08:55:35.303+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:55:35.303+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1960738479 network=unix timestamp="2025-07-11T08:55:35.303+0200" +2025-07-11T08:55:35.310+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:35.310+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:35.315+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:55:35.315+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=971649 +2025-07-11T08:55:35.315+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:55:35.329+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:55:35.329+0200" +2025-07-11T08:55:35.340+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin983805010 network=unix timestamp="2025-07-11T08:55:35.340+0200" +2025-07-11T08:55:35.340+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:35.348+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.349+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=971547 +2025-07-11T08:55:35.349+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.350+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.351+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=971501 +2025-07-11T08:55:35.351+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.352+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.352+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 id=971297 +2025-07-11T08:55:35.352+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.353+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.354+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=971454 +2025-07-11T08:55:35.354+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.354+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.355+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=971372 +2025-07-11T08:55:35.355+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.355+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:35.355+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:35.359+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:55:35.359+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=971662 +2025-07-11T08:55:35.359+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:55:35.366+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:55:35.366+0200" +2025-07-11T08:55:35.393+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:55:35.393+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin1969516662 network=unix timestamp="2025-07-11T08:55:35.393+0200" +2025-07-11T08:55:35.406+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.407+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=971631 +2025-07-11T08:55:35.407+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.408+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.409+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=971649 +2025-07-11T08:55:35.409+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.409+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:35.409+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:35.414+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:55:35.414+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=971674 +2025-07-11T08:55:35.414+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:55:35.422+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:55:35.422+0200" +2025-07-11T08:55:35.435+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:35.435+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin4081639028 network=unix timestamp="2025-07-11T08:55:35.435+0200" +2025-07-11T08:55:35.443+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:35.443+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:35.447+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:55:35.448+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=971688 +2025-07-11T08:55:35.448+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:55:35.456+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:55:35.456+0200" +2025-07-11T08:55:35.467+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:35.467+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin3194148344 network=unix timestamp="2025-07-11T08:55:35.467+0200" +2025-07-11T08:55:35.475+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:55:35.475+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:55:35.479+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:55:35.479+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=971702 +2025-07-11T08:55:35.479+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:55:35.486+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:55:35.486+0200" +2025-07-11T08:55:35.498+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:55:35.498+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: network=unix address=/tmp/plugin1045972831 timestamp="2025-07-11T08:55:35.498+0200" +2025-07-11T08:55:35.506+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.507+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=971662 +2025-07-11T08:55:35.507+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.508+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.509+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=971702 +2025-07-11T08:55:35.509+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.509+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.510+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=971674 +2025-07-11T08:55:35.510+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.510+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.511+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 id=971220 +2025-07-11T08:55:35.511+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.512+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.514+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=971613 +2025-07-11T08:55:35.514+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.514+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.516+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=971486 +2025-07-11T08:55:35.516+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.516+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.517+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=971688 +2025-07-11T08:55:35.517+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.518+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.519+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=971468 +2025-07-11T08:55:35.519+0200 [DEBUG] provider: plugin exited +2025-07-11T08:55:35.520+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:55:35.521+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 id=971254 +2025-07-11T08:55:35.521+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:19.542+0200 [INFO] Terraform version: 1.12.1 +2025-07-11T08:58:19.542+0200 [DEBUG] using github.com/hashicorp/go-tfe v1.74.1 +2025-07-11T08:58:19.542+0200 [DEBUG] using github.com/hashicorp/hcl/v2 v2.23.1-0.20250203194505-ba0759438da2 +2025-07-11T08:58:19.542+0200 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1 +2025-07-11T08:58:19.542+0200 [DEBUG] using github.com/zclconf/go-cty v1.16.2 +2025-07-11T08:58:19.542+0200 [INFO] Go runtime version: go1.24.3 +2025-07-11T08:58:19.542+0200 [INFO] CLI args: []string{"terraform", "apply"} +2025-07-11T08:58:19.542+0200 [DEBUG] Attempting to open CLI config file: /home/lamelos/.terraformrc +2025-07-11T08:58:19.542+0200 [INFO] Loading CLI configuration from /home/lamelos/.terraformrc +2025-07-11T08:58:19.543+0200 [DEBUG] checking for credentials in "/home/lamelos/.terraform.d/plugins" +2025-07-11T08:58:19.543+0200 [DEBUG] Explicit provider installation configuration is set +2025-07-11T08:58:19.543+0200 [INFO] CLI command args: []string{"apply"} +2025-07-11T08:58:19.544+0200 [DEBUG] backend-s3.aws-base: Resolving credentials provider: tf_backend.operation=Configure tf_backend.req_id=5981a05a-2620-08c6-386b-f3831d66e553 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T08:58:19.544+0200 [DEBUG] backend-s3.aws-base: Using authentication parameters: tf_backend.operation=Configure tf_backend.req_id=5981a05a-2620-08c6-386b-f3831d66e553 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate tf_aws.auth_fields=["access key", "secret key"] tf_aws.auth_fields.source=provider +2025-07-11T08:58:19.544+0200 [INFO] backend-s3.aws-base: Retrieved credentials: tf_backend.operation=Configure tf_backend.req_id=5981a05a-2620-08c6-386b-f3831d66e553 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate tf_aws.credentials_source=StaticCredentials +2025-07-11T08:58:19.545+0200 [DEBUG] backend-s3.aws-base: Loading configuration: tf_backend.operation=Configure tf_backend.req_id=5981a05a-2620-08c6-386b-f3831d66e553 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T08:58:19.546+0200 [DEBUG] Provider registry.terraform.io/hashicorp/helm is overridden by dev_overrides +2025-07-11T08:58:19.738+0200 [DEBUG] Provider registry.terraform.io/hashicorp/helm is overridden to load from /home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64 +2025-07-11T08:58:19.738+0200 [DEBUG] checking for provisioner in "." +2025-07-11T08:58:19.745+0200 [DEBUG] checking for provisioner in "/usr/bin" +2025-07-11T08:58:19.745+0200 [DEBUG] checking for provisioner in "/home/lamelos/.terraform.d/plugins" +2025-07-11T08:58:19.747+0200 [DEBUG] Provider registry.terraform.io/hashicorp/helm is overridden by dev_overrides +2025-07-11T08:58:19.747+0200 [INFO] backend/local: starting Apply operation +2025-07-11T08:58:19.748+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon rpc.method=ListObjectsV2 rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Workspaces tf_backend.req_id=dd35f759-4391-ed99-248c-3d6fd3db3500 tf_backend.s3.bucket=app-365zon tf_backend.workspace-prefix=env:/ http.url="https://storage.bridge.fourlights.dev/app-365zon?list-type=2&max-keys=1000&prefix=env%3A%2F" net.peer.name=storage.bridge.fourlights.dev http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 m/C" http.request.header.accept_encoding=identity http.request.header.x_amz_date=20250711T065819Z http.method=GET http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.amz_sdk_invocation_id=b807cf04-82f4-4e4c-b402-6dffda0a5755 http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.request.body="" +2025-07-11T08:58:20.539+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon rpc.method=ListObjectsV2 rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Workspaces tf_backend.req_id=dd35f759-4391-ed99-248c-3d6fd3db3500 tf_backend.s3.bucket=app-365zon tf_backend.workspace-prefix=env:/ http.duration=791 http.response.header.x_amz_request_id=1851202B4643EDF3 + http.response.body= + | + | app-365zonenv:/01000false + http.status_code=200 http.response.header.date="Fri, 11 Jul 2025 06:58:20 GMT" http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response_content_length=246 http.response.header.x_ratelimit_limit=57 http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.x_content_type_options=nosniff http.response.header.x_ratelimit_remaining=57 http.response.header.x_xss_protection="1; mode=block" http.response.header.content_type=application/xml http.response.header.server=MinIO http.response.header.accept_ranges=bytes http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" +2025-07-11T08:58:20.540+0200 [INFO] backend-s3: Downloading remote state: tf_backend.operation=Get tf_backend.req_id=205a1b86-a5e5-546c-a522-1526b7308fb5 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T08:58:20.540+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=HeadObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=205a1b86-a5e5-546c-a522-1526b7308fb5 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.method=HEAD http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate http.request.header.accept_encoding=identity http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.request.header.x_amz_date=20250711T065820Z http.request.header.amz_sdk_invocation_id=b8546109-23b8-4d0e-8b17-686d7e2383dd http.request.body="" net.peer.name=storage.bridge.fourlights.dev http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;x-amz-content-sha256;x-amz-date, Signature=*****" +2025-07-11T08:58:20.683+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=HeadObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=205a1b86-a5e5-546c-a522-1526b7308fb5 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.header.etag="\"848b9c152688f27c5f9f8f7a0977bb47\"" http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.date="Fri, 11 Jul 2025 06:58:20 GMT" http.response.header.x_content_type_options=nosniff http.response.header.x_xss_protection="1; mode=block" http.response.header.last_modified="Fri, 11 Jul 2025 06:53:08 GMT" http.response.header.x_ratelimit_limit=57 http.response.header.x_amz_request_id=1851202B57B76480 http.response.header.accept_ranges=bytes http.response.header.content_type=application/json http.response.header.server=MinIO http.response.body="" http.duration=142 http.status_code=200 http.response_content_length=123360 http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.x_ratelimit_remaining=57 +2025-07-11T08:58:20.683+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=205a1b86-a5e5-546c-a522-1526b7308fb5 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.request.body="" http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate?x-id=GetObject net.peer.name=storage.bridge.fourlights.dev http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 ft/s3-transfer m/G,b" http.request.header.x_amz_date=20250711T065820Z http.request.header.amz_sdk_invocation_id=2dbcf133-60a3-45e2-8f4c-a29aa04bb73f http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.x_amz_checksum_mode=ENABLED http.method=GET http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;range;x-amz-checksum-mode;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.request.header.accept_encoding=identity http.request.header.range=bytes=0-5242879 +2025-07-11T08:58:20.847+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=205a1b86-a5e5-546c-a522-1526b7308fb5 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.status_code=206 http.response_content_length=123360 http.response.header.x_xss_protection="1; mode=block" http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.duration=163 http.response.header.x_content_type_options=nosniff http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.x_amz_request_id=1851202B63A42727 http.response.header.content_range="bytes 0-123359/123360" http.response.body="[Redacted: 120.5 KB (123,360 bytes), Type: application/json]" http.response.header.x_ratelimit_limit=57 http.response.header.date="Fri, 11 Jul 2025 06:58:20 GMT" http.response.header.server=MinIO http.response.header.content_type=application/json http.response.header.etag="\"848b9c152688f27c5f9f8f7a0977bb47\"" http.response.header.x_ratelimit_remaining=57 http.response.header.accept_ranges=bytes http.response.header.last_modified="Fri, 11 Jul 2025 06:53:08 GMT" +2025-07-11T08:58:20.848+0200 [WARN] backend-s3: Response has no supported checksum. Not validating response payload.: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=205a1b86-a5e5-546c-a522-1526b7308fb5 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T08:58:21.033+0200 [DEBUG] Config.VerifyDependencySelections: skipping registry.terraform.io/hashicorp/helm because it's overridden by a special configuration setting +2025-07-11T08:58:21.033+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.033+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.045+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:58:21.045+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=972118 +2025-07-11T08:58:21.045+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:58:21.051+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:58:21.051+0200" +2025-07-11T08:58:21.079+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:21.079+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin1550258372 network=unix timestamp="2025-07-11T08:58:21.078+0200" +2025-07-11T08:58:21.093+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:21.094+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=972118 +2025-07-11T08:58:21.094+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:21.094+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.094+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.098+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 args=[".terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2"] +2025-07-11T08:58:21.098+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 pid=972133 +2025-07-11T08:58:21.098+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 +2025-07-11T08:58:21.123+0200 [INFO] provider.terraform-provider-argocd_v7.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:21.123+0200" +2025-07-11T08:58:21.134+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:21.134+0200 [DEBUG] provider.terraform-provider-argocd_v7.0.2: plugin address: address=/tmp/plugin3818499200 network=unix timestamp="2025-07-11T08:58:21.134+0200" +2025-07-11T08:58:21.161+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:21.164+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 id=972133 +2025-07-11T08:58:21.164+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:21.164+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.164+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.169+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5"] +2025-07-11T08:58:21.169+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 pid=972154 +2025-07-11T08:58:21.169+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 +2025-07-11T08:58:21.171+0200 [INFO] provider.terraform-provider-external_v2.3.5_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:21.171+0200" +2025-07-11T08:58:21.183+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:21.183+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: plugin address: network=unix address=/tmp/plugin810863427 timestamp="2025-07-11T08:58:21.183+0200" +2025-07-11T08:58:21.192+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:58:21.192+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:21.193+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 id=972154 +2025-07-11T08:58:21.193+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:21.193+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.193+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.197+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:21.197+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=972163 +2025-07-11T08:58:21.197+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:21.211+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:21.211+0200" +2025-07-11T08:58:21.223+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:21.223+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin1593840759 network=unix timestamp="2025-07-11T08:58:21.223+0200" +2025-07-11T08:58:21.233+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:58:21.233+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:21.235+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=972163 +2025-07-11T08:58:21.235+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:21.235+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.235+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.241+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:21.241+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=972178 +2025-07-11T08:58:21.241+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:21.259+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:21.259+0200" +2025-07-11T08:58:21.267+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:21.267+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1929749241 network=unix timestamp="2025-07-11T08:58:21.267+0200" +2025-07-11T08:58:21.318+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:21.320+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=972178 +2025-07-11T08:58:21.320+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:21.320+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.320+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.325+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5"] +2025-07-11T08:58:21.325+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 pid=972198 +2025-07-11T08:58:21.325+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 +2025-07-11T08:58:21.328+0200 [INFO] provider.terraform-provider-local_v2.5.3_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:21.328+0200" +2025-07-11T08:58:21.340+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:21.340+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: plugin address: address=/tmp/plugin314996104 network=unix timestamp="2025-07-11T08:58:21.340+0200" +2025-07-11T08:58:21.349+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:58:21.350+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:21.350+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 id=972198 +2025-07-11T08:58:21.350+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:21.350+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.351+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.355+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5"] +2025-07-11T08:58:21.355+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 pid=972212 +2025-07-11T08:58:21.355+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 +2025-07-11T08:58:21.358+0200 [INFO] provider.terraform-provider-null_v3.2.4_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:21.357+0200" +2025-07-11T08:58:21.369+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:21.369+0200 [DEBUG] provider.terraform-provider-null_v3.2.4_x5: plugin address: address=/tmp/plugin595201534 network=unix timestamp="2025-07-11T08:58:21.369+0200" +2025-07-11T08:58:21.378+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:58:21.378+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:21.379+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 id=972212 +2025-07-11T08:58:21.379+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:21.379+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.379+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.383+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5"] +2025-07-11T08:58:21.384+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 pid=972221 +2025-07-11T08:58:21.384+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 +2025-07-11T08:58:21.387+0200 [INFO] provider.terraform-provider-random_v3.7.2_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:21.387+0200" +2025-07-11T08:58:21.399+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:21.399+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: plugin address: address=/tmp/plugin2424482792 network=unix timestamp="2025-07-11T08:58:21.399+0200" +2025-07-11T08:58:21.409+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:58:21.411+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:21.412+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 id=972221 +2025-07-11T08:58:21.412+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:21.412+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.412+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.416+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/vault/5.1.0/linux_amd64/terraform-provider-vault_v5.1.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/vault/5.1.0/linux_amd64/terraform-provider-vault_v5.1.0_x5"] +2025-07-11T08:58:21.416+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/vault/5.1.0/linux_amd64/terraform-provider-vault_v5.1.0_x5 pid=972231 +2025-07-11T08:58:21.416+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/vault/5.1.0/linux_amd64/terraform-provider-vault_v5.1.0_x5 +2025-07-11T08:58:21.425+0200 [INFO] provider.terraform-provider-vault_v5.1.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:21.425+0200" +2025-07-11T08:58:21.438+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:21.438+0200 [DEBUG] provider.terraform-provider-vault_v5.1.0_x5: plugin address: address=/tmp/plugin2467176724 network=unix timestamp="2025-07-11T08:58:21.438+0200" +2025-07-11T08:58:21.467+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:21.468+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/vault/5.1.0/linux_amd64/terraform-provider-vault_v5.1.0_x5 id=972231 +2025-07-11T08:58:21.468+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:21.468+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.468+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.473+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 args=[".terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1"] +2025-07-11T08:58:21.473+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 pid=972251 +2025-07-11T08:58:21.473+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 +2025-07-11T08:58:21.475+0200 [INFO] provider.terraform-provider-slugify_v0.1.1: configuring server automatic mTLS: timestamp="2025-07-11T08:58:21.475+0200" +2025-07-11T08:58:21.487+0200 [DEBUG] provider.terraform-provider-slugify_v0.1.1: plugin address: address=/tmp/plugin4013604171 network=unix timestamp="2025-07-11T08:58:21.486+0200" +2025-07-11T08:58:21.487+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:21.495+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:58:21.496+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:21.496+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 id=972251 +2025-07-11T08:58:21.496+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:21.496+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.496+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.501+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:58:21.501+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=972259 +2025-07-11T08:58:21.501+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:58:21.510+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:21.509+0200" +2025-07-11T08:58:21.521+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:21.521+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin1362366969 network=unix timestamp="2025-07-11T08:58:21.521+0200" +2025-07-11T08:58:21.534+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:21.535+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=972259 +2025-07-11T08:58:21.535+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:21.536+0200 [DEBUG] Building and walking validate graph +2025-07-11T08:58:21.545+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/zitadel/zitadel"], implied first by module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default +2025-07-11T08:58:21.545+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/random"], implied first by module.postgresql.random_password.postgresql_user_password +2025-07-11T08:58:21.545+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/external"], implied first by module.argocd.data.external.processed_values +2025-07-11T08:58:21.545+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/null"], implied first by module.tenant-365zon.module.minio.null_resource.health_check +2025-07-11T08:58:21.545+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/local"], implied first by module.zitadel.local_file.zitadel_jwt_profile_file +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_secret_key" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.random_password.tenant" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay" (*terraform.NodeValidatableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_namespace.redis" (*terraform.NodeValidatableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.redis.helm_release.redis" (*terraform.NodeValidatableResource) needs module.redis.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn" (*terraform.NodeValidatableResource) needs module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config" (*terraform.NodeValidatableResource) needs module.cluster-init.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay" (*terraform.NodeValidatableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_root_password" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.null_resource.health_check" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/null"] +2025-07-11T08:58:21.546+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.random_password.password" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default" (*terraform.NodeValidatableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.storage" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.zitadel.random_password.zitadel_masterkey" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "data.minio_s3_object.k8s_yaml" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_secret.redis" (*terraform.NodeValidatableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.argocd.random_password.admin_password" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_secret.argocd-tls" (*terraform.NodeValidatableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_secret.mongodb_auth" (*terraform.NodeValidatableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_user_password" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_replica_set_key" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_namespace.argocd" (*terraform.NodeValidatableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay" (*terraform.NodeValidatableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_secret.postgresql_auth" (*terraform.NodeValidatableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_namespace.tenant" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin" (*terraform.NodeValidatableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay" (*terraform.NodeValidatableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.argocd.data.kubernetes_secret.bridge-tls" (*terraform.NodeValidatableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.postgresql.helm_release.postgresql" (*terraform.NodeValidatableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_namespace.postgresql" (*terraform.NodeValidatableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.helm_release.rabbitmq" (*terraform.NodeValidatableResource) needs module.rabbitmq.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.redis.random_password.redis" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.kubernetes_job.create-tenant" (*terraform.NodeValidatableResource) needs module.zitadel-db.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.argocd.data.external.processed_values" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/external"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default" (*terraform.NodeValidatableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.mongodb.helm_release.mongodb" (*terraform.NodeValidatableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_secret.zitadel" (*terraform.NodeValidatableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_namespace.zitadel" (*terraform.NodeValidatableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_root_password" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.zitadel.helm_release.zitadel" (*terraform.NodeValidatableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/local"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth" (*terraform.NodeValidatableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default" (*terraform.NodeValidatableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay" (*terraform.NodeValidatableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_namespace.mongodb" (*terraform.NodeValidatableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_namespace.monitoring" (*terraform.NodeValidatableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default" (*terraform.NodeValidatableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.minio.helm_release.minio" (*terraform.NodeValidatableResource) needs module.minio.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default" (*terraform.NodeValidatableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.argocd.helm_release.argocd" (*terraform.NodeValidatableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.monitoring.random_password.grafana_admin_password" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay" (*terraform.NodeValidatableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.monitoring.helm_release.kube_prometheus_stack" (*terraform.NodeValidatableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_access_key" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_action.groups-claim" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.547+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.548+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.548+0200 [DEBUG] pruning unused module.cluster-init.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:21.548+0200 [DEBUG] pruning unused provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:21.548+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:21.548+0200 [DEBUG] pruning unused module.argocd.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:58:21.548+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.548+0200 [DEBUG] pruning unused module.minio.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.548+0200 [DEBUG] pruning unused module.mongodb.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:58:21.548+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/vault"] +2025-07-11T08:58:21.548+0200 [DEBUG] pruning unused module.postgresql.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:58:21.548+0200 [DEBUG] pruning unused module.zitadel-db.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:21.548+0200 [DEBUG] pruning unused module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.548+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:21.548+0200 [DEBUG] pruning unused module.tenant-365zon.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:21.548+0200 [DEBUG] pruning unused module.rabbitmq.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring" references: [] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_secret.redis" references: [module.redis.random_password.redis module.redis.kubernetes_namespace.redis] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.minio.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.minio.local.k8s_host (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (close)" references: [] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/aminueza/minio\"]" references: [var.region var.secret_key var.access_key var.minio_server] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (close)" references: [] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)" references: [] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)" references: [] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (expand)" references: [] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "output.minio-root-secret-key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (expand)" references: [] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.namespace (expand)" references: [] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.ingressClass (expand)" references: [] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_host (expand)" references: [module.monitoring.local.k8s_config (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_host (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_redirect_uri (expand)" references: [module.zitadel.output.server (expand) module.zitadel-argocd.output.logoutSuffix (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_password (expand)" references: [module.zitadel-db.output.password (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (expand)" references: [] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (close)" references: [] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close)" references: [] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_iam_user.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:21.560+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_host (expand)" references: [module.zitadel.local.k8s_config (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (expand)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.enabled (expand)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (expand)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_id (expand)" references: [module.zitadel-argocd.output.client_id (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.minio.var.ingressClass (expand)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.minio.local.admin_service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.admin_server_dns (expand) module.minio.var.admin_server_dns (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.admin_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.installed (expand)" references: [module.mongodb.helm_release.mongodb] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.replicas (expand)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_api_uri (expand)" references: [module.minio.output.minio_api_uri (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_config (expand)" references: [module.zitadel.var.k8s_config_yaml (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel.helm_release.zitadel" references: [module.zitadel.var.wait_on (expand) module.zitadel.kubernetes_secret.zitadel module.zitadel.var.enabled (expand) module.zitadel.local.service_uri (expand) module.zitadel.var.database (expand) module.zitadel.var.database_username (expand) module.zitadel.var.database_password (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.database_root_username (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.display_on_homepage (expand) module.zitadel.var.ingressClass (expand) module.zitadel.kubernetes_namespace.zitadel] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (expand)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (close)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.rabbitmq_connection_string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_host (expand)" references: [module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default" references: [module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_namespace.tenant" references: [module.tenant-365zon.var.wait_on (expand) module.tenant-365zon.local.name (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default" references: [module.zitadel-argocd.module.zitadel_project.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand) module.zitadel-argocd.module.zitadel_project.var.name (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (close)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.mongodb.helm_release.mongodb" references: [module.mongodb.var.wait_on (expand) module.mongodb.kubernetes_secret.mongodb_auth module.mongodb.kubernetes_namespace.mongodb module.mongodb.var.usernames (expand) module.mongodb.var.databases (expand) module.mongodb.var.replicas (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.argocd.random_password.admin_password" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "output.rabbitmq-connection-string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel (close)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (close)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file" references: [module.zitadel.data.kubernetes_secret.zitadel_admin] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.minio.var.namespace (expand)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.service_uri (expand)" references: [module.zitadel.var.service_name (expand) module.zitadel.var.server_dns (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_host (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.argocd_service_domain (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_config (expand)" references: [module.tenant-365zon.var.k8s_config_yaml (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.local.argocd_uri (expand)" references: [module.zitadel-argocd.var.argocd_service_domain (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.access_instructions (expand)" references: [module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.random_password.grafana_admin_password] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (expand)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (close)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.name (expand)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.minio.var.tls (expand)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (expand)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:58:21.561+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.wait_on (expand)" references: [module.postgresql.output.installed (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_auth (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.database (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.wait_on (expand)" references: [module.minio.output.installed (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_password (expand)" references: [module.redis.output.password (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.service_name (expand)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.scopes (expand)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.installed (expand)" references: [module.argocd.helm_release.argocd] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.connection_string (expand)" references: [module.mongodb.random_password.mongodb_root_password module.mongodb.var.replicas (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (close)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (expand)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.host (expand)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_host (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (close)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (expand)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (expand)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (expand)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_secret_key" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.namespace (expand)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.replicas (expand)" references: [local.node_count (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (close)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.monitoring (close)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay module.tenant-365zon.module.minio.minio_iam_policy.overlay module.tenant-365zon.module.minio.minio_iam_policy.overlay module.tenant-365zon.module.minio.minio_iam_user.overlay] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_secret.argocd-tls" references: [module.argocd.data.kubernetes_secret.bridge-tls module.argocd.data.kubernetes_secret.bridge-tls module.argocd.kubernetes_namespace.argocd] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.output.installed (expand)" references: [module.cluster-init.module.longhorn.output.installed (expand) module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.redis.output.installed (expand)" references: [module.redis.helm_release.redis] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.tenant-365zon.var.domain (expand) module.tenant-365zon.var.jwt_profile_file (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.server_dns (expand)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_host (expand)" references: [module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.name (expand)" references: [module.zitadel-argocd.var.name (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.namespace (expand)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin (expand)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "local.k8s_host (expand)" references: [local.k8s_config (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.minio.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.bucket (expand)" references: [module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_secret.zitadel" references: [module.zitadel.var.enabled (expand) module.zitadel.random_password.zitadel_masterkey module.zitadel.kubernetes_namespace.zitadel] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.wait_on (expand)" references: [module.cluster-init.var.wait_on (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_config (expand)" references: [module.postgresql.var.k8s_config_yaml (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_access_key (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.minio (close)" references: [] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:58:21.562+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)" references: [module.tenant-365zon.kubernetes_namespace.tenant] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (validation)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "local.bridge_dns (expand)" references: [local.tld (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.enabled (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.namespace (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.grafana_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth" references: [module.monitoring.var.remote_write_username (expand) module.monitoring.var.remote_write_password (expand) module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.wait_on (expand)" references: [module.zitadel-argocd.output.installed (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.redis.output.password (expand)" references: [module.redis.random_password.redis] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings" references: [module.tenant-365zon.var.mongodb_connection_string (expand) module.tenant-365zon.var.rabbitmq_connection_string (expand) module.tenant-365zon.kubernetes_namespace.tenant] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.random_password.tenant" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.service_name (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_secret_key (expand)" references: [module.minio.random_password.minio_secret_key] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "local.cluster_shortname (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.helm_release.rabbitmq" references: [module.rabbitmq.random_password.password module.rabbitmq.var.wait_on (expand) module.rabbitmq.random_password.password module.rabbitmq.var.namespace (expand) module.rabbitmq.var.replicas (expand) module.rabbitmq.local.service_uri (expand) module.rabbitmq.var.admin (expand) module.rabbitmq.var.tls (expand) module.rabbitmq.var.ingressClass (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "output.minio-secret-key (expand)" references: [module.tenant-365zon.output.minio_secret_key (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand)" references: [module.zitadel-bootstrap.var.domain (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.jwt_profile_file (expand)" references: [module.zitadel.local_file.zitadel_jwt_profile_file] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (close)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_namespace.redis" references: [module.redis.var.namespace (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "var.minio_server" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.region (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "var.endpoints" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.redis.var.wait_on (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)" references: [module.tenant-365zon.var.org_id (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_config (expand)" references: [module.argocd.var.k8s_config_yaml (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_config (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (close)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_auth (expand)" references: [module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_secret.postgresql_auth" references: [module.postgresql.var.wait_on (expand) module.postgresql.var.enabled (expand) module.postgresql.random_password.postgresql_user_password module.postgresql.random_password.postgresql_root_password module.postgresql.kubernetes_namespace.postgresql] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.service_uri (expand)" references: [module.rabbitmq.var.service_name (expand) module.rabbitmq.var.server_dns (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_auth (expand)" references: [module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_config (expand)" references: [module.mongodb.var.k8s_config_yaml (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.minio.output.secret_key (expand)" references: [module.minio.random_password.minio_secret_key] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.redis (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default" references: [module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.tld (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_host (expand)" references: [module.argocd.local.k8s_config (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.connection_string (expand)" references: [module.rabbitmq.random_password.password module.rabbitmq.var.namespace (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_admin_uri (expand)" references: [module.minio.local.admin_service_uri (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (close)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand)" references: [] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.password (expand)" references: [module.zitadel-db.random_password.tenant] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default" references: [module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project.default] +2025-07-11T08:58:21.563+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.name (expand)" references: [] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.idp_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.storage" references: [module.tenant-365zon.module.minio.output.access_key (expand) module.tenant-365zon.module.minio.output.secret_key (expand) module.tenant-365zon.var.minio_api_uri (expand) module.tenant-365zon.module.minio.output.bucket (expand) module.tenant-365zon.kubernetes_namespace.tenant] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay" references: [module.tenant-365zon.module.minio.null_resource.health_check module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.kubernetes_secret.bridge-tls" references: [] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.enabled (expand)" references: [] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "output.mongodb-connection-string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd" references: [module.argocd.var.wait_on (expand) module.argocd.kubernetes_secret.argocd-tls module.argocd.data.external.processed_values module.argocd.random_password.admin_password module.argocd.kubernetes_namespace.argocd] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "output.argocd-root-password (expand)" references: [module.argocd.output.admin_password (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_host (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand)" references: [] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_database (expand)" references: [] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_auth (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-bootstrap.var.jwt_profile_file (expand) module.zitadel-bootstrap.var.domain (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel.random_password.zitadel_masterkey" references: [] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default" references: [module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand)" references: [] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand)" references: [] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand)" references: [] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_auth (expand)" references: [module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)" references: [] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.access_key (expand)" references: [module.tenant-365zon.var.minio_access_key (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_auth (expand)" references: [module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.postgresql (close)" references: [] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.server (expand)" references: [module.tenant-365zon.var.minio_server (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_access_key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.minio.var.displayOnHomepage (expand)" references: [] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.root_password (expand)" references: [module.postgresql.random_password.postgresql_root_password] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.owners (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (expand)" references: [] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (expand)" references: [] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (close)" references: [] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.minio.output.installed (expand)" references: [module.minio.helm_release.minio] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.wait_on (expand)" references: [] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/null\"]" references: [] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.random_password.password" references: [] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_bucket (expand)" references: [module.tenant-365zon.module.minio.output.bucket (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-argocd.var.jwt_profile_file (expand) module.zitadel-argocd.var.domain (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_host (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.redis.helm_release.redis" references: [module.redis.var.wait_on (expand) module.redis.var.architecture (expand) module.redis.var.architecture (validation) module.redis.kubernetes_namespace.redis] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)] +2025-07-11T08:58:21.564+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)" references: [module.tenant-365zon.var.user_id (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_secret (expand)" references: [module.zitadel-argocd.output.client_secret (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_auth (expand)" references: [module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.installed (expand)" references: [module.postgresql.helm_release.postgresql] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (close)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.namespace (expand)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_config (expand)" references: [module.zitadel-bootstrap.var.k8s_config_yaml (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (close)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.postgresql.helm_release.postgresql" references: [module.postgresql.var.wait_on (expand) module.postgresql.kubernetes_secret.postgresql_auth module.postgresql.var.enabled (expand) module.postgresql.var.username (expand) module.postgresql.kubernetes_namespace.postgresql] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_access_key (expand)" references: [module.minio.random_password.minio_access_key] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (expand)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.redis.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.minio.output.access_key (expand)" references: [module.minio.random_password.minio_access_key] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.provider[\"registry.terraform.io/aminueza/minio\"]" references: [module.tenant-365zon.module.minio.var.secret_key (expand) module.tenant-365zon.module.minio.var.access_key (expand) module.tenant-365zon.module.minio.var.server (expand) module.tenant-365zon.module.minio.var.region (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "data.minio_s3_object.k8s_yaml" references: [var.bucket] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel (expand)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.secret_key (expand)" references: [module.tenant-365zon.var.minio_secret_key (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.minio.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.databases (expand)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_username (expand)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_auth (expand)" references: [module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_auth (expand)" references: [module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.grpc_service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_config (expand)" references: [module.minio.var.k8s_config_yaml (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/external\"]" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (close)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.password (expand)" references: [module.postgresql.random_password.postgresql_user_password] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (close)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_auth (expand)" references: [module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_api_uri (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_namespace.postgresql" references: [module.postgresql.var.enabled (expand) module.postgresql.var.namespace (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.rabbitmq.local.k8s_host (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (expand)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_host (expand)" references: [module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_host (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.redis_db_next_start_index (expand)" references: [module.argocd.var.redis_db_start_index (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.job_name (expand)" references: [module.zitadel-db.var.enabled (expand) module.zitadel-db.kubernetes_job.create-tenant] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_namespace.zitadel" references: [module.zitadel.var.enabled (expand) module.zitadel.var.namespace (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default" references: [module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "var.region" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (expand)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.argocd (expand)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_server (expand)" references: [module.minio.output.minio_server (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_username (expand)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.mongodb (close)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.postgresql (expand)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.minio.var.service_name (expand)" references: [] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:58:21.565+0200 [DEBUG] ReferenceTransformer: "module.redis.random_password.redis" references: [] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.ingressClass (expand)" references: [] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_host (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand)] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (expand)" references: [] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.minio.var.replicas (expand)" references: [] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_host (expand)" references: [module.postgresql.local.k8s_config (expand)] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_config (expand)" references: [module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.minio.var.storageSize (expand)" references: [] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.tls (expand)" references: [] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin_server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:58:21.566+0200 [DEBUG] ReferenceTransformer: "module.monitoring.random_password.grafana_admin_password" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.kubernetes_job.create-tenant" references: [module.zitadel-db.var.wait_on (expand) module.zitadel-db.var.enabled (expand) module.zitadel-db.var.namespace (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.host (expand) module.zitadel-db.var.root_username (expand) module.zitadel-db.var.root_password (expand) module.zitadel-db.var.root_database (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.name (expand) module.zitadel-db.random_password.tenant] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.tls (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_host (expand)" references: [module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.ingressClass (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.minio.var.mode (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.admin_password (expand)" references: [module.argocd.random_password.admin_password] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.minio (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "output.monitoring (expand)" references: [module.monitoring.output.access_instructions (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.mongodb (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.wait_on (expand)" references: [module.zitadel-db.output.installed (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.cluster-init.module.longhorn.local.k8s_host (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_secret.mongodb_auth" references: [module.mongodb.var.wait_on (expand) module.mongodb.random_password.mongodb_root_password module.mongodb.random_password.mongodb_replica_set_key module.mongodb.kubernetes_namespace.mongodb] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (close)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.argocd (close)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "var.vault_addr" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_config (expand)" references: [module.rabbitmq.var.k8s_config_yaml (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack" references: [module.monitoring.var.wait_on (expand) module.monitoring.kubernetes_secret.prometheus_remote_write_auth module.monitoring.kubernetes_namespace.monitoring module.monitoring.var.remote_write_url (expand) module.monitoring.var.remote_read_url (expand) module.monitoring.random_password.grafana_admin_password] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.minio.helm_release.minio" references: [module.minio.var.namespace (expand) module.minio.var.mode (expand) module.minio.var.replicas (expand) module.minio.var.replicas (expand) module.minio.var.storageSize (expand) module.minio.local.service_uri (expand) module.minio.local.admin_service_uri (expand) module.minio.var.admin (expand) module.minio.var.mode (expand) module.minio.var.tls (expand) module.minio.var.ingressClass (expand) module.minio.var.displayOnHomepage (expand) module.minio.random_password.minio_access_key module.minio.random_password.minio_secret_key] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.wait_on (expand)" references: [module.argocd.output.installed (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_username (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.alertmanager_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.username (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "var.access_key" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_secret_key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.redis.var.namespace (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "output.minio-root-access-key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.enabled (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)" references: [module.tenant-365zon.local.name (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "local.k8s_config_yaml (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_config (expand)" references: [module.monitoring.var.k8s_config_yaml (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_config (expand)" references: [module.redis.var.k8s_config_yaml (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "var.secret_key" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_user_password" references: [] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.external.processed_values" references: [module.argocd.local.service_uri (expand) module.argocd.var.server_dns (expand) module.argocd.local.grpc_service_uri (expand) module.argocd.var.redis_db_start_index (expand) module.argocd.var.redis_password (expand) module.argocd.var.oauth_uri (expand) module.argocd.var.oauth_issuer (expand) module.argocd.var.oauth_client_id (expand) module.argocd.var.oauth_client_secret (expand) module.argocd.var.oauth_redirect_uri (expand) module.argocd.var.tls (expand) module.argocd.var.ingressClass (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:21.567+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (expand)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.email (expand)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.minio.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "local.k8s_config (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "local.tld (expand)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.display_on_homepage (expand)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.installed (expand)" references: [module.zitadel-db.kubernetes_job.create-tenant] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_replica_set_key" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.service_name (expand)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (close)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "var.vault_token" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.ingressClass (expand)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_access_key" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.namespace (expand)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.monitoring (expand)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_root_password" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_url (expand)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_secret_key (expand)" references: [module.tenant-365zon.module.minio.output.secret_key (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database (expand)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.installed (expand)" references: [module.zitadel.helm_release.zitadel module.zitadel.local_file.zitadel_jwt_profile_file] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.prometheus_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.name (expand)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_uri (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.mongodb_connection_string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (close)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.service_name (expand)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_host (expand)" references: [module.minio.local.k8s_config (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.output.installed (expand)" references: [module.cluster-init.module.longhorn.helm_release.longhorn] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (close)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default" references: [module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.email (expand) module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_namespace.argocd" references: [module.argocd.var.namespace (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_issuer (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.server (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_namespace.mongodb" references: [module.mongodb.var.namespace (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_read_url (expand)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_auth (expand)" references: [module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "var.bucket" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_username (expand)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.wait_on (expand)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_config (expand)" references: [module.zitadel-db.var.k8s_config_yaml (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_root_password" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.secret_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (close)" references: [] +2025-07-11T08:58:21.568+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.wait_on (expand)" references: [] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "local.cluster_dns (expand)" references: [local.cluster_shortname (expand) local.tld (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin" references: [module.zitadel.helm_release.zitadel module.zitadel.var.namespace (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.username (expand)" references: [] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.uri (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: [] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (close)" references: [] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (expand)" references: [] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.redis (close)" references: [] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.namespace (expand)" references: [] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)" references: [] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.usernames (expand)" references: [] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.org_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.service_uri (expand)" references: [module.monitoring.var.service_name (expand) module.monitoring.var.server_dns (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_host (expand)" references: [module.mongodb.local.k8s_config (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.installed (expand)" references: [module.rabbitmq.helm_release.rabbitmq] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "local.node_count (expand)" references: [] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.application_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.null_resource.health_check" references: [module.tenant-365zon.module.minio.var.wait_on (expand) module.tenant-365zon.module.minio.var.server (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn" references: [module.cluster-init.module.longhorn.var.wait_on (expand) module.cluster-init.module.longhorn.var.namespace (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.admin (expand)" references: [] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (close)" references: [] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "local.k8s_auth (expand)" references: [local.k8s_config (expand) local.k8s_config (expand) local.k8s_config (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_server (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.logoutSuffix (expand)" references: [] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.user_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.namespace (expand)" references: [] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_db_start_index (expand)" references: [] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "output.minio-access-key (expand)" references: [module.tenant-365zon.output.minio_access_key (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)" references: [] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.name (expand)" references: [] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_auth (expand)" references: [module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.access_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay" references: [module.tenant-365zon.module.minio.null_resource.health_check module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_action.groups-claim" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_password (expand)" references: [] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (expand)" references: [] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_auth (expand)" references: [module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_host (expand)" references: [module.redis.local.k8s_config (expand)] +2025-07-11T08:58:21.569+0200 [DEBUG] ReferenceTransformer: "module.minio.local.service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:58:21.637+0200 [DEBUG] Starting graph walk: walkValidate +2025-07-11T08:58:21.640+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.640+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.647+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5"] +2025-07-11T08:58:21.647+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 pid=972279 +2025-07-11T08:58:21.647+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 +2025-07-11T08:58:21.650+0200 [INFO] provider.terraform-provider-random_v3.7.2_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:21.650+0200" +2025-07-11T08:58:21.662+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:21.662+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: plugin address: network=unix address=/tmp/plugin657561498 timestamp="2025-07-11T08:58:21.662+0200" +2025-07-11T08:58:21.670+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.670+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.676+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5"] +2025-07-11T08:58:21.677+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 pid=972288 +2025-07-11T08:58:21.677+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 +2025-07-11T08:58:21.679+0200 [INFO] provider.terraform-provider-local_v2.5.3_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:21.679+0200" +2025-07-11T08:58:21.691+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: plugin address: address=/tmp/plugin1386197103 network=unix timestamp="2025-07-11T08:58:21.691+0200" +2025-07-11T08:58:21.691+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:21.699+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.699+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.703+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5"] +2025-07-11T08:58:21.703+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 pid=972296 +2025-07-11T08:58:21.703+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 +2025-07-11T08:58:21.706+0200 [INFO] provider.terraform-provider-external_v2.3.5_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:21.706+0200" +2025-07-11T08:58:21.718+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:21.718+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: plugin address: address=/tmp/plugin2580351413 network=unix timestamp="2025-07-11T08:58:21.718+0200" +2025-07-11T08:58:21.727+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.727+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.731+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:21.731+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=972305 +2025-07-11T08:58:21.731+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:21.745+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:21.745+0200" +2025-07-11T08:58:21.757+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin1853341221 network=unix timestamp="2025-07-11T08:58:21.757+0200" +2025-07-11T08:58:21.757+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:21.765+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.765+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.770+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:21.770+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=972318 +2025-07-11T08:58:21.770+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:21.782+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:21.782+0200" +2025-07-11T08:58:21.794+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:21.794+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin3213144369 network=unix timestamp="2025-07-11T08:58:21.794+0200" +2025-07-11T08:58:21.802+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.802+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.807+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5"] +2025-07-11T08:58:21.807+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 pid=972332 +2025-07-11T08:58:21.807+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 +2025-07-11T08:58:21.810+0200 [INFO] provider.terraform-provider-null_v3.2.4_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:21.810+0200" +2025-07-11T08:58:21.822+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:21.822+0200 [DEBUG] provider.terraform-provider-null_v3.2.4_x5: plugin address: address=/tmp/plugin240359382 network=unix timestamp="2025-07-11T08:58:21.822+0200" +2025-07-11T08:58:21.830+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.830+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.834+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:58:21.835+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=972340 +2025-07-11T08:58:21.835+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:58:21.841+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:58:21.841+0200" +2025-07-11T08:58:21.867+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:21.867+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin973168285 network=unix timestamp="2025-07-11T08:58:21.867+0200" +2025-07-11T08:58:21.879+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.879+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.883+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:21.883+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=972351 +2025-07-11T08:58:21.883+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:21.902+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:21.902+0200" +2025-07-11T08:58:21.910+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:21.910+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2483510580 network=unix timestamp="2025-07-11T08:58:21.910+0200" +2025-07-11T08:58:21.917+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.917+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.921+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:21.922+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=972367 +2025-07-11T08:58:21.922+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:21.942+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:21.942+0200" +2025-07-11T08:58:21.950+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:21.950+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: network=unix address=/tmp/plugin1059771232 timestamp="2025-07-11T08:58:21.950+0200" +2025-07-11T08:58:21.957+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.957+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.961+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:21.962+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=972385 +2025-07-11T08:58:21.962+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:21.980+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:21.980+0200" +2025-07-11T08:58:21.988+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:21.988+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2599232329 network=unix timestamp="2025-07-11T08:58:21.988+0200" +2025-07-11T08:58:21.994+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:21.994+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:21.999+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:22.000+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=972402 +2025-07-11T08:58:22.000+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:22.019+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.019+0200" +2025-07-11T08:58:22.027+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:22.027+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1728957820 network=unix timestamp="2025-07-11T08:58:22.027+0200" +2025-07-11T08:58:22.034+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.034+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.039+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:22.039+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=972419 +2025-07-11T08:58:22.039+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:22.052+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.052+0200" +2025-07-11T08:58:22.064+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:22.064+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin1093118601 network=unix timestamp="2025-07-11T08:58:22.064+0200" +2025-07-11T08:58:22.073+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:22.073+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.073+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.073+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:22.073+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:22.078+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:22.078+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=972433 +2025-07-11T08:58:22.078+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:22.091+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.091+0200" +2025-07-11T08:58:22.103+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:22.103+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin3693429241 network=unix timestamp="2025-07-11T08:58:22.103+0200" +2025-07-11T08:58:22.112+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:22.112+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.112+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.116+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:22.116+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=972447 +2025-07-11T08:58:22.116+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:22.134+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.134+0200" +2025-07-11T08:58:22.142+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:22.142+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin3235933821 network=unix timestamp="2025-07-11T08:58:22.142+0200" +2025-07-11T08:58:22.149+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.149+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.153+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:22.153+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=972465 +2025-07-11T08:58:22.153+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:22.171+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.171+0200" +2025-07-11T08:58:22.180+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1797319436 network=unix timestamp="2025-07-11T08:58:22.180+0200" +2025-07-11T08:58:22.180+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:22.187+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.187+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.191+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:22.192+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=972480 +2025-07-11T08:58:22.192+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:22.205+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.205+0200" +2025-07-11T08:58:22.217+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:22.217+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin2066384697 network=unix timestamp="2025-07-11T08:58:22.217+0200" +2025-07-11T08:58:22.225+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.225+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.225+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:22.229+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:22.230+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=972496 +2025-07-11T08:58:22.230+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:22.247+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.247+0200" +2025-07-11T08:58:22.255+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:22.255+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2406913945 network=unix timestamp="2025-07-11T08:58:22.255+0200" +2025-07-11T08:58:22.262+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.262+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.266+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:22.267+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=972514 +2025-07-11T08:58:22.267+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:22.279+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.279+0200" +2025-07-11T08:58:22.291+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:22.291+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin3764018326 network=unix timestamp="2025-07-11T08:58:22.291+0200" +2025-07-11T08:58:22.300+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.300+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.300+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:22.304+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:22.305+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=972529 +2025-07-11T08:58:22.305+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:22.323+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.323+0200" +2025-07-11T08:58:22.331+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:22.331+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin3163627476 network=unix timestamp="2025-07-11T08:58:22.331+0200" +2025-07-11T08:58:22.338+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.338+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.343+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:22.343+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=972546 +2025-07-11T08:58:22.343+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:22.361+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.361+0200" +2025-07-11T08:58:22.369+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:22.369+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin24455448 network=unix timestamp="2025-07-11T08:58:22.369+0200" +2025-07-11T08:58:22.376+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.376+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.380+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:22.381+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=972564 +2025-07-11T08:58:22.381+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:22.394+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.393+0200" +2025-07-11T08:58:22.405+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:22.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin2114324729 network=unix timestamp="2025-07-11T08:58:22.405+0200" +2025-07-11T08:58:22.413+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.413+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.413+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:22.418+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:22.418+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=972580 +2025-07-11T08:58:22.418+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:22.431+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.431+0200" +2025-07-11T08:58:22.444+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin273313888 network=unix timestamp="2025-07-11T08:58:22.443+0200" +2025-07-11T08:58:22.444+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:22.451+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.451+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:22.451+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.456+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:22.456+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=972593 +2025-07-11T08:58:22.456+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:22.469+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.469+0200" +2025-07-11T08:58:22.480+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:22.480+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: network=unix address=/tmp/plugin1778225252 timestamp="2025-07-11T08:58:22.480+0200" +2025-07-11T08:58:22.489+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:22.495+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:22.495+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:22.498+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.501+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=972385 +2025-07-11T08:58:22.501+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.501+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:22.501+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.502+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 id=972279 +2025-07-11T08:58:22.502+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.503+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.504+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=972447 +2025-07-11T08:58:22.504+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.504+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:22.504+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.505+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=972340 +2025-07-11T08:58:22.505+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.505+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.506+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 id=972332 +2025-07-11T08:58:22.506+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.507+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.509+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=972480 +2025-07-11T08:58:22.509+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.509+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.510+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=972529 +2025-07-11T08:58:22.510+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.510+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.510+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:22.511+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=972402 +2025-07-11T08:58:22.511+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.512+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.513+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=972514 +2025-07-11T08:58:22.513+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.513+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.514+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=972465 +2025-07-11T08:58:22.514+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.515+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.515+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:22.516+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=972305 +2025-07-11T08:58:22.516+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.516+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.517+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=972433 +2025-07-11T08:58:22.518+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.518+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.518+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.524+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:58:22.525+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=972618 +2025-07-11T08:58:22.525+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:58:22.531+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.531+0200" +2025-07-11T08:58:22.557+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:22.557+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin2320243643 network=unix timestamp="2025-07-11T08:58:22.557+0200" +2025-07-11T08:58:22.570+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.570+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:22.572+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=972546 +2025-07-11T08:58:22.572+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.572+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.574+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=972318 +2025-07-11T08:58:22.574+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.574+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.575+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=972351 +2025-07-11T08:58:22.575+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.575+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.575+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:22.577+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=972564 +2025-07-11T08:58:22.577+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.578+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.579+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=972593 +2025-07-11T08:58:22.579+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.579+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.580+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=972496 +2025-07-11T08:58:22.580+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.582+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.583+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=972618 +2025-07-11T08:58:22.583+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.583+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.584+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 id=972288 +2025-07-11T08:58:22.584+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.584+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.584+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.588+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:58:22.589+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=972632 +2025-07-11T08:58:22.589+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:58:22.597+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.597+0200" +2025-07-11T08:58:22.609+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:22.609+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: network=unix address=/tmp/plugin2285186318 timestamp="2025-07-11T08:58:22.608+0200" +2025-07-11T08:58:22.617+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.617+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.621+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:58:22.621+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=972646 +2025-07-11T08:58:22.621+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:58:22.629+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.629+0200" +2025-07-11T08:58:22.640+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:22.640+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin3686458173 network=unix timestamp="2025-07-11T08:58:22.640+0200" +2025-07-11T08:58:22.648+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.648+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.654+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:58:22.654+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=972664 +2025-07-11T08:58:22.654+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:58:22.655+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_req_id=90b8e741-d479-ba91-d43e-31930ff47f08 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.655+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=port tf_req_id=90b8e741-d479-ba91-d43e-31930ff47f08 tf_rpc=ValidateProviderConfig tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.655+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=90b8e741-d479-ba91-d43e-31930ff47f08 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.655+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_mux_provider="*proto6server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=domain tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=90b8e741-d479-ba91-d43e-31930ff47f08 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.655+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_attribute_path=insecure tf_req_id=90b8e741-d479-ba91-d43e-31930ff47f08 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.655+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=insecure tf_req_id=90b8e741-d479-ba91-d43e-31930ff47f08 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.655+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_mux_provider="*proto6server.Server" @module=sdk.framework tf_attribute_path=token tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=90b8e741-d479-ba91-d43e-31930ff47f08 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.655+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=token tf_req_id=90b8e741-d479-ba91-d43e-31930ff47f08 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.655+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=90b8e741-d479-ba91-d43e-31930ff47f08 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.655+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_req_id=90b8e741-d479-ba91-d43e-31930ff47f08 timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.655+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=jwt_profile_json tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_mux_provider="*proto6server.Server" tf_req_id=90b8e741-d479-ba91-d43e-31930ff47f08 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.655+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=jwt_profile_json tf_req_id=90b8e741-d479-ba91-d43e-31930ff47f08 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.655+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=jwt_profile_json tf_rpc=ValidateProviderConfig tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=00106396-babf-85ab-ffba-7b1ce1751c8d timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.655+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_req_id=00106396-babf-85ab-ffba-7b1ce1751c8d @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig tf_attribute_path=jwt_profile_json tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.655+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=port @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=00106396-babf-85ab-ffba-7b1ce1751c8d tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.655+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_req_id=00106396-babf-85ab-ffba-7b1ce1751c8d timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.655+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=sdk.framework tf_req_id=00106396-babf-85ab-ffba-7b1ce1751c8d tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=domain timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.655+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_req_id=00106396-babf-85ab-ffba-7b1ce1751c8d @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.656+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=insecure tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=00106396-babf-85ab-ffba-7b1ce1751c8d tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.656+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=00106396-babf-85ab-ffba-7b1ce1751c8d @module=sdk.framework tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=insecure timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.656+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_rpc=ValidateProviderConfig tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=00106396-babf-85ab-ffba-7b1ce1751c8d timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.656+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_req_id=00106396-babf-85ab-ffba-7b1ce1751c8d timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.656+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_req_id=00106396-babf-85ab-ffba-7b1ce1751c8d tf_rpc=ValidateProviderConfig tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.656+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=00106396-babf-85ab-ffba-7b1ce1751c8d tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=jwt_profile_file timestamp="2025-07-11T08:58:22.655+0200" +2025-07-11T08:58:22.661+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.661+0200" +2025-07-11T08:58:22.673+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:22.673+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: network=unix address=/tmp/plugin3619972233 timestamp="2025-07-11T08:58:22.673+0200" +2025-07-11T08:58:22.684+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.685+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=972646 +2025-07-11T08:58:22.685+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.686+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_req_id=67488c5c-8019-6bdc-81e7-1dc9b6c2eedc timestamp="2025-07-11T08:58:22.686+0200" +2025-07-11T08:58:22.686+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=port tf_req_id=67488c5c-8019-6bdc-81e7-1dc9b6c2eedc tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:58:22.686+0200" +2025-07-11T08:58:22.686+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=67488c5c-8019-6bdc-81e7-1dc9b6c2eedc @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=domain tf_rpc=ValidateProviderConfig @module=sdk.framework timestamp="2025-07-11T08:58:22.686+0200" +2025-07-11T08:58:22.686+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=domain tf_rpc=ValidateProviderConfig tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=67488c5c-8019-6bdc-81e7-1dc9b6c2eedc timestamp="2025-07-11T08:58:22.686+0200" +2025-07-11T08:58:22.686+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=insecure tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=67488c5c-8019-6bdc-81e7-1dc9b6c2eedc @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:22.686+0200" +2025-07-11T08:58:22.686+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=insecure tf_req_id=67488c5c-8019-6bdc-81e7-1dc9b6c2eedc @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:22.686+0200" +2025-07-11T08:58:22.686+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_req_id=67488c5c-8019-6bdc-81e7-1dc9b6c2eedc tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:22.686+0200" +2025-07-11T08:58:22.686+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_req_id=67488c5c-8019-6bdc-81e7-1dc9b6c2eedc timestamp="2025-07-11T08:58:22.686+0200" +2025-07-11T08:58:22.686+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=jwt_profile_file tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=67488c5c-8019-6bdc-81e7-1dc9b6c2eedc tf_rpc=ValidateProviderConfig @module=sdk.framework tf_mux_provider="*proto6server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T08:58:22.686+0200" +2025-07-11T08:58:22.686+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_req_id=67488c5c-8019-6bdc-81e7-1dc9b6c2eedc @module=sdk.framework timestamp="2025-07-11T08:58:22.686+0200" +2025-07-11T08:58:22.686+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=jwt_profile_json tf_req_id=67488c5c-8019-6bdc-81e7-1dc9b6c2eedc tf_rpc=ValidateProviderConfig tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:58:22.686+0200" +2025-07-11T08:58:22.686+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=sdk.framework tf_attribute_path=jwt_profile_json tf_mux_provider="*proto6server.Server" tf_req_id=67488c5c-8019-6bdc-81e7-1dc9b6c2eedc tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 timestamp="2025-07-11T08:58:22.686+0200" +2025-07-11T08:58:22.690+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.691+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=972664 +2025-07-11T08:58:22.691+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.692+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.693+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 id=972296 +2025-07-11T08:58:22.693+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.693+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:22.696+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.697+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=972419 +2025-07-11T08:58:22.697+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.698+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:22.701+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.702+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=972580 +2025-07-11T08:58:22.702+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.708+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.709+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=972367 +2025-07-11T08:58:22.709+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.710+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:22.711+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=972632 +2025-07-11T08:58:22.711+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:22.711+0200 [INFO] backend/local: apply calling Plan +2025-07-11T08:58:22.711+0200 [DEBUG] Building and walking plan graph for NormalMode +2025-07-11T08:58:22.721+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/zitadel/zitadel"], implied first by module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) +2025-07-11T08:58:22.721+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/null"], implied first by module.tenant-365zon.module.minio.null_resource.health_check (expand) +2025-07-11T08:58:22.721+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/random"], implied first by module.minio.random_password.minio_access_key (expand) +2025-07-11T08:58:22.721+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/external"], implied first by module.argocd.data.external.processed_values (expand) +2025-07-11T08:58:22.721+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/local"], implied first by module.zitadel.local_file.zitadel_jwt_profile_file (expand) +2025-07-11T08:58:22.722+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.722+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.722+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.mongodb.helm_release.mongodb (expand)" (*terraform.nodeExpandPlannableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_namespace.tenant (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn (expand)" (*terraform.nodeExpandPlannableResource) needs module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.storage (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "data.minio_s3_object.k8s_yaml (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.argocd.helm_release.argocd (expand)" (*terraform.nodeExpandPlannableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_namespace.mongodb (expand)" (*terraform.nodeExpandPlannableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_secret.redis (expand)" (*terraform.nodeExpandPlannableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.zitadel.helm_release.zitadel (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.helm_release.rabbitmq (expand)" (*terraform.nodeExpandPlannableResource) needs module.rabbitmq.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.monitoring.helm_release.kube_prometheus_stack (expand)" (*terraform.nodeExpandPlannableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.random_password.password (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_namespace.argocd (expand)" (*terraform.nodeExpandPlannableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.redis.helm_release.redis (expand)" (*terraform.nodeExpandPlannableResource) needs module.redis.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_namespace.zitadel (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_replica_set_key (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.monitoring.random_password.grafana_admin_password (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_access_key (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.argocd.data.external.processed_values (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/external"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_root_password (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_secret.postgresql_auth (expand)" (*terraform.nodeExpandPlannableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_secret.mongodb_auth (expand)" (*terraform.nodeExpandPlannableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_namespace.redis (expand)" (*terraform.nodeExpandPlannableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.kubernetes_job.create-tenant (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-db.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.723+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_action.groups-claim (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_secret_key (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/local"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand)" (*terraform.nodeExpandPlannableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.argocd.data.kubernetes_secret.bridge-tls (expand)" (*terraform.nodeExpandPlannableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.argocd.random_password.admin_password (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_user_password (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.minio.helm_release.minio (expand)" (*terraform.nodeExpandPlannableResource) needs module.minio.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_root_password (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)" (*terraform.nodeExpandPlannableResource) needs module.cluster-init.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.zitadel.random_password.zitadel_masterkey (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.random_password.tenant (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.redis.random_password.redis (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.postgresql.helm_release.postgresql (expand)" (*terraform.nodeExpandPlannableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_namespace.postgresql (expand)" (*terraform.nodeExpandPlannableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_secret.argocd-tls (expand)" (*terraform.nodeExpandPlannableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_secret.zitadel (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_namespace.monitoring (expand)" (*terraform.nodeExpandPlannableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.null_resource.health_check (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/null"] +2025-07-11T08:58:22.724+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.725+0200 [DEBUG] pruning unused module.rabbitmq.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.725+0200 [DEBUG] pruning unused module.cluster-init.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:22.725+0200 [DEBUG] pruning unused module.postgresql.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:58:22.725+0200 [DEBUG] pruning unused module.minio.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.725+0200 [DEBUG] pruning unused module.argocd.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:58:22.725+0200 [DEBUG] pruning unused module.tenant-365zon.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:22.725+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:22.725+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.725+0200 [DEBUG] pruning unused module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.725+0200 [DEBUG] pruning unused module.mongodb.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:58:22.725+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/vault"] +2025-07-11T08:58:22.725+0200 [DEBUG] pruning unused module.zitadel-db.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:22.725+0200 [DEBUG] pruning unused provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:22.725+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:22.725+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "output.mongodb-connection-string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (expand)" references: [] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.name (expand)" references: [module.zitadel-argocd.var.name (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "output.argocd-root-password (expand)" references: [module.argocd.output.admin_password (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (close)" references: [] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_redirect_uri (expand)" references: [module.zitadel.output.server (expand) module.zitadel-argocd.output.logoutSuffix (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "local.k8s_config (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (expand)" references: [] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.wait_on (expand)" references: [module.zitadel-argocd.output.installed (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.random_password.password (expand)" references: [] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_replica_set_key (expand)" references: [] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.mongodb.helm_release.mongodb (expand)" references: [module.mongodb.var.wait_on (expand) module.mongodb.kubernetes_secret.mongodb_auth (expand) module.mongodb.var.usernames (expand) module.mongodb.var.databases (expand) module.mongodb.var.replicas (expand) module.mongodb.kubernetes_namespace.mongodb (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.argocd.random_password.admin_password (expand)" references: [] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.name (expand)" references: [] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_server (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.uri (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand)" references: [] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.wait_on (expand)" references: [module.zitadel-db.output.installed (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_auth (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (close)" references: [] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (expand)" references: [] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.argocd (close)" references: [] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_issuer (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.service_name (expand)" references: [] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand)" references: [] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.username (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "var.minio_server" references: [] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)" references: [] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (close)" references: [] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (close)" references: [] +2025-07-11T08:58:22.737+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_namespace.argocd (expand)" references: [module.argocd.var.namespace (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.minio.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)" references: [module.tenant-365zon.local.name (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_config (expand)" references: [module.mongodb.var.k8s_config_yaml (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_config (expand)" references: [module.rabbitmq.var.k8s_config_yaml (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (expand)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.ingressClass (expand)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.service_name (expand)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (expand)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.monitoring (close)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.redis (expand)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.access_key (expand)" references: [module.tenant-365zon.var.minio_access_key (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "output.minio-secret-key (expand)" references: [module.tenant-365zon.output.minio_secret_key (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (close)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.wait_on (expand)" references: [module.cluster-init.var.wait_on (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.local.argocd_uri (expand)" references: [module.zitadel-argocd.var.argocd_service_domain (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.minio.var.displayOnHomepage (expand)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.access_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.zitadel.helm_release.zitadel (expand)" references: [module.zitadel.var.wait_on (expand) module.zitadel.kubernetes_secret.zitadel (expand) module.zitadel.var.enabled (expand) module.zitadel.local.service_uri (expand) module.zitadel.var.database (expand) module.zitadel.var.database_username (expand) module.zitadel.var.database_password (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.database_root_username (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.display_on_homepage (expand) module.zitadel.var.ingressClass (expand) module.zitadel.kubernetes_namespace.zitadel (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_secret_key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.ingressClass (expand)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.minio.output.installed (expand)" references: [module.minio.helm_release.minio (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_user_password (expand)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)" references: [module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.grafana_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (close)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_secret.postgresql_auth (expand)" references: [module.postgresql.var.wait_on (expand) module.postgresql.var.enabled (expand) module.postgresql.random_password.postgresql_user_password (expand) module.postgresql.random_password.postgresql_root_password (expand) module.postgresql.kubernetes_namespace.postgresql (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin (expand)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (validation)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_config (expand)" references: [module.zitadel-db.var.k8s_config_yaml (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.connection_string (expand)" references: [module.mongodb.random_password.mongodb_root_password (expand) module.mongodb.var.replicas (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.minio.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_host (expand)" references: [module.redis.local.k8s_config (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_config (expand)" references: [module.tenant-365zon.var.k8s_config_yaml (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.minio (expand)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.service_uri (expand)" references: [module.zitadel.var.service_name (expand) module.zitadel.var.server_dns (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.tls (expand)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.scopes (expand)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (close)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)" references: [module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand) module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.minio.var.tls (expand)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.wait_on (expand)" references: [module.argocd.output.installed (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_host (expand)" references: [module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (expand)" references: [] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:58:22.738+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.name (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "local.k8s_config_yaml (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_access_key (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.namespace (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.minio.var.mode (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)" references: [module.tenant-365zon.var.user_id (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.ingressClass (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_id (expand)" references: [module.zitadel-argocd.output.client_id (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.postgresql (close)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_secret.mongodb_auth (expand)" references: [module.mongodb.var.wait_on (expand) module.mongodb.random_password.mongodb_root_password (expand) module.mongodb.random_password.mongodb_replica_set_key (expand) module.mongodb.kubernetes_namespace.mongodb (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_username (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.host (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin_server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.minio.local.admin_service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.admin_server_dns (expand) module.minio.var.admin_server_dns (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.service_name (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "local.cluster_dns (expand)" references: [local.cluster_shortname (expand) local.tld (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_namespace.postgresql (expand)" references: [module.postgresql.var.enabled (expand) module.postgresql.var.namespace (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_admin_uri (expand)" references: [module.minio.local.admin_service_uri (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-argocd.var.domain (expand) module.zitadel-argocd.var.jwt_profile_file (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.minio.helm_release.minio (expand)" references: [module.minio.random_password.minio_access_key (expand) module.minio.random_password.minio_secret_key (expand) module.minio.var.namespace (expand) module.minio.local.service_uri (expand) module.minio.local.admin_service_uri (expand) module.minio.var.admin (expand) module.minio.var.mode (expand) module.minio.var.tls (expand) module.minio.var.ingressClass (expand) module.minio.var.displayOnHomepage (expand) module.minio.var.mode (expand) module.minio.var.replicas (expand) module.minio.var.replicas (expand) module.minio.var.storageSize (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_secret.argocd-tls (expand)" references: [module.argocd.data.kubernetes_secret.bridge-tls (expand) module.argocd.data.kubernetes_secret.bridge-tls (expand) module.argocd.kubernetes_namespace.argocd (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.name (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.org_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.helm_release.rabbitmq (expand)" references: [module.rabbitmq.random_password.password (expand) module.rabbitmq.var.wait_on (expand) module.rabbitmq.random_password.password (expand) module.rabbitmq.var.namespace (expand) module.rabbitmq.var.replicas (expand) module.rabbitmq.local.service_uri (expand) module.rabbitmq.var.admin (expand) module.rabbitmq.var.tls (expand) module.rabbitmq.var.ingressClass (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.owners (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel (close)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "output.minio-root-secret-key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_namespace.redis (expand)" references: [module.redis.var.namespace (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.usernames (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.admin (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.argocd_service_domain (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_config (expand)" references: [module.redis.var.k8s_config_yaml (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "var.region" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_auth (expand)" references: [module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_config (expand)" references: [module.zitadel-bootstrap.var.k8s_config_yaml (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.prometheus_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.kubernetes_secret.bridge-tls (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.enabled (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "output.rabbitmq-connection-string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (close)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_secret (expand)" references: [module.zitadel-argocd.output.client_secret (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.server (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.provider[\"registry.terraform.io/aminueza/minio\"]" references: [module.tenant-365zon.module.minio.var.server (expand) module.tenant-365zon.module.minio.var.region (expand) module.tenant-365zon.module.minio.var.secret_key (expand) module.tenant-365zon.module.minio.var.access_key (expand)] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.zitadel (expand)" references: [] +2025-07-11T08:58:22.739+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (close)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-user.var.email (expand) module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.databases (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_auth (expand)" references: [module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.jwt_profile_file (expand)" references: [module.zitadel.local_file.zitadel_jwt_profile_file (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.rabbitmq.local.k8s_host (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.external.processed_values (expand)" references: [module.argocd.local.service_uri (expand) module.argocd.var.server_dns (expand) module.argocd.local.grpc_service_uri (expand) module.argocd.var.redis_db_start_index (expand) module.argocd.var.redis_password (expand) module.argocd.var.oauth_uri (expand) module.argocd.var.oauth_issuer (expand) module.argocd.var.oauth_client_id (expand) module.argocd.var.oauth_client_secret (expand) module.argocd.var.oauth_redirect_uri (expand) module.argocd.var.tls (expand) module.argocd.var.ingressClass (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.database (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.bucket (expand)" references: [module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (close)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_username (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.minio.local.service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.admin_password (expand)" references: [module.argocd.random_password.admin_password (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/null\"]" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.service_name (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.mongodb (close)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "local.cluster_shortname (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_auth (expand)" references: [module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_secret_key (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.installed (expand)" references: [module.postgresql.helm_release.postgresql (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel.random_password.zitadel_masterkey (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.namespace (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_url (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_auth (expand)" references: [module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.monitoring.random_password.grafana_admin_password (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_secret.zitadel (expand)" references: [module.zitadel.var.enabled (expand) module.zitadel.random_password.zitadel_masterkey (expand) module.zitadel.kubernetes_namespace.zitadel (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.installed (expand)" references: [module.zitadel-db.kubernetes_job.create-tenant (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_secret_key (expand)" references: [module.minio.random_password.minio_secret_key (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.redis.output.installed (expand)" references: [module.redis.helm_release.redis (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand)" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.redis (close)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack (expand)" references: [module.monitoring.var.wait_on (expand) module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand) module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.var.remote_write_url (expand) module.monitoring.var.remote_read_url (expand) module.monitoring.random_password.grafana_admin_password (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_db_start_index (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_access_key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.idp_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.installed (expand)" references: [module.rabbitmq.helm_release.rabbitmq (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.minio.var.namespace (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.replicas (expand)" references: [local.node_count (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.service_uri (expand)" references: [module.monitoring.var.service_name (expand) module.monitoring.var.server_dns (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.minio.output.access_key (expand)" references: [module.minio.random_password.minio_access_key (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (close)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (close)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.namespace (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_server (expand)" references: [module.minio.output.minio_server (expand)] +2025-07-11T08:58:22.740+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_auth (expand)" references: [module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_secret_key (expand)" references: [module.tenant-365zon.module.minio.output.secret_key (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (expand)" references: [] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.redis.var.namespace (expand)" references: [] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (expand)" references: [] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (close)" references: [] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (expand)" references: [] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)" references: [] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)" references: [] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close)" references: [] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_namespace.tenant (expand)" references: [module.tenant-365zon.var.wait_on (expand) module.tenant-365zon.local.name (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.wait_on (expand)" references: [module.postgresql.output.installed (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/aminueza/minio\"]" references: [var.minio_server var.region var.secret_key var.access_key] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (close)" references: [] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)" references: [] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand)" references: [] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)" references: [module.tenant-365zon.module.minio.null_resource.health_check (expand) module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn (expand)" references: [module.cluster-init.module.longhorn.var.wait_on (expand) module.cluster-init.module.longhorn.var.namespace (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "output.monitoring (expand)" references: [module.monitoring.output.access_instructions (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.random_password.tenant (expand)" references: [] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings (expand)" references: [module.tenant-365zon.var.mongodb_connection_string (expand) module.tenant-365zon.var.rabbitmq_connection_string (expand) module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.kubernetes_job.create-tenant (expand)" references: [module.zitadel-db.var.wait_on (expand) module.zitadel-db.var.enabled (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.namespace (expand) module.zitadel-db.var.host (expand) module.zitadel-db.var.root_username (expand) module.zitadel-db.var.root_password (expand) module.zitadel-db.var.root_database (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.name (expand) module.zitadel-db.random_password.tenant (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.redis.random_password.redis (expand)" references: [] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_read_url (expand)" references: [] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand)" references: [] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "output.minio-root-access-key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.redis.helm_release.redis (expand)" references: [module.redis.var.wait_on (expand) module.redis.var.architecture (expand) module.redis.var.architecture (validation) module.redis.kubernetes_namespace.redis (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin (expand)" references: [module.zitadel.helm_release.zitadel (expand) module.zitadel.var.namespace (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_database (expand)" references: [] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-bootstrap.var.domain (expand) module.zitadel-bootstrap.var.jwt_profile_file (expand)] +2025-07-11T08:58:22.741+0200 [DEBUG] ReferenceTransformer: "module.minio.var.storageSize (expand)" references: [] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_config (expand)" references: [module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.namespace (expand)" references: [] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)" references: [] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.installed (expand)" references: [module.mongodb.helm_release.mongodb (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.logoutSuffix (expand)" references: [] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (expand)" references: [] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close)" references: [] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_action.groups-claim (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.mongodb_connection_string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_config (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.connection_string (expand)" references: [module.rabbitmq.random_password.password (expand) module.rabbitmq.var.namespace (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)" references: [] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.access_instructions (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.random_password.grafana_admin_password (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.postgresql.helm_release.postgresql (expand)" references: [module.postgresql.var.wait_on (expand) module.postgresql.kubernetes_secret.postgresql_auth (expand) module.postgresql.var.enabled (expand) module.postgresql.var.username (expand) module.postgresql.kubernetes_namespace.postgresql (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand)" references: [module.zitadel-bootstrap.var.domain (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_host (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_api_uri (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.secret_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.alertmanager_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "output.minio-access-key (expand)" references: [module.tenant-365zon.output.minio_access_key (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.monitoring (expand)" references: [] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (expand)" references: [] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (expand)" references: [] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.output.installed (expand)" references: [module.cluster-init.module.longhorn.helm_release.longhorn (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "var.vault_addr" references: [] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.wait_on (expand)" references: [] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.storage (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand) module.tenant-365zon.module.minio.output.secret_key (expand) module.tenant-365zon.var.minio_api_uri (expand) module.tenant-365zon.module.minio.output.bucket (expand) module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: [] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.mongodb (expand)" references: [] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.server_dns (expand)" references: [] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.namespace (expand)" references: [] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_password (expand)" references: [module.redis.output.password (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.server (expand)" references: [module.tenant-365zon.var.minio_server (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.root_password (expand)" references: [module.postgresql.random_password.postgresql_root_password (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:22.742+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_auth (expand)" references: [module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_namespace.zitadel (expand)" references: [module.zitadel.var.enabled (expand) module.zitadel.var.namespace (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.namespace (expand)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.minio.var.ingressClass (expand)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.output.installed (expand)" references: [module.cluster-init.module.longhorn.output.installed (expand) module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_uri (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (close)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (close)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)" references: [module.zitadel-argocd.module.zitadel_project.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project.var.name (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.redis.output.password (expand)" references: [module.redis.random_password.redis (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.service_uri (expand)" references: [module.rabbitmq.var.service_name (expand) module.rabbitmq.var.server_dns (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.enabled (expand)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (expand)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.wait_on (expand)" references: [module.minio.output.installed (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_api_uri (expand)" references: [module.minio.output.minio_api_uri (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (close)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.tenant-365zon.var.jwt_profile_file (expand) module.tenant-365zon.var.domain (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file (expand)" references: [module.zitadel.data.kubernetes_secret.zitadel_admin (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.replicas (expand)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (expand)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "var.bucket" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_host (expand)" references: [module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.installed (expand)" references: [module.argocd.helm_release.argocd (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.redis.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.minio.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.job_name (expand)" references: [module.zitadel-db.var.enabled (expand) module.zitadel-db.kubernetes_job.create-tenant (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.minio.output.secret_key (expand)" references: [module.minio.random_password.minio_secret_key (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.null_resource.health_check (expand)" references: [module.tenant-365zon.module.minio.var.wait_on (expand) module.tenant-365zon.module.minio.var.server (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_config (expand)" references: [module.zitadel.var.k8s_config_yaml (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.password (expand)" references: [module.postgresql.random_password.postgresql_user_password (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.display_on_homepage (expand)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.name (expand)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_config (expand)" references: [module.argocd.var.k8s_config_yaml (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.argocd (expand)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)" references: [module.tenant-365zon.var.org_id (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.minio.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.minio.local.k8s_host (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.postgresql (expand)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_config (expand)" references: [module.monitoring.var.k8s_config_yaml (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.redis_db_next_start_index (expand)" references: [module.argocd.var.redis_db_start_index (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (expand)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand)" references: [] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_host (expand)" references: [module.monitoring.local.k8s_config (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)] +2025-07-11T08:58:22.743+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.tls (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.ingressClass (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.cluster-init.module.longhorn.local.k8s_host (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "data.minio_s3_object.k8s_yaml (expand)" references: [var.bucket] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_host (expand)" references: [module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand)" references: [module.monitoring.var.remote_write_username (expand) module.monitoring.var.remote_write_password (expand) module.monitoring.kubernetes_namespace.monitoring (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "var.endpoints" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "var.access_key" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_auth (expand)" references: [module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.tld (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_host (expand)" references: [module.zitadel.local.k8s_config (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (close)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_access_key (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_namespace.mongodb (expand)" references: [module.mongodb.var.namespace (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_config (expand)" references: [module.minio.var.k8s_config_yaml (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand) module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "var.vault_token" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "local.k8s_host (expand)" references: [local.k8s_config (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_auth (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_auth (expand)" references: [module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_password (expand)" references: [module.zitadel-db.output.password (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_username (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.user_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_host (expand)" references: [module.mongodb.local.k8s_config (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_host (expand)" references: [module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_auth (expand)" references: [module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_root_password (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_root_password (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.minio (close)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.enabled (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.password (expand)" references: [module.zitadel-db.random_password.tenant (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (close)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (close)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "local.bridge_dns (expand)" references: [local.tld (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_auth (expand)" references: [module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (close)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (close)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (close)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.rabbitmq_connection_string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.namespace (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.admin_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_password (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.email (expand)" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.installed (expand)" references: [module.zitadel.helm_release.zitadel (expand) module.zitadel.local_file.zitadel_jwt_profile_file (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.cluster-init.local.k8s_host (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/external\"]" references: [] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:22.744+0200 [DEBUG] ReferenceTransformer: "local.tld (expand)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "local.k8s_auth (expand)" references: [local.k8s_config (expand) local.k8s_config (expand) local.k8s_config (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_auth (expand)" references: [module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_bucket (expand)" references: [module.tenant-365zon.module.minio.output.bucket (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_host (expand)" references: [module.argocd.local.k8s_config (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.grpc_service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (expand)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (expand)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.username (expand)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.application_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_access_key (expand)" references: [module.minio.random_password.minio_access_key (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (close)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_host (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_host (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.namespace (expand)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.minio.var.replicas (expand)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.secret_key (expand)" references: [module.tenant-365zon.var.minio_secret_key (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_secret.redis (expand)" references: [module.redis.random_password.redis (expand) module.redis.kubernetes_namespace.redis (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.wait_on (expand)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.redis.var.wait_on (expand)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (expand)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd (expand)" references: [module.argocd.var.wait_on (expand) module.argocd.kubernetes_secret.argocd-tls (expand) module.argocd.random_password.admin_password (expand) module.argocd.data.external.processed_values (expand) module.argocd.kubernetes_namespace.argocd (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.enabled (expand)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "local.node_count (expand)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_host (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "var.secret_key" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.minio.var.service_name (expand)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.region (expand)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel-db.local.k8s_host (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_username (expand)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.wait_on (expand)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_host (expand)" references: [module.minio.local.k8s_config (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_config (expand)" references: [module.postgresql.var.k8s_config_yaml (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_host (expand)" references: [module.postgresql.local.k8s_config (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)" references: [module.tenant-365zon.module.minio.null_resource.health_check (expand) module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:58:22.745+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (close)" references: [] +2025-07-11T08:58:22.825+0200 [DEBUG] Starting graph walk: walkPlan +2025-07-11T08:58:22.826+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.826+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.832+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5"] +2025-07-11T08:58:22.833+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 pid=972681 +2025-07-11T08:58:22.833+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 +2025-07-11T08:58:22.835+0200 [INFO] provider.terraform-provider-external_v2.3.5_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.835+0200" +2025-07-11T08:58:22.847+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:22.847+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: plugin address: address=/tmp/plugin3160208828 network=unix timestamp="2025-07-11T08:58:22.847+0200" +2025-07-11T08:58:22.854+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.854+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.859+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5"] +2025-07-11T08:58:22.859+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 pid=972689 +2025-07-11T08:58:22.859+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 +2025-07-11T08:58:22.861+0200 [INFO] provider.terraform-provider-random_v3.7.2_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.861+0200" +2025-07-11T08:58:22.873+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:22.873+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: plugin address: address=/tmp/plugin2661406292 network=unix timestamp="2025-07-11T08:58:22.873+0200" +2025-07-11T08:58:22.880+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.880+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.885+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 args=[".terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1"] +2025-07-11T08:58:22.885+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 pid=972697 +2025-07-11T08:58:22.885+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 +2025-07-11T08:58:22.887+0200 [INFO] provider.terraform-provider-slugify_v0.1.1: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.887+0200" +2025-07-11T08:58:22.898+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:22.899+0200 [DEBUG] provider.terraform-provider-slugify_v0.1.1: plugin address: address=/tmp/plugin1602707609 network=unix timestamp="2025-07-11T08:58:22.898+0200" +2025-07-11T08:58:22.907+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.907+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.911+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5"] +2025-07-11T08:58:22.911+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 pid=972709 +2025-07-11T08:58:22.912+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 +2025-07-11T08:58:22.914+0200 [INFO] provider.terraform-provider-local_v2.5.3_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.914+0200" +2025-07-11T08:58:22.926+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:22.926+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: plugin address: address=/tmp/plugin710339774 network=unix timestamp="2025-07-11T08:58:22.926+0200" +2025-07-11T08:58:22.933+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.933+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.939+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5"] +2025-07-11T08:58:22.939+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 pid=972718 +2025-07-11T08:58:22.939+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 +2025-07-11T08:58:22.941+0200 [INFO] provider.terraform-provider-null_v3.2.4_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.941+0200" +2025-07-11T08:58:22.953+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:22.953+0200 [DEBUG] provider.terraform-provider-null_v3.2.4_x5: plugin address: address=/tmp/plugin2671987798 network=unix timestamp="2025-07-11T08:58:22.953+0200" +2025-07-11T08:58:22.961+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:22.961+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:22.965+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:58:22.965+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=972726 +2025-07-11T08:58:22.965+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:58:22.972+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:58:22.972+0200" +2025-07-11T08:58:22.998+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin2142857350 network=unix timestamp="2025-07-11T08:58:22.998+0200" +2025-07-11T08:58:22.999+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:23.010+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:23.010+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:23.015+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:23.015+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=972739 +2025-07-11T08:58:23.015+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:23.034+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:23.034+0200" +2025-07-11T08:58:23.042+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:23.042+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin775748797 network=unix timestamp="2025-07-11T08:58:23.042+0200" +2025-07-11T08:58:23.049+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:23.049+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:23.054+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:23.054+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=972756 +2025-07-11T08:58:23.054+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:23.068+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:23.068+0200" +2025-07-11T08:58:23.079+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: network=unix address=/tmp/plugin2199588612 timestamp="2025-07-11T08:58:23.079+0200" +2025-07-11T08:58:23.079+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:23.087+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:23.087+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:23.087+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:23.089+0200 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/aminueza/minio\"]" changed the config value, but that value is unused +2025-07-11T08:58:23.092+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:23.092+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=972774 +2025-07-11T08:58:23.092+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:23.104+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:23.104+0200" +2025-07-11T08:58:23.116+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:23.116+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin3206299459 network=unix timestamp="2025-07-11T08:58:23.116+0200" +2025-07-11T08:58:23.125+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:23.125+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:23.125+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:23.130+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:23.130+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=972787 +2025-07-11T08:58:23.130+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:23.148+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:23.148+0200" +2025-07-11T08:58:23.157+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:23.157+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2521466225 network=unix timestamp="2025-07-11T08:58:23.157+0200" +2025-07-11T08:58:23.164+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:23.164+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:23.165+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:58:23 [DEBUG] MinIO SSL client transport configured successfully: timestamp="2025-07-11T08:58:23.165+0200" +2025-07-11T08:58:23.165+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:23 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:58:23.165+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_secret_key" references: [] +2025-07-11T08:58:23.165+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_replica_set_key" references: [] +2025-07-11T08:58:23.165+0200 [DEBUG] ReferenceTransformer: "module.redis.random_password.redis" references: [] +2025-07-11T08:58:23.165+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.random_password.tenant" references: [] +2025-07-11T08:58:23.165+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 tf_rpc=ConfigureProvider @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8d4fd24c-b30c-f037-b4a8-6601970e96e6 timestamp="2025-07-11T08:58:23.165+0200" +2025-07-11T08:58:23.165+0200 [DEBUG] ReferenceTransformer: "module.monitoring.random_password.grafana_admin_password" references: [] +2025-07-11T08:58:23.165+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8d4fd24c-b30c-f037-b4a8-6601970e96e6 timestamp="2025-07-11T08:58:23.165+0200" +2025-07-11T08:58:23.166+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_access_key" references: [] +2025-07-11T08:58:23.166+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8d4fd24c-b30c-f037-b4a8-6601970e96e6 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm timestamp="2025-07-11T08:58:23.166+0200" +2025-07-11T08:58:23.166+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_root_password" references: [] +2025-07-11T08:58:23.166+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.kubernetes_secret.bridge-tls" references: [] +2025-07-11T08:58:23.166+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm tf_req_id=e971fb42-6732-799b-3ddf-f0b6d4ea115b config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider timestamp="2025-07-11T08:58:23.166+0200" +2025-07-11T08:58:23.166+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=e971fb42-6732-799b-3ddf-f0b6d4ea115b @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm tf_rpc=ConfigureProvider timestamp="2025-07-11T08:58:23.166+0200" +2025-07-11T08:58:23.166+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_root_password" references: [] +2025-07-11T08:58:23.166+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=e971fb42-6732-799b-3ddf-f0b6d4ea115b timestamp="2025-07-11T08:58:23.166+0200" +2025-07-11T08:58:23.166+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_namespace.argocd" references: [] +2025-07-11T08:58:23.166+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_user_password" references: [] +2025-07-11T08:58:23.166+0200 [DEBUG] ReferenceTransformer: "module.zitadel.random_password.zitadel_masterkey" references: [] +2025-07-11T08:58:23.166+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.random_password.password" references: [] +2025-07-11T08:58:23.166+0200 [DEBUG] ReferenceTransformer: "data.minio_s3_object.k8s_yaml" references: [] +2025-07-11T08:58:23.167+0200 [DEBUG] ReferenceTransformer: "module.argocd.random_password.admin_password" references: [] +2025-07-11T08:58:23.169+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:23.169+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=972804 +2025-07-11T08:58:23.169+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:23.187+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:23.187+0200" +2025-07-11T08:58:23.195+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:23.195+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin4137938423 network=unix timestamp="2025-07-11T08:58:23.195+0200" +2025-07-11T08:58:23.202+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:23.202+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:23.207+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:23.207+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=972822 +2025-07-11T08:58:23.207+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:23.220+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:23.220+0200" +2025-07-11T08:58:23.232+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:23.232+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin3827115156 network=unix timestamp="2025-07-11T08:58:23.232+0200" +2025-07-11T08:58:23.241+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:23.241+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:23.241+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:23.245+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:23.246+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=972835 +2025-07-11T08:58:23.246+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:23.264+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:23.264+0200" +2025-07-11T08:58:23.272+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:23.272+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2183857877 network=unix timestamp="2025-07-11T08:58:23.272+0200" +2025-07-11T08:58:23.279+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:23.279+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:23.280+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:23 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:58:23.280+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:23 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:58:23.280+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 tf_req_id=9d71fccf-dc05-b6b2-84f1-30ce41763cba @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider timestamp="2025-07-11T08:58:23.280+0200" +2025-07-11T08:58:23.280+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9d71fccf-dc05-b6b2-84f1-30ce41763cba tf_rpc=ConfigureProvider settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" timestamp="2025-07-11T08:58:23.280+0200" +2025-07-11T08:58:23.280+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9d71fccf-dc05-b6b2-84f1-30ce41763cba tf_rpc=ConfigureProvider timestamp="2025-07-11T08:58:23.280+0200" +2025-07-11T08:58:23.281+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring" references: [] +2025-07-11T08:58:23.284+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:23.284+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=972853 +2025-07-11T08:58:23.284+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:23.301+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:23.301+0200" +2025-07-11T08:58:23.309+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:23.309+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: network=unix address=/tmp/plugin311370672 timestamp="2025-07-11T08:58:23.309+0200" +2025-07-11T08:58:23.316+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:23.316+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:23.321+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:23.321+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=972871 +2025-07-11T08:58:23.321+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:23.337+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:23.337+0200" +2025-07-11T08:58:23.350+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:23.350+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin35378023 network=unix timestamp="2025-07-11T08:58:23.350+0200" +2025-07-11T08:58:23.358+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:23.358+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:23.358+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:23.362+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:23.362+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=972886 +2025-07-11T08:58:23.362+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:23.382+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:23.382+0200" +2025-07-11T08:58:23.391+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:23.391+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1085223477 network=unix timestamp="2025-07-11T08:58:23.391+0200" +2025-07-11T08:58:23.399+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:23.399+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:23.404+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:23.405+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=972904 +2025-07-11T08:58:23.405+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:23.419+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:23.419+0200" +2025-07-11T08:58:23.431+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:23.431+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin1157261057 network=unix timestamp="2025-07-11T08:58:23.431+0200" +2025-07-11T08:58:23.439+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:23.439+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:23.439+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:23.444+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:23.444+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=972920 +2025-07-11T08:58:23.444+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:23.457+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:23.457+0200" +2025-07-11T08:58:23.470+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:23.470+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin2824998774 network=unix timestamp="2025-07-11T08:58:23.470+0200" +2025-07-11T08:58:23.478+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:23.478+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:23.478+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:23.482+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:23.483+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=972934 +2025-07-11T08:58:23.483+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:23.501+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:23.501+0200" +2025-07-11T08:58:23.510+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:23.510+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1526709737 network=unix timestamp="2025-07-11T08:58:23.510+0200" +2025-07-11T08:58:23.518+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:23.518+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:23.522+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:23.522+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=972952 +2025-07-11T08:58:23.522+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:23.542+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:23.542+0200" +2025-07-11T08:58:23.552+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1659643943 network=unix timestamp="2025-07-11T08:58:23.552+0200" +2025-07-11T08:58:23.552+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:23.560+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:23.560+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:23.561+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:23 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:58:23.561+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:23 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:58:23.561+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:23 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:58:23.561+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: tf_req_id=a188cb3e-9651-a498-4112-72190a34bd1b tf_rpc=ConfigureProvider config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm timestamp="2025-07-11T08:58:23.561+0200" +2025-07-11T08:58:23.561+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: tf_req_id=a188cb3e-9651-a498-4112-72190a34bd1b tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:23.561+0200" +2025-07-11T08:58:23.561+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=4b1211be-aa8c-1b5a-2959-11ddb81889db @module=helm tf_rpc=ConfigureProvider timestamp="2025-07-11T08:58:23.561+0200" +2025-07-11T08:58:23.561+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:23 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:58:23.561+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=4b1211be-aa8c-1b5a-2959-11ddb81889db settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_rpc=ConfigureProvider timestamp="2025-07-11T08:58:23.561+0200" +2025-07-11T08:58:23.561+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_req_id=a188cb3e-9651-a498-4112-72190a34bd1b tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:23.561+0200" +2025-07-11T08:58:23.561+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_req_id=4b1211be-aa8c-1b5a-2959-11ddb81889db tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:23.561+0200" +2025-07-11T08:58:23.562+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config" references: [] +2025-07-11T08:58:23.562+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_namespace.redis" references: [] +2025-07-11T08:58:23.562+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_namespace.zitadel[0]" references: [] +2025-07-11T08:58:23.562+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_req_id=1b3e5c6e-459c-fb86-e80b-845e2870c975 tf_rpc=ConfigureProvider tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:23.562+0200" +2025-07-11T08:58:23.562+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1b3e5c6e-459c-fb86-e80b-845e2870c975 @module=helm tf_rpc=ConfigureProvider timestamp="2025-07-11T08:58:23.562+0200" +2025-07-11T08:58:23.562+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1b3e5c6e-459c-fb86-e80b-845e2870c975 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm timestamp="2025-07-11T08:58:23.562+0200" +2025-07-11T08:58:23.565+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:23.565+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=972969 +2025-07-11T08:58:23.565+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:23.579+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:23.579+0200" +2025-07-11T08:58:23.590+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin4104683130 network=unix timestamp="2025-07-11T08:58:23.590+0200" +2025-07-11T08:58:23.591+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:23.599+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:23.599+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:23.599+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:23.604+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:23.604+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=972985 +2025-07-11T08:58:23.604+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:23.623+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:23.623+0200" +2025-07-11T08:58:23.631+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:23.631+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1489522963 network=unix timestamp="2025-07-11T08:58:23.631+0200" +2025-07-11T08:58:23.638+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:23.638+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:23.642+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:23.643+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=973002 +2025-07-11T08:58:23.643+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:23.655+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:23.655+0200" +2025-07-11T08:58:23.667+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:23.667+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin419021496 network=unix timestamp="2025-07-11T08:58:23.667+0200" +2025-07-11T08:58:23.675+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:23.675+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:23.676+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:23 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:58:23.676+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:23 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:58:23.676+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=63f98eac-720f-b636-cfe2-beb19d333a14 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm timestamp="2025-07-11T08:58:23.676+0200" +2025-07-11T08:58:23.676+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_req_id=63f98eac-720f-b636-cfe2-beb19d333a14 timestamp="2025-07-11T08:58:23.676+0200" +2025-07-11T08:58:23.676+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=63f98eac-720f-b636-cfe2-beb19d333a14 tf_rpc=ConfigureProvider timestamp="2025-07-11T08:58:23.676+0200" +2025-07-11T08:58:23.677+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_namespace.mongodb" references: [] +2025-07-11T08:58:23.677+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_namespace.postgresql[0]" references: [] +2025-07-11T08:58:23.680+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:23.680+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=973016 +2025-07-11T08:58:23.680+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:23.693+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:23.693+0200" +2025-07-11T08:58:23.705+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:23.705+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin4142615969 network=unix timestamp="2025-07-11T08:58:23.705+0200" +2025-07-11T08:58:23.715+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:23.715+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:23.718+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:23 [INFO] Reading secret bridge-tls +2025-07-11T08:58:23.719+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @module=kubernetes.Kubernetes Accept-Encoding=gzip tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/cert-manager/secrets/bridge-tls tf_http_trans_id=38a757b8-e2a9-2414-d9c5-92249310b1e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_version=HTTP/1.1 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_op_type=request tf_http_req_body="" tf_http_req_method=GET Host=rancher.bridge.fourlights.dev timestamp="2025-07-11T08:58:23.718+0200" +2025-07-11T08:58:23.720+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm tf_req_id=b5bff6e6-5763-41fe-da63-c485ac0d299a config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" timestamp="2025-07-11T08:58:23.720+0200" +2025-07-11T08:58:23.720+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b5bff6e6-5763-41fe-da63-c485ac0d299a tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm timestamp="2025-07-11T08:58:23.720+0200" +2025-07-11T08:58:23.720+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=52ffcaf6-f712-65b8-a357-e87604a566ad timestamp="2025-07-11T08:58:23.720+0200" +2025-07-11T08:58:23.720+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @module=helm tf_req_id=52ffcaf6-f712-65b8-a357-e87604a566ad @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider timestamp="2025-07-11T08:58:23.720+0200" +2025-07-11T08:58:23.720+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=52ffcaf6-f712-65b8-a357-e87604a566ad tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 timestamp="2025-07-11T08:58:23.720+0200" +2025-07-11T08:58:23.720+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b5bff6e6-5763-41fe-da63-c485ac0d299a timestamp="2025-07-11T08:58:23.720+0200" +2025-07-11T08:58:23.721+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=f98f52a2-ed3f-96dd-180f-e4ceddfbec54 tf_resource_type=random_password tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.720+0200" +2025-07-11T08:58:23.721+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @module=sdk.framework tf_req_id=2397f8b9-a931-76ba-6813-7a38515b5943 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.720+0200" +2025-07-11T08:58:23.721+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn" references: [] +2025-07-11T08:58:23.721+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=2397f8b9-a931-76ba-6813-7a38515b5943 timestamp="2025-07-11T08:58:23.721+0200" +2025-07-11T08:58:23.721+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource tf_attribute_path=bcrypt_hash tf_req_id=2397f8b9-a931-76ba-6813-7a38515b5943 tf_resource_type=random_password timestamp="2025-07-11T08:58:23.721+0200" +2025-07-11T08:58:23.721+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=7de647ca-6741-a0b3-93ea-3634997b20ba tf_resource_type=random_password timestamp="2025-07-11T08:58:23.721+0200" +2025-07-11T08:58:23.721+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=special tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=0d115b6c-1303-87ff-a538-82590fb90ea0 timestamp="2025-07-11T08:58:23.721+0200" +2025-07-11T08:58:23.721+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=random_password tf_rpc=ReadResource tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=2397f8b9-a931-76ba-6813-7a38515b5943 timestamp="2025-07-11T08:58:23.721+0200" +2025-07-11T08:58:23.721+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=7de647ca-6741-a0b3-93ea-3634997b20ba tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=result timestamp="2025-07-11T08:58:23.721+0200" +2025-07-11T08:58:23.721+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=7de647ca-6741-a0b3-93ea-3634997b20ba @module=sdk.framework tf_attribute_path=numeric tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.721+0200" +2025-07-11T08:58:23.721+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f98f52a2-ed3f-96dd-180f-e4ceddfbec54 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.721+0200" +2025-07-11T08:58:23.721+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f98f52a2-ed3f-96dd-180f-e4ceddfbec54 timestamp="2025-07-11T08:58:23.721+0200" +2025-07-11T08:58:23.721+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=0f13eb9e-6e0d-f1a0-aa83-4b8061b81fdf tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:58:23.721+0200" +2025-07-11T08:58:23.721+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource tf_attribute_path=bcrypt_hash tf_req_id=fe0a87cb-56da-3530-82b4-16afb84f59b2 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.721+0200" +2025-07-11T08:58:23.721+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=upper tf_req_id=0d115b6c-1303-87ff-a538-82590fb90ea0 timestamp="2025-07-11T08:58:23.721+0200" +2025-07-11T08:58:23.721+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=special @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=0f13eb9e-6e0d-f1a0-aa83-4b8061b81fdf tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.721+0200" +2025-07-11T08:58:23.722+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=number tf_req_id=0f13eb9e-6e0d-f1a0-aa83-4b8061b81fdf tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.721+0200" +2025-07-11T08:58:23.722+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password @module=sdk.framework tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f98f52a2-ed3f-96dd-180f-e4ceddfbec54 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.721+0200" +2025-07-11T08:58:23.722+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=f98f52a2-ed3f-96dd-180f-e4ceddfbec54 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_attribute_path=upper timestamp="2025-07-11T08:58:23.721+0200" +2025-07-11T08:58:23.722+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=fe0a87cb-56da-3530-82b4-16afb84f59b2 tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.721+0200" +2025-07-11T08:58:23.722+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=upper tf_req_id=7303bc7a-9e2c-cfad-c7fe-8e32222b57aa @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.722+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=0d115b6c-1303-87ff-a538-82590fb90ea0 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_attribute_path=min_upper timestamp="2025-07-11T08:58:23.721+0200" +2025-07-11T08:58:23.722+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework tf_attribute_path=result tf_req_id=7303bc7a-9e2c-cfad-c7fe-8e32222b57aa timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.722+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=0d115b6c-1303-87ff-a538-82590fb90ea0 tf_rpc=ReadResource tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.722+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=7303bc7a-9e2c-cfad-c7fe-8e32222b57aa @module=sdk.framework tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.722+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:23 [INFO] Checking namespace argocd +2025-07-11T08:58:23.722+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=2397f8b9-a931-76ba-6813-7a38515b5943 tf_resource_type=random_password tf_attribute_path=upper tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.721+0200" +2025-07-11T08:58:23.722+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=length tf_req_id=0f13eb9e-6e0d-f1a0-aa83-4b8061b81fdf tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.721+0200" +2025-07-11T08:58:23.722+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_method=GET @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/argocd tf_http_req_version=HTTP/1.1 tf_http_trans_id=13882df5-5c42-a7fc-007b-1318960722c5 @module=kubernetes.Kubernetes Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.722+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_upper tf_resource_type=random_password tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f98f52a2-ed3f-96dd-180f-e4ceddfbec54 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.722+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=7303bc7a-9e2c-cfad-c7fe-8e32222b57aa tf_resource_type=random_password timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.723+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=length tf_req_id=2397f8b9-a931-76ba-6813-7a38515b5943 tf_resource_type=random_password tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.723+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=fe0a87cb-56da-3530-82b4-16afb84f59b2 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=random_password timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.723+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=length tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f98f52a2-ed3f-96dd-180f-e4ceddfbec54 tf_resource_type=random_password timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.723+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=7303bc7a-9e2c-cfad-c7fe-8e32222b57aa tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.723+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=0d115b6c-1303-87ff-a538-82590fb90ea0 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.723+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=special tf_req_id=7de647ca-6741-a0b3-93ea-3634997b20ba tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.723+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=0d115b6c-1303-87ff-a538-82590fb90ea0 @module=sdk.framework tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.723+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource tf_req_id=0f13eb9e-6e0d-f1a0-aa83-4b8061b81fdf tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.723+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=0f13eb9e-6e0d-f1a0-aa83-4b8061b81fdf tf_resource_type=random_password timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.723+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_req_id=f98f52a2-ed3f-96dd-180f-e4ceddfbec54 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.723+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource tf_attribute_path=min_special tf_req_id=7de647ca-6741-a0b3-93ea-3634997b20ba tf_resource_type=random_password timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.723+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=result tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f98f52a2-ed3f-96dd-180f-e4ceddfbec54 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.723+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=7303bc7a-9e2c-cfad-c7fe-8e32222b57aa @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.723+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=override_special tf_resource_type=random_password @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f98f52a2-ed3f-96dd-180f-e4ceddfbec54 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.723+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password @module=sdk.framework tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f98f52a2-ed3f-96dd-180f-e4ceddfbec54 timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.723+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=fe0a87cb-56da-3530-82b4-16afb84f59b2 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource tf_attribute_path=min_lower timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.723+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=upper tf_req_id=fe0a87cb-56da-3530-82b4-16afb84f59b2 tf_resource_type=random_password timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.723+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @module=sdk.framework tf_req_id=0f13eb9e-6e0d-f1a0-aa83-4b8061b81fdf tf_resource_type=random_password timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.723+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=0f13eb9e-6e0d-f1a0-aa83-4b8061b81fdf timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.724+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource tf_req_id=f98f52a2-ed3f-96dd-180f-e4ceddfbec54 timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.724+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=7de647ca-6741-a0b3-93ea-3634997b20ba tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.724+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=fe0a87cb-56da-3530-82b4-16afb84f59b2 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=length tf_resource_type=random_password timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.724+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=upper tf_req_id=7de647ca-6741-a0b3-93ea-3634997b20ba tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.724+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=numeric tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=fe0a87cb-56da-3530-82b4-16afb84f59b2 tf_resource_type=random_password timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.724+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_req_id=2397f8b9-a931-76ba-6813-7a38515b5943 timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.724+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=fe0a87cb-56da-3530-82b4-16afb84f59b2 tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.724+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=2397f8b9-a931-76ba-6813-7a38515b5943 tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.724+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f98f52a2-ed3f-96dd-180f-e4ceddfbec54 tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.724+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=lower tf_req_id=f98f52a2-ed3f-96dd-180f-e4ceddfbec54 tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.724+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=7303bc7a-9e2c-cfad-c7fe-8e32222b57aa tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=length @module=sdk.framework timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.724+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework tf_req_id=fe0a87cb-56da-3530-82b4-16afb84f59b2 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.724+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=7de647ca-6741-a0b3-93ea-3634997b20ba tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.723+0200" +2025-07-11T08:58:23.724+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=0d115b6c-1303-87ff-a538-82590fb90ea0 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.722+0200" +2025-07-11T08:58:23.724+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=number tf_req_id=0d115b6c-1303-87ff-a538-82590fb90ea0 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:58:23.723+0200" +2025-07-11T08:58:23.725+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_upper tf_req_id=fe0a87cb-56da-3530-82b4-16afb84f59b2 timestamp="2025-07-11T08:58:23.723+0200" +2025-07-11T08:58:23.725+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=min_numeric tf_req_id=7303bc7a-9e2c-cfad-c7fe-8e32222b57aa tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.723+0200" +2025-07-11T08:58:23.725+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_lower tf_req_id=0d115b6c-1303-87ff-a538-82590fb90ea0 tf_resource_type=random_password @module=sdk.framework timestamp="2025-07-11T08:58:23.723+0200" +2025-07-11T08:58:23.725+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=0f13eb9e-6e0d-f1a0-aa83-4b8061b81fdf tf_rpc=ReadResource @module=sdk.framework tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.723+0200" +2025-07-11T08:58:23.725+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=fe0a87cb-56da-3530-82b4-16afb84f59b2 tf_resource_type=random_password timestamp="2025-07-11T08:58:23.723+0200" +2025-07-11T08:58:23.725+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=7de647ca-6741-a0b3-93ea-3634997b20ba timestamp="2025-07-11T08:58:23.723+0200" +2025-07-11T08:58:23.725+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=2397f8b9-a931-76ba-6813-7a38515b5943 tf_resource_type=random_password tf_rpc=ReadResource tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.723+0200" +2025-07-11T08:58:23.725+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=7de647ca-6741-a0b3-93ea-3634997b20ba tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource tf_attribute_path=bcrypt_hash timestamp="2025-07-11T08:58:23.723+0200" +2025-07-11T08:58:23.725+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=7de647ca-6741-a0b3-93ea-3634997b20ba tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.723+0200" +2025-07-11T08:58:23.725+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @module=sdk.framework tf_req_id=0f13eb9e-6e0d-f1a0-aa83-4b8061b81fdf timestamp="2025-07-11T08:58:23.723+0200" +2025-07-11T08:58:23.725+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=upper tf_req_id=3b76443f-5679-54c1-c056-a562df9a4ce2 tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:58:23.723+0200" +2025-07-11T08:58:23.725+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=fe0a87cb-56da-3530-82b4-16afb84f59b2 tf_resource_type=random_password tf_attribute_path=lower tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.723+0200" +2025-07-11T08:58:23.725+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_numeric @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=0f13eb9e-6e0d-f1a0-aa83-4b8061b81fdf tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:58:23.723+0200" +2025-07-11T08:58:23.725+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=override_special tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=fe0a87cb-56da-3530-82b4-16afb84f59b2 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.723+0200" +2025-07-11T08:58:23.725+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=0f13eb9e-6e0d-f1a0-aa83-4b8061b81fdf tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:58:23.723+0200" +2025-07-11T08:58:23.725+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=0f13eb9e-6e0d-f1a0-aa83-4b8061b81fdf tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.724+0200" +2025-07-11T08:58:23.725+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource tf_attribute_path=min_lower tf_req_id=7303bc7a-9e2c-cfad-c7fe-8e32222b57aa @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.723+0200" +2025-07-11T08:58:23.725+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=result tf_req_id=fe0a87cb-56da-3530-82b4-16afb84f59b2 timestamp="2025-07-11T08:58:23.723+0200" +2025-07-11T08:58:23.725+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=2397f8b9-a931-76ba-6813-7a38515b5943 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.723+0200" +2025-07-11T08:58:23.725+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=id tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=2397f8b9-a931-76ba-6813-7a38515b5943 timestamp="2025-07-11T08:58:23.724+0200" +2025-07-11T08:58:23.726+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=length tf_resource_type=random_password @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=3b76443f-5679-54c1-c056-a562df9a4ce2 timestamp="2025-07-11T08:58:23.724+0200" +2025-07-11T08:58:23.726+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=special tf_req_id=3b76443f-5679-54c1-c056-a562df9a4ce2 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.724+0200" +2025-07-11T08:58:23.726+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=0d115b6c-1303-87ff-a538-82590fb90ea0 tf_rpc=ReadResource @module=sdk.framework tf_resource_type=random_password timestamp="2025-07-11T08:58:23.724+0200" +2025-07-11T08:58:23.726+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=7de647ca-6741-a0b3-93ea-3634997b20ba tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.724+0200" +2025-07-11T08:58:23.726+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=2397f8b9-a931-76ba-6813-7a38515b5943 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.724+0200" +2025-07-11T08:58:23.726+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=7de647ca-6741-a0b3-93ea-3634997b20ba tf_resource_type=random_password @module=sdk.framework tf_attribute_path=number timestamp="2025-07-11T08:58:23.724+0200" +2025-07-11T08:58:23.726+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=lower @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=2397f8b9-a931-76ba-6813-7a38515b5943 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.724+0200" +2025-07-11T08:58:23.726+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=id tf_req_id=7303bc7a-9e2c-cfad-c7fe-8e32222b57aa tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:58:23.724+0200" +2025-07-11T08:58:23.726+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=3b76443f-5679-54c1-c056-a562df9a4ce2 tf_resource_type=random_password @module=sdk.framework tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.724+0200" +2025-07-11T08:58:23.726+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=7303bc7a-9e2c-cfad-c7fe-8e32222b57aa @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=number tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.724+0200" +2025-07-11T08:58:23.726+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=7303bc7a-9e2c-cfad-c7fe-8e32222b57aa tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:58:23.724+0200" +2025-07-11T08:58:23.726+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_req_id=0d115b6c-1303-87ff-a538-82590fb90ea0 tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.724+0200" +2025-07-11T08:58:23.726+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=7303bc7a-9e2c-cfad-c7fe-8e32222b57aa tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.724+0200" +2025-07-11T08:58:23.726+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=0d115b6c-1303-87ff-a538-82590fb90ea0 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.724+0200" +2025-07-11T08:58:23.726+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=0d115b6c-1303-87ff-a538-82590fb90ea0 tf_resource_type=random_password tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.724+0200" +2025-07-11T08:58:23.726+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=3b76443f-5679-54c1-c056-a562df9a4ce2 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.724+0200" +2025-07-11T08:58:23.727+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=3b76443f-5679-54c1-c056-a562df9a4ce2 timestamp="2025-07-11T08:58:23.724+0200" +2025-07-11T08:58:23.727+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=result tf_req_id=3b76443f-5679-54c1-c056-a562df9a4ce2 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:58:23.725+0200" +2025-07-11T08:58:23.727+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_req_id=3b76443f-5679-54c1-c056-a562df9a4ce2 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=bcrypt_hash timestamp="2025-07-11T08:58:23.725+0200" +2025-07-11T08:58:23.727+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=number tf_req_id=3b76443f-5679-54c1-c056-a562df9a4ce2 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.725+0200" +2025-07-11T08:58:23.727+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=3b76443f-5679-54c1-c056-a562df9a4ce2 timestamp="2025-07-11T08:58:23.725+0200" +2025-07-11T08:58:23.727+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=3b76443f-5679-54c1-c056-a562df9a4ce2 tf_attribute_path=override_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.725+0200" +2025-07-11T08:58:23.727+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=3b76443f-5679-54c1-c056-a562df9a4ce2 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=random_password tf_attribute_path=id timestamp="2025-07-11T08:58:23.725+0200" +2025-07-11T08:58:23.727+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_attribute_path=numeric tf_req_id=3b76443f-5679-54c1-c056-a562df9a4ce2 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.725+0200" +2025-07-11T08:58:23.728+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=3b76443f-5679-54c1-c056-a562df9a4ce2 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_special tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.726+0200" +2025-07-11T08:58:23.747+0200 [DEBUG] ReferenceTransformer: "module.minio.helm_release.minio" references: [] +2025-07-11T08:58:23.748+0200 [DEBUG] UpgradeResourceState: ignoring dynamic block: map[string]interface {}{"type":[]interface {}{"object", map[string]interface {}{"apiVersion":"string", "kind":"string", "metadata":[]interface {}{"object", map[string]interface {}{"name":"string", "namespace":"string"}}, "spec":[]interface {}{"object", map[string]interface {}{"valuesContent":"string"}}}}, "value":map[string]interface {}{"apiVersion":"helm.cattle.io/v1", "kind":"HelmChartConfig", "metadata":map[string]interface {}{"name":"rke2-ingress-nginx", "namespace":"kube-system"}, "spec":map[string]interface {}{"valuesContent":"controller:\n config:\n use-forwarded-headers: \"true\"\n"}}} +2025-07-11T08:58:23.748+0200 [DEBUG] UpgradeResourceState: ignoring dynamic block: map[string]interface {}{"type":[]interface {}{"object", map[string]interface {}{"apiVersion":"string", "kind":"string", "metadata":[]interface {}{"object", map[string]interface {}{"annotations":[]interface {}{"map", "string"}, "creationTimestamp":"string", "deletionGracePeriodSeconds":"number", "deletionTimestamp":"string", "finalizers":[]interface {}{"list", "string"}, "generateName":"string", "generation":"number", "labels":[]interface {}{"map", "string"}, "managedFields":[]interface {}{"tuple", []interface {}{[]interface {}{"object", map[string]interface {}{"apiVersion":"string", "fieldsType":"string", "fieldsV1":"dynamic", "manager":"string", "operation":"string", "subresource":"string", "time":"string"}}}}, "name":"string", "namespace":"string", "ownerReferences":[]interface {}{"list", []interface {}{"object", map[string]interface {}{"apiVersion":"string", "blockOwnerDeletion":"bool", "controller":"bool", "kind":"string", "name":"string", "uid":"string"}}}, "resourceVersion":"string", "selfLink":"string", "uid":"string"}}, "spec":[]interface {}{"object", map[string]interface {}{"failurePolicy":"string", "valuesContent":"string"}}}}, "value":map[string]interface {}{"apiVersion":"helm.cattle.io/v1", "kind":"HelmChartConfig", "metadata":map[string]interface {}{"annotations":interface {}(nil), "creationTimestamp":interface {}(nil), "deletionGracePeriodSeconds":interface {}(nil), "deletionTimestamp":interface {}(nil), "finalizers":interface {}(nil), "generateName":interface {}(nil), "generation":interface {}(nil), "labels":interface {}(nil), "managedFields":interface {}(nil), "name":"rke2-ingress-nginx", "namespace":"kube-system", "ownerReferences":interface {}(nil), "resourceVersion":interface {}(nil), "selfLink":interface {}(nil), "uid":interface {}(nil)}, "spec":map[string]interface {}{"failurePolicy":interface {}(nil), "valuesContent":"controller:\n config:\n use-forwarded-headers: \"true\"\n"}}} +2025-07-11T08:58:23.749+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=b4be8a14-3280-086c-ddc5-75824e57f0e1 @module=sdk.framework tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.749+0200" +2025-07-11T08:58:23.749+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b4be8a14-3280-086c-ddc5-75824e57f0e1 tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.749+0200" +2025-07-11T08:58:23.749+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=b4be8a14-3280-086c-ddc5-75824e57f0e1 @module=sdk.framework tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.749+0200" +2025-07-11T08:58:23.749+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.null_resource.health_check" references: [] +2025-07-11T08:58:23.750+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b4be8a14-3280-086c-ddc5-75824e57f0e1 tf_rpc=ReadResource tf_resource_type=random_password timestamp="2025-07-11T08:58:23.750+0200" +2025-07-11T08:58:23.751+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b4be8a14-3280-086c-ddc5-75824e57f0e1 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.750+0200" +2025-07-11T08:58:23.751+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=349b0eac-3eae-0f4d-b577-ade68d4aa82c tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=result timestamp="2025-07-11T08:58:23.750+0200" +2025-07-11T08:58:23.751+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=349b0eac-3eae-0f4d-b577-ade68d4aa82c tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.750+0200" +2025-07-11T08:58:23.751+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework tf_attribute_path=lower tf_req_id=3a019fff-824f-6984-618c-b9ad96be910a tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.750+0200" +2025-07-11T08:58:23.751+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=91a864bc-9ed9-5f1c-aeae-efdd5a0cb4ac tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=special tf_resource_type=random_password timestamp="2025-07-11T08:58:23.751+0200" +2025-07-11T08:58:23.751+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=91a864bc-9ed9-5f1c-aeae-efdd5a0cb4ac tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:58:23.751+0200" +2025-07-11T08:58:23.751+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=override_special tf_req_id=91a864bc-9ed9-5f1c-aeae-efdd5a0cb4ac tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.751+0200" +2025-07-11T08:58:23.752+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=length tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=3a019fff-824f-6984-618c-b9ad96be910a timestamp="2025-07-11T08:58:23.751+0200" +2025-07-11T08:58:23.752+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=upper tf_req_id=91a864bc-9ed9-5f1c-aeae-efdd5a0cb4ac tf_resource_type=random_password @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.751+0200" +2025-07-11T08:58:23.752+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_req_id=3a019fff-824f-6984-618c-b9ad96be910a tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.751+0200" +2025-07-11T08:58:23.752+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=91a864bc-9ed9-5f1c-aeae-efdd5a0cb4ac tf_resource_type=random_password timestamp="2025-07-11T08:58:23.751+0200" +2025-07-11T08:58:23.752+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=3a019fff-824f-6984-618c-b9ad96be910a tf_resource_type=random_password timestamp="2025-07-11T08:58:23.751+0200" +2025-07-11T08:58:23.751+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:23 [INFO] Checking namespace monitoring +2025-07-11T08:58:23.752+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_body="" tf_http_trans_id=3d419e40-67bf-9fee-791b-cd3ae8f715bb new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/monitoring Accept="application/json, */*" tf_http_op_type=request tf_http_req_method=GET tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Accept-Encoding=gzip timestamp="2025-07-11T08:58:23.751+0200" +2025-07-11T08:58:23.752+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource tf_req_id=91a864bc-9ed9-5f1c-aeae-efdd5a0cb4ac tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.751+0200" +2025-07-11T08:58:23.752+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=3a019fff-824f-6984-618c-b9ad96be910a tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.751+0200" +2025-07-11T08:58:23.752+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=3a019fff-824f-6984-618c-b9ad96be910a timestamp="2025-07-11T08:58:23.751+0200" +2025-07-11T08:58:23.752+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=91a864bc-9ed9-5f1c-aeae-efdd5a0cb4ac tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=length tf_resource_type=random_password timestamp="2025-07-11T08:58:23.751+0200" +2025-07-11T08:58:23.752+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=91a864bc-9ed9-5f1c-aeae-efdd5a0cb4ac @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.751+0200" +2025-07-11T08:58:23.752+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=3a019fff-824f-6984-618c-b9ad96be910a tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.751+0200" +2025-07-11T08:58:23.752+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=91a864bc-9ed9-5f1c-aeae-efdd5a0cb4ac tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:58:23.751+0200" +2025-07-11T08:58:23.752+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=91a864bc-9ed9-5f1c-aeae-efdd5a0cb4ac tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=result tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.751+0200" +2025-07-11T08:58:23.752+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=91a864bc-9ed9-5f1c-aeae-efdd5a0cb4ac tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=random_password timestamp="2025-07-11T08:58:23.752+0200" +2025-07-11T08:58:23.752+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=349b0eac-3eae-0f4d-b577-ade68d4aa82c tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_upper tf_resource_type=random_password timestamp="2025-07-11T08:58:23.751+0200" +2025-07-11T08:58:23.752+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b4be8a14-3280-086c-ddc5-75824e57f0e1 tf_resource_type=random_password tf_attribute_path=min_special tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.752+0200" +2025-07-11T08:58:23.752+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b4be8a14-3280-086c-ddc5-75824e57f0e1 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=numeric tf_resource_type=random_password timestamp="2025-07-11T08:58:23.752+0200" +2025-07-11T08:58:23.753+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=349b0eac-3eae-0f4d-b577-ade68d4aa82c tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=random_password tf_attribute_path=id timestamp="2025-07-11T08:58:23.752+0200" +2025-07-11T08:58:23.753+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:23 [INFO] Checking namespace redis +2025-07-11T08:58:23.753+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=number tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=349b0eac-3eae-0f4d-b577-ade68d4aa82c tf_resource_type=random_password @module=sdk.framework timestamp="2025-07-11T08:58:23.752+0200" +2025-07-11T08:58:23.753+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_numeric tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b4be8a14-3280-086c-ddc5-75824e57f0e1 tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.752+0200" +2025-07-11T08:58:23.753+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/redis @module=kubernetes.Kubernetes Accept="application/json, */*" Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev tf_http_trans_id=ea21a8ef-c2ab-3fca-32f5-8dd0327f4208 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_body="" tf_http_req_version=HTTP/1.1 User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_method=GET Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 timestamp="2025-07-11T08:58:23.753+0200" +2025-07-11T08:58:23.753+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b4be8a14-3280-086c-ddc5-75824e57f0e1 tf_resource_type=random_password @module=sdk.framework tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.752+0200" +2025-07-11T08:58:23.753+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=349b0eac-3eae-0f4d-b577-ade68d4aa82c tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_numeric tf_resource_type=random_password timestamp="2025-07-11T08:58:23.752+0200" +2025-07-11T08:58:23.753+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=b4be8a14-3280-086c-ddc5-75824e57f0e1 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=lower tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.752+0200" +2025-07-11T08:58:23.753+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=id tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=b4be8a14-3280-086c-ddc5-75824e57f0e1 timestamp="2025-07-11T08:58:23.752+0200" +2025-07-11T08:58:23.753+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ReadResource tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=91a864bc-9ed9-5f1c-aeae-efdd5a0cb4ac timestamp="2025-07-11T08:58:23.752+0200" +2025-07-11T08:58:23.753+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=349b0eac-3eae-0f4d-b577-ade68d4aa82c tf_resource_type=random_password @module=sdk.framework tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.752+0200" +2025-07-11T08:58:23.753+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=id tf_req_id=91a864bc-9ed9-5f1c-aeae-efdd5a0cb4ac timestamp="2025-07-11T08:58:23.752+0200" +2025-07-11T08:58:23.753+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=number tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=91a864bc-9ed9-5f1c-aeae-efdd5a0cb4ac timestamp="2025-07-11T08:58:23.752+0200" +2025-07-11T08:58:23.753+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=length tf_req_id=349b0eac-3eae-0f4d-b577-ade68d4aa82c tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:58:23.752+0200" +2025-07-11T08:58:23.753+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_req_id=349b0eac-3eae-0f4d-b577-ade68d4aa82c timestamp="2025-07-11T08:58:23.752+0200" +2025-07-11T08:58:23.753+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=lower tf_req_id=349b0eac-3eae-0f4d-b577-ade68d4aa82c tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:23.752+0200" +2025-07-11T08:58:23.753+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework tf_attribute_path=special tf_req_id=349b0eac-3eae-0f4d-b577-ade68d4aa82c tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.752+0200" +2025-07-11T08:58:23.753+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password tf_rpc=ReadResource tf_attribute_path=min_special @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=3a019fff-824f-6984-618c-b9ad96be910a timestamp="2025-07-11T08:58:23.751+0200" +2025-07-11T08:58:23.754+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=349b0eac-3eae-0f4d-b577-ade68d4aa82c timestamp="2025-07-11T08:58:23.752+0200" +2025-07-11T08:58:23.754+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=length tf_req_id=b4be8a14-3280-086c-ddc5-75824e57f0e1 tf_resource_type=random_password tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.752+0200" +2025-07-11T08:58:23.754+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=b4be8a14-3280-086c-ddc5-75824e57f0e1 tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.752+0200" +2025-07-11T08:58:23.754+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=3a019fff-824f-6984-618c-b9ad96be910a tf_resource_type=random_password timestamp="2025-07-11T08:58:23.753+0200" +2025-07-11T08:58:23.754+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=349b0eac-3eae-0f4d-b577-ade68d4aa82c tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_special timestamp="2025-07-11T08:58:23.753+0200" +2025-07-11T08:58:23.754+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework tf_attribute_path=numeric tf_req_id=3a019fff-824f-6984-618c-b9ad96be910a tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.753+0200" +2025-07-11T08:58:23.754+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password tf_req_id=3a019fff-824f-6984-618c-b9ad96be910a tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:58:23.753+0200" +2025-07-11T08:58:23.754+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework tf_req_id=3a019fff-824f-6984-618c-b9ad96be910a timestamp="2025-07-11T08:58:23.753+0200" +2025-07-11T08:58:23.754+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=3a019fff-824f-6984-618c-b9ad96be910a tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.753+0200" +2025-07-11T08:58:23.765+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:23 [INFO] Checking namespace zitadel +2025-07-11T08:58:23.765+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:23 [INFO] Checking namespace mongodb +2025-07-11T08:58:23.766+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:23 [INFO] Checking namespace postgresql +2025-07-11T08:58:23.766+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept="application/json, */*" tf_http_req_method=GET tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/postgresql Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_body="" tf_http_req_version=HTTP/1.1 tf_http_trans_id=105cf26b-3ec5-2680-41fa-3e0f3e7acd4d Host=rancher.bridge.fourlights.dev tf_http_op_type=request @module=kubernetes.Kubernetes timestamp="2025-07-11T08:58:23.765+0200" +2025-07-11T08:58:23.766+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/mongodb @module=kubernetes.Kubernetes User-Agent="HashiCorp/1.0 Terraform/1.12.1" Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request Accept-Encoding=gzip tf_http_req_method=GET tf_http_req_version=HTTP/1.1 tf_http_trans_id=04c1ff8d-cf46-049b-94b8-4a18836cf8a1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 timestamp="2025-07-11T08:58:23.766+0200" +2025-07-11T08:58:23.766+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_trans_id=661e9bcd-4efe-31a9-ce3a-37fedf0f9440 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/zitadel tf_http_req_version=HTTP/1.1 @module=kubernetes.Kubernetes Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_body="" tf_http_op_type=request tf_http_req_method=GET Accept="application/json, */*" Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." timestamp="2025-07-11T08:58:23.766+0200" +2025-07-11T08:58:23.770+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000000d20 Settings:0xc0006ec120 RegistryClient:0xc00067bd00 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:23.770+0200" +2025-07-11T08:58:23.771+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Current state before changes: {Atomic:false Chart:"longhorn" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"longhorn" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"v1.7.1","chart":"longhorn","first_deployed":1732547795,"last_deployed":1752215357,"name":"longhorn","namespace":"longhorn-system","notes":"Longhorn is now installed on the cluster!\n\nPlease wait a few minutes for other Longhorn components such as CSI deployments, Engine Images, and Instance Managers to be initialized.\n\nVisit our documentation at https://longhorn.io/docs/\n","revision":2,"values":"{\"csi\":{\"kubeletRootDir\":\"/var/lib/kubelet\"},\"defaultSettings\":{\"defaultDataLocality\":\"best-effort\",\"defaultDataPath\":\"/var/lib/longhorn/\",\"storageOverProvisioningPercentage\":90},\"enablePSP\":false,\"persistence\":{\"defaultClassReplicaCount\":1,\"defaultDataLocality\":\"best-effort\"},\"serviceMonitor\":{\"enabled\":true}}","version":"1.7.1"} Name:"longhorn" Namespace:"longhorn-system" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.longhorn.io" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"defaultSettings.defaultDataPath","type":"","value":"/var/lib/longhorn/"},{"name":"defaultSettings.defaultDataLocality","type":"","value":"best-effort"},{"name":"defaultSettings.storageOverProvisioningPercentage","type":"","value":"90"},{"name":"csi.kubeletRootDir","type":"","value":"/var/lib/kubelet"},{"name":"enablePSP","type":"","value":"false"},{"name":"serviceMonitor.enabled","type":"","value":"true"},{"name":"persistence.defaultClassReplicaCount","type":"","value":"1"},{"name":"persistence.defaultDataLocality","type":"","value":"best-effort"}] SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values: Verify:false Version:"1.7.1" Wait:true WaitForJobs:false}: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:877 tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:23.771+0200" +2025-07-11T08:58:23.771+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: longhorn] Start: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1653 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release @module=helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:23.771+0200" +2025-07-11T08:58:23.771+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release timestamp="2025-07-11T08:58:23.771+0200" +2025-07-11T08:58:23.771+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:23.771+0200" +2025-07-11T08:58:23.771+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 @module=helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 timestamp="2025-07-11T08:58:23.771+0200" +2025-07-11T08:58:23.771+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: longhorn getRelease post action created: tf_rpc=ReadResource @module=helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 timestamp="2025-07-11T08:58:23.771+0200" +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @module=kubernetes.Kubernetes tf_http_res_version=HTTP/2.0 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response Content-Length=1231 Content-Type=application/json Date="Fri, 11 Jul 2025 06:58:24 GMT" X-Api-Cattle-Auth=true + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"monitoring","uid":"4e752f54-5f50-4c50-9f26-9b0bc0d1b794","resourceVersion":"109679530","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"monitoring"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:53:06Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:53:06Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:53:05Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_code=200 Audit-Id=209f2471-466a-43c3-90b2-7541f66b012b Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_reason="200 OK" tf_http_trans_id=3d419e40-67bf-9fee-791b-cd3ae8f715bb X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 timestamp="2025-07-11T08:58:24.370+0200" +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"argocd","uid":"8c7a5f8e-f333-455a-bc71-e979eafb6297","resourceVersion":"109670603","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"argocd"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" Audit-Id=8922eb01-854d-4ef9-bb3e-83bcd3e74138 X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_trans_id=13882df5-5c42-a7fc-007b-1318960722c5 tf_http_op_type=response @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:58:24 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes Content-Length=1223 Content-Type=application/json X-Api-Cattle-Auth=true new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." timestamp="2025-07-11T08:58:24.370+0200" +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Namespace monitoring exists +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Content-Type=application/json X-Content-Type-Options=nosniff tf_http_res_status_code=200 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response Audit-Id=e04c6b27-4320-4768-93aa-d4656ff809a8 X-Api-Cattle-Auth=true tf_http_res_version=HTTP/2.0 tf_http_trans_id=04c1ff8d-cf46-049b-94b8-4a18836cf8a1 Date="Fri, 11 Jul 2025 06:58:24 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"mongodb","uid":"eae31e15-ed78-4956-9278-4c39b87a8842","resourceVersion":"2007792","creationTimestamp":"2024-11-29T19:03:50Z","labels":{"kubernetes.io/metadata.name":"mongodb"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2024-11-29T19:03:51Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2024-11-29T19:03:51Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2024-11-29T19:03:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2024-11-29T19:03:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_reason="200 OK" @module=kubernetes.Kubernetes Content-Length=1223 timestamp="2025-07-11T08:58:24.370+0200" +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Content-Type=application/json X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_trans_id=661e9bcd-4efe-31a9-ce3a-37fedf0f9440 Content-Length=1225 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"zitadel","uid":"2624b1c4-feb9-4c7a-aa15-4d2f7f5b89de","resourceVersion":"109670602","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"zitadel"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 Audit-Id=a9814361-0a45-4910-a43b-c1f196b6bc78 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:58:24 GMT" X-Api-Cattle-Auth=true tf_http_op_type=response timestamp="2025-07-11T08:58:24.370+0200" +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Namespace zitadel exists +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Content-Length=1231 Date="Fri, 11 Jul 2025 06:58:24 GMT" tf_http_res_version=HTTP/2.0 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 X-Content-Type-Options=nosniff tf_http_res_status_code=200 X-Api-Cattle-Auth=true new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"postgresql","uid":"46aa35b4-b1f9-4a41-8246-7d98511837a8","resourceVersion":"109670601","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"postgresql"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 @module=kubernetes.Kubernetes Audit-Id=b16009ce-64c1-4ceb-a17b-d6192dfb5f3b Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json tf_http_res_status_reason="200 OK" tf_http_trans_id=105cf26b-3ec5-2680-41fa-3e0f3e7acd4d timestamp="2025-07-11T08:58:24.370+0200" +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Namespace postgresql exists +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Reading namespace postgresql +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"redis","uid":"3728ddfb-bb3d-47de-bdd5-6cf6ee0b93b7","resourceVersion":"109670608","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"redis"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_reason="200 OK" @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:58:24 GMT" tf_http_res_version=HTTP/2.0 tf_http_trans_id=ea21a8ef-c2ab-3fca-32f5-8dd0327f4208 Audit-Id=8a892e49-937b-471b-8fda-a427aa8a35ea Content-Length=1221 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_code=200 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Type=application/json X-Api-Cattle-Auth=true timestamp="2025-07-11T08:58:24.370+0200" +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Namespace redis exists +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Reading namespace redis +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 @module=kubernetes.Kubernetes Audit-Id=fab94ebc-3a3c-4306-94e4-d5430ba3aa79 Content-Type=application/json @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Date="Fri, 11 Jul 2025 06:58:24 GMT" + tf_http_res_body= + | {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"secrets \"bridge-tls\" not found","reason":"NotFound","details":{"name":"bridge-tls","kind":"secrets"},"code":404} + tf_http_res_status_reason="404 Not Found" Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=194 tf_http_res_status_code=404 X-Api-Cattle-Auth=true new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response tf_http_res_version=HTTP/2.0 tf_http_trans_id=38a757b8-e2a9-2414-d9c5-92249310b1e4 X-Content-Type-Options=nosniff timestamp="2025-07-11T08:58:24.370+0200" +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Namespace argocd exists +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Reading namespace argocd +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_method=GET tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/redis tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" Accept-Encoding=gzip tf_http_req_body="" tf_http_op_type=request Host=rancher.bridge.fourlights.dev tf_http_trans_id=aef9d0fc-520d-5624-3ba6-1bf957aa5059 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." timestamp="2025-07-11T08:58:24.371+0200" +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Namespace mongodb exists +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_method=GET tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/postgresql tf_http_req_version=HTTP/1.1 Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" @module=kubernetes.Kubernetes new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_body="" tf_http_trans_id=38e25464-ef39-9c4f-2cda-5e8f20dc44fc Host=rancher.bridge.fourlights.dev timestamp="2025-07-11T08:58:24.371+0200" +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Reading namespace mongodb +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_version=HTTP/1.1 tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/argocd tf_http_req_method=GET @module=kubernetes.Kubernetes Accept="application/json, */*" Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=f6bc3507-a17c-36e0-7e59-b4c68cbe9655 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_req_body="" timestamp="2025-07-11T08:58:24.371+0200" +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Reading namespace zitadel +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @module=kubernetes.Kubernetes Accept="application/json, */*" tf_http_op_type=request tf_http_trans_id=51f2e328-9fca-e33b-fea3-7018150f7f22 Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/zitadel Accept-Encoding=gzip tf_http_req_method=GET Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_body="" tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 timestamp="2025-07-11T08:58:24.371+0200" +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept="application/json, */*" Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev tf_http_op_type=request tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/mongodb @module=kubernetes.Kubernetes Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_body="" tf_http_req_method=GET tf_http_trans_id=31a44a4e-60fa-165a-6d50-2d4b8c616b5b timestamp="2025-07-11T08:58:24.371+0200" +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Reading namespace monitoring +2025-07-11T08:58:24.371+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Host=rancher.bridge.fourlights.dev Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/monitoring tf_http_trans_id=46c153ee-6e38-8575-667b-4ef04494178a @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_version=HTTP/1.1 User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_req_body="" tf_http_req_method=GET @module=kubernetes.Kubernetes Accept-Encoding=gzip timestamp="2025-07-11T08:58:24.371+0200" +2025-07-11T08:58:24.376+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0007ce1c0 Settings:0xc0007d8120 RegistryClient:0xc0005b4200 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:24.376+0200" +2025-07-11T08:58:24.376+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Current state before changes: {Atomic:false Chart:"minio" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"minio" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"2025.3.12","chart":"minio","first_deployed":1732564007,"last_deployed":1752215358,"name":"minio","namespace":"minio","notes":"CHART NAME: minio\nCHART VERSION: 16.0.0\nAPP VERSION: 2025.3.12\n\nDid you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami for more information.\n\n** Please be patient while the chart is being deployed **\n\nMinIO® can be accessed via port on the following DNS name from within your cluster:\n\n minio.minio.svc.cluster.local\n\nTo get your credentials run:\n\n export ROOT_USER=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-user}\" | base64 -d)\n export ROOT_PASSWORD=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-password}\" | base64 -d)\n\nTo connect to your MinIO® server using a client:\n\n- Run a MinIO® Client pod and append the desired command (e.g. 'admin info'):\n\n kubectl run --namespace minio minio-client \\\n --rm --tty -i --restart='Never' \\\n --env MINIO_SERVER_ROOT_USER=$ROOT_USER \\\n --env MINIO_SERVER_ROOT_PASSWORD=$ROOT_PASSWORD \\\n --env MINIO_SERVER_HOST=minio \\\n --image docker.io/bitnami/minio-client:2025.3.12-debian-12-r0 -- admin info minio\n\nTo access the MinIO® web UI:\n\n- Get the MinIO® URL:\n\n You should be able to access your new MinIO® web UI through\n\n http://storage-admin.365zon.fourlights.dev/minio/\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"apiIngress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"auth\":{\"rootPassword\":\"(sensitive value)\",\"rootUser\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage-admin.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"mode\":\"standalone\",\"persistence\":{\"size\":\"40Gi\"},\"resourcesPreset\":\"nano\",\"statefulset\":{\"drivesPerNode\":2,\"replicaCount\":1},\"tls\":{\"enabled\":false}}","version":"16.0.0"} Name:"minio" Namespace:"minio" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"mode","type":"","value":"standalone"},{"name":"resourcesPreset","type":"","value":"nano"},{"name":"statefulset.replicaCount","type":"","value":"1"},{"name":"statefulset.drivesPerNode","type":"","value":"2"},{"name":"persistence.size","type":"","value":"40Gi"}] SetList: SetSensitive:[{"name":"auth.rootUser","type":,"value":"Xg6VDlh9GVliFdnWnVec"},{"name":"auth.rootPassword","type":,"value":"j!4VaGixfD6f*nam7EeC0Sa*OogSqYA=cinX9bPj"}] SkipCrds:false Status:"deployed" Timeout:300 Values:["tls:\n enabled: false\n\ningress:\n enabled: true\n tls: false\n ingressClassName: nginx\n hostname: storage-admin.365zon.fourlights.dev\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n \n ingress.kubernetes.io/proxy-body-size: \"0\"\n nginx.ingress.kubernetes.io/proxy-body-size: \"0\"\n \n \n\napiIngress:\n enabled: true\n ingressClassName: nginx\n tls: false\n hostname: storage.365zon.fourlights.dev\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n \n ingress.kubernetes.io/proxy-body-size: \"0\"\n nginx.ingress.kubernetes.io/proxy-body-size: \"0\"\n \n"] Verify:false Version:"16.0.0" Wait:true WaitForJobs:true}: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:877 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e timestamp="2025-07-11T08:58:24.376+0200" +2025-07-11T08:58:24.376+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: minio] Start: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1653 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:24.376+0200" +2025-07-11T08:58:24.376+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm KubernetesData=map[] tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:24.376+0200" +2025-07-11T08:58:24.376+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release @module=helm configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 timestamp="2025-07-11T08:58:24.376+0200" +2025-07-11T08:58:24.376+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release timestamp="2025-07-11T08:58:24.376+0200" +2025-07-11T08:58:24.376+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: minio getRelease post action created: @module=helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:24.376+0200" +2025-07-11T08:58:24.540+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=f8c76b4d-7662-44d4-a235-c9dd7f263ded Content-Type=application/json Date="Fri, 11 Jul 2025 06:58:24 GMT" X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"mongodb","uid":"eae31e15-ed78-4956-9278-4c39b87a8842","resourceVersion":"2007792","creationTimestamp":"2024-11-29T19:03:50Z","labels":{"kubernetes.io/metadata.name":"mongodb"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2024-11-29T19:03:51Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2024-11-29T19:03:51Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2024-11-29T19:03:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2024-11-29T19:03:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + X-Content-Type-Options=nosniff new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=1223 tf_http_res_version=HTTP/2.0 tf_http_trans_id=31a44a4e-60fa-165a-6d50-2d4b8c616b5b timestamp="2025-07-11T08:58:24.540+0200" +2025-07-11T08:58:24.540+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_op_type=response X-Content-Type-Options=nosniff @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Content-Length=1225 X-Api-Cattle-Auth=true Audit-Id=ed330d15-8418-4129-91e1-083929b0ba2e Content-Type=application/json new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"zitadel","uid":"2624b1c4-feb9-4c7a-aa15-4d2f7f5b89de","resourceVersion":"109670602","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"zitadel"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_code=200 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:58:24 GMT" tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 tf_http_trans_id=51f2e328-9fca-e33b-fea3-7018150f7f22 timestamp="2025-07-11T08:58:24.540+0200" +2025-07-11T08:58:24.540+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Length=1231 Content-Type=application/json X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff tf_http_res_status_reason="200 OK" Audit-Id=a21bdb44-0cfe-4a37-8eb6-4489e1ec0edb Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:58:24 GMT" tf_http_op_type=response tf_http_res_status_code=200 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"monitoring","uid":"4e752f54-5f50-4c50-9f26-9b0bc0d1b794","resourceVersion":"109679530","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"monitoring"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:53:06Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:53:06Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:53:05Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_trans_id=46c153ee-6e38-8575-667b-4ef04494178a @module=kubernetes.Kubernetes tf_http_res_version=HTTP/2.0 timestamp="2025-07-11T08:58:24.540+0200" +2025-07-11T08:58:24.540+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"monitoring", GenerateName:"", Namespace:"", SelfLink:"", UID:"4e752f54-5f50-4c50-9f26-9b0bc0d1b794", ResourceVersion:"109679530", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"monitoring"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:53:06Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:53:06Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000f17ba8), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 53, 5, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000f17bd8), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:58:24.540+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @module=kubernetes.Kubernetes Audit-Id=166da2c0-d4b4-4921-be1e-8d2e78642e0a X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"redis","uid":"3728ddfb-bb3d-47de-bdd5-6cf6ee0b93b7","resourceVersion":"109670608","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"redis"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:58:24 GMT" X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_version=HTTP/2.0 tf_http_trans_id=aef9d0fc-520d-5624-3ba6-1bf957aa5059 Content-Type=application/json tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Length=1221 tf_http_op_type=response timestamp="2025-07-11T08:58:24.540+0200" +2025-07-11T08:58:24.540+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"redis", GenerateName:"", Namespace:"", SelfLink:"", UID:"3728ddfb-bb3d-47de-bdd5-6cf6ee0b93b7", ResourceVersion:"109670608", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"redis"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000fd6138), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000fd6168), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:58:24.540+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:58:24 [ERROR] setting state: expires: '' expected type 'string', got unconvertible type 'time.Time', value: '0001-01-01 00:00:00 +0000 UTC': timestamp="2025-07-11T08:58:24.540+0200" +2025-07-11T08:58:24.540+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:58:24 [ERROR] setting state: last_modified: '' expected type 'string', got unconvertible type 'time.Time', value: '2024-11-25 13:55:45 +0000 UTC': timestamp="2025-07-11T08:58:24.540+0200" +2025-07-11T08:58:24.540+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"zitadel", GenerateName:"", Namespace:"", SelfLink:"", UID:"2624b1c4-feb9-4c7a-aa15-4d2f7f5b89de", ResourceVersion:"109670602", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"zitadel"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000d4af78), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000d4afa8), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:58:24.540+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_op_type=response tf_http_res_version=HTTP/2.0 tf_http_trans_id=38e25464-ef39-9c4f-2cda-5e8f20dc44fc Audit-Id=8b688cee-54a5-42c9-b169-4aa198c79699 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"postgresql","uid":"46aa35b4-b1f9-4a41-8246-7d98511837a8","resourceVersion":"109670601","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"postgresql"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_reason="200 OK" Content-Length=1231 Date="Fri, 11 Jul 2025 06:58:24 GMT" X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_status_code=200 X-Api-Cattle-Auth=true X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Content-Type=application/json new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." timestamp="2025-07-11T08:58:24.540+0200" +2025-07-11T08:58:24.541+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"postgresql", GenerateName:"", Namespace:"", SelfLink:"", UID:"46aa35b4-b1f9-4a41-8246-7d98511837a8", ResourceVersion:"109670601", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"postgresql"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000ca8510), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000ca8540), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:58:24.540+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"mongodb", GenerateName:"", Namespace:"", SelfLink:"", UID:"eae31e15-ed78-4956-9278-4c39b87a8842", ResourceVersion:"2007792", Generation:0, CreationTimestamp:time.Date(2024, time.November, 29, 20, 3, 50, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"mongodb"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2024-11-29T19:03:51Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2024-11-29T19:03:51Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2024, time.November, 29, 20, 3, 50, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000ea0e88), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2024, time.November, 29, 20, 3, 50, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000ea0eb8), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:58:24.540+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @module=kubernetes.Kubernetes Audit-Id=ff4122fd-1b42-4695-8d73-db05159bb9a9 Content-Type=application/json Date="Fri, 11 Jul 2025 06:58:24 GMT" Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=1223 X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"argocd","uid":"8c7a5f8e-f333-455a-bc71-e979eafb6297","resourceVersion":"109670603","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"argocd"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + X-Api-Cattle-Auth=true tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 tf_http_trans_id=f6bc3507-a17c-36e0-7e59-b4c68cbe9655 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_reason="200 OK" timestamp="2025-07-11T08:58:24.540+0200" +2025-07-11T08:58:24.541+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"argocd", GenerateName:"", Namespace:"", SelfLink:"", UID:"8c7a5f8e-f333-455a-bc71-e979eafb6297", ResourceVersion:"109670603", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"argocd"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001005bc0), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001005bf0), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:58:24.543+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.argocd.kubernetes_namespace.argocd, 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute +2025-07-11T08:58:24.543+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.postgresql.kubernetes_namespace.postgresql[0], 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute +2025-07-11T08:58:24.544+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.zitadel.kubernetes_namespace.zitadel[0], 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute +2025-07-11T08:58:24.544+0200 [DEBUG] provider.terraform-provider-null_v3.2.4_x5: Value switched to prior value due to semantic equality logic: tf_req_id=3d10815f-e977-719b-a20a-bad6a4912835 tf_resource_type=null_resource tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/null timestamp="2025-07-11T08:58:24.543+0200" +2025-07-11T08:58:24.545+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.redis.kubernetes_namespace.redis, 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute +2025-07-11T08:58:24.545+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.mongodb.kubernetes_namespace.mongodb, 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute +2025-07-11T08:58:24.546+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.monitoring.kubernetes_namespace.monitoring, 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:58:24.546+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_secret.argocd-tls" references: [] +2025-07-11T08:58:24.546+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:24.547+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_secret.postgresql_auth[0]" references: [] +2025-07-11T08:58:24.547+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_secret.zitadel[0]" references: [] +2025-07-11T08:58:24.549+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 id=972689 +2025-07-11T08:58:24.549+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:24.549+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth" references: [] +2025-07-11T08:58:24.549+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_secret.redis" references: [] +2025-07-11T08:58:24.549+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:24.549+0200 [DEBUG] ReferenceTransformer: "module.redis.helm_release.redis" references: [] +2025-07-11T08:58:24.551+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=972726 +2025-07-11T08:58:24.551+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:24.551+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:24.552+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 id=972718 +2025-07-11T08:58:24.552+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:24.552+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:24.552+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:24.557+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:58:24.557+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=973075 +2025-07-11T08:58:24.557+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:58:24.563+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:58:24.563+0200" +2025-07-11T08:58:24.590+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:24.590+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin2629124807 network=unix timestamp="2025-07-11T08:58:24.590+0200" +2025-07-11T08:58:24.603+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Checking secret zitadel +2025-07-11T08:58:24.603+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Checking secret argocd-tls +2025-07-11T08:58:24.603+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @module=kubernetes.Kubernetes tf_http_op_type=request tf_http_req_body="" tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_method=GET tf_http_trans_id=4a129eb3-6b78-b10a-ac68-06e31f12ee1e Accept="application/json, */*" Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/zitadel/secrets/zitadel timestamp="2025-07-11T08:58:24.603+0200" +2025-07-11T08:58:24.603+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev tf_http_req_method=GET Accept-Encoding=gzip tf_http_req_body="" tf_http_trans_id=24295bf9-f2bc-46df-a255-9892c5b073ed @module=kubernetes.Kubernetes tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/argocd/secrets/argocd-tls User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." timestamp="2025-07-11T08:58:24.603+0200" +2025-07-11T08:58:24.603+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Checking secret postgresql-auth +2025-07-11T08:58:24.603+0200 [WARN] ValidateProviderConfig from "module.tenant-365zon.module.minio.provider[\"registry.terraform.io/aminueza/minio\"]" changed the config value, but that value is unused +2025-07-11T08:58:24.603+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Checking secret prometheus-remote-write-auth +2025-07-11T08:58:24.603+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Checking secret redis +2025-07-11T08:58:24.603+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept="application/json, */*" Host=rancher.bridge.fourlights.dev tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/postgresql/secrets/postgresql-auth tf_http_trans_id=4555412e-cb75-69e6-79ab-29407b32426e tf_http_req_method=GET @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_body="" tf_http_req_version=HTTP/1.1 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_op_type=request new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." timestamp="2025-07-11T08:58:24.603+0200" +2025-07-11T08:58:24.603+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/redis/secrets/redis Accept-Encoding=gzip tf_http_op_type=request tf_http_req_method=GET @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=41e5392d-1acc-5aea-aeb5-57005c580bea tf_http_req_version=HTTP/1.1 tf_http_req_body="" Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev timestamp="2025-07-11T08:58:24.603+0200" +2025-07-11T08:58:24.604+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @module=kubernetes.Kubernetes tf_http_req_method=GET new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/monitoring/secrets/prometheus-remote-write-auth tf_http_trans_id=45701af5-c2e6-0315-109c-c308f8a1452a Accept="application/json, */*" Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 tf_http_op_type=request tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T08:58:24.603+0200" +2025-07-11T08:58:24.604+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:58:24 [DEBUG] MinIO SSL client transport configured successfully: timestamp="2025-07-11T08:58:24.604+0200" +2025-07-11T08:58:24.604+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay" references: [] +2025-07-11T08:58:24.604+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay" references: [] +2025-07-11T08:58:24.607+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc00070c380 Settings:0xc000759440 RegistryClient:0xc000033680 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:24.607+0200" +2025-07-11T08:58:24.607+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Current state before changes: {Atomic:false Chart:"redis" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"redis" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"7.4.1","chart":"redis","first_deployed":1752215366,"last_deployed":1752215366,"name":"redis","namespace":"redis","notes":"CHART NAME: redis\nCHART VERSION: 20.1.7\nAPP VERSION: 7.4.1\n\n** Please be patient while the chart is being deployed **\n\nRedis® can be accessed via port 6379 on the following DNS name from within your cluster:\n\n redis-master.redis.svc.cluster.local\n\n\n\nTo get your password run:\n\n export REDIS_PASSWORD=$(kubectl get secret --namespace redis redis -o jsonpath=\"{.data.redis-password}\" | base64 -d)\n\nTo connect to your Redis® server:\n\n1. Run a Redis® pod that you can use as a client:\n\n kubectl run --namespace redis redis-client --restart='Never' --env REDIS_PASSWORD=$REDIS_PASSWORD --image docker.io/bitnami/redis:7.4.1-debian-12-r0 --command -- sleep infinity\n\n Use the following command to attach to the pod:\n\n kubectl exec --tty -i redis-client \\\n --namespace redis -- bash\n\n2. Connect using the Redis® CLI:\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h redis-master\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace redis svc/redis-master 6379:6379 &\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h 127.0.0.1 -p 6379\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - replica.resources\n - master.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"architecture\":\"standalone\",\"auth\":{\"enabled\":true,\"existingSecret\":\"redis\",\"existingSecretPasswordKey\":\"redis-password\"},\"master\":{\"persistence\":{\"size\":\"6Gi\"}},\"metrics\":{\"enabled\":false}}","version":"20.1.7"} Name:"redis" Namespace:"redis" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["metrics:\n enabled: false\n\narchitecture: standalone\n\nauth:\n enabled: true\n existingSecret: redis\n existingSecretPasswordKey: 'redis-password'\n\nmaster:\n persistence:\n size: 6Gi\n"] Verify:false Version:"20.1.7" Wait:true WaitForJobs:true}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:877 @module=helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:24.607+0200" +2025-07-11T08:58:24.607+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: redis] Start: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1653 tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:24.607+0200" +2025-07-11T08:58:24.607+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:24.607+0200" +2025-07-11T08:58:24.607+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 tf_rpc=ReadResource @module=helm configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release timestamp="2025-07-11T08:58:24.607+0200" +2025-07-11T08:58:24.607+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 timestamp="2025-07-11T08:58:24.607+0200" +2025-07-11T08:58:24.607+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: redis getRelease post action created: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:24.607+0200" +2025-07-11T08:58:24.696+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: longhorn getRelease post run: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 timestamp="2025-07-11T08:58:24.696+0200" +2025-07-11T08:58:24.696+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: longhorn getRelease completed: @module=helm tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 timestamp="2025-07-11T08:58:24.696+0200" +2025-07-11T08:58:24.696+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: longhorn] Done: @module=helm tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1668 timestamp="2025-07-11T08:58:24.696+0200" +2025-07-11T08:58:24.696+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseRead: longhorn] Started: @module=helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:899 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:24.696+0200" +2025-07-11T08:58:24.696+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 KubernetesData=map[] tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release timestamp="2025-07-11T08:58:24.696+0200" +2025-07-11T08:58:24.696+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm configPaths=[] tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:24.696+0200" +2025-07-11T08:58:24.696+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release timestamp="2025-07-11T08:58:24.696+0200" +2025-07-11T08:58:24.696+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: longhorn getRelease post action created: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 tf_rpc=ReadResource timestamp="2025-07-11T08:58:24.696+0200" +2025-07-11T08:58:24.841+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes Audit-Id=3560dade-bb35-4082-b8a5-04b543e306f6 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_op_type=response tf_http_res_status_reason="200 OK" Content-Length=601 Content-Type=application/json tf_http_trans_id=4555412e-cb75-69e6-79ab-29407b32426e @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"postgresql-auth","namespace":"postgresql","uid":"02e1e77a-2f52-472a-9f4e-58998a742cff","resourceVersion":"109670606","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:password":{},"f:rootpassword":{}},"f:type":{}}}]},"data":{"password":"NnspTnVjM3RaZU5SMFs/cVRmeGwoKmkwXWctP2tiM259S2U0X1V1eg==","rootpassword":"UHZ3TUl7THpuVmFTPHFfWyhyWEQwcF1jPl9XLTExMiRJWmZkQUgyUQ=="},"type":"generic"} + Date="Fri, 11 Jul 2025 06:58:24 GMT" X-Api-Cattle-Auth=true X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 timestamp="2025-07-11T08:58:24.841+0200" +2025-07-11T08:58:24.841+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Reading secret postgresql-auth +2025-07-11T08:58:24.841+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Type=application/json X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_code=200 X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 Date="Fri, 11 Jul 2025 06:58:24 GMT" X-Api-Cattle-Auth=true tf_http_op_type=response tf_http_res_status_reason="200 OK" Audit-Id=8036778b-1590-4909-9f89-b1b45bf7b360 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"prometheus-remote-write-auth","namespace":"monitoring","uid":"15a01c82-9a5b-4f4f-8a35-8710850a1aea","resourceVersion":"109670609","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:password":{},"f:username":{}},"f:type":{}}}]},"data":{"password":"eW91ci1zZWN1cmUtcGFzc3dvcmQ=","username":"cHJvbWV0aGV1cw=="},"type":"Opaque"} + tf_http_res_version=HTTP/2.0 tf_http_trans_id=45701af5-c2e6-0315-109c-c308f8a1452a @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=537 timestamp="2025-07-11T08:58:24.841+0200" +2025-07-11T08:58:24.842+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Reading secret prometheus-remote-write-auth +2025-07-11T08:58:24.841+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_reason="200 OK" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 @module=kubernetes.Kubernetes Content-Length=491 tf_http_res_status_code=200 Content-Type=application/json tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"redis","namespace":"redis","uid":"8025a40f-6901-4ee8-92bb-bfaf43082625","resourceVersion":"109670611","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:redis-password":{}},"f:type":{}}}]},"data":{"redis-password":"ZVNPZkw0R1JGYmNEQDVJM0ZiJTBCT1dIS3NjelVySnI="},"type":"Opaque"} + tf_http_trans_id=41e5392d-1acc-5aea-aeb5-57005c580bea X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 Audit-Id=1ce3f247-0db6-44fd-910c-6984fbab2b88 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:58:24 GMT" timestamp="2025-07-11T08:58:24.841+0200" +2025-07-11T08:58:24.842+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Reading secret redis +2025-07-11T08:58:24.842+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_body="" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_method=GET tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/redis/secrets/redis @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Accept="application/json, */*" Accept-Encoding=gzip tf_http_req_version=HTTP/1.1 tf_http_trans_id=012078d5-28b1-8724-ce0c-bf5aad7a5b6f timestamp="2025-07-11T08:58:24.842+0200" +2025-07-11T08:58:24.841+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Audit-Id=503c0a29-678d-4988-b563-aba0faf6a15a Content-Length=485 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=4a129eb3-6b78-b10a-ac68-06e31f12ee1e Content-Type=application/json Date="Fri, 11 Jul 2025 06:58:24 GMT" X-Api-Cattle-Auth=true X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_reason="200 OK" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"zitadel","namespace":"zitadel","uid":"82dac3ea-12ea-4359-ba5c-04454217d607","resourceVersion":"109670607","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:masterkey":{}},"f:type":{}}}]},"data":{"masterkey":"Tm5nTm1VZmYleFZtc01IeUExbXktPk9lW04mRyFkKTo="},"type":"Opaque"} + timestamp="2025-07-11T08:58:24.841+0200" +2025-07-11T08:58:24.842+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Reading secret zitadel +2025-07-11T08:58:24.842+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/postgresql/secrets/postgresql-auth Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_body="" tf_http_trans_id=8e3eae01-de92-ecf1-b30f-55e3d95c1124 tf_http_req_version=HTTP/1.1 @module=kubernetes.Kubernetes Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev tf_http_req_method=GET timestamp="2025-07-11T08:58:24.842+0200" +2025-07-11T08:58:24.842+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_body="" Accept-Encoding=gzip new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET tf_http_req_version=HTTP/1.1 tf_http_trans_id=4d6239b9-b957-b23f-6dd7-81136f2ffffa @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/zitadel/secrets/zitadel @module=kubernetes.Kubernetes tf_http_op_type=request Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" timestamp="2025-07-11T08:58:24.842+0200" +2025-07-11T08:58:24.842+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_trans_id=4352d849-dd3d-d811-2c4b-b6c4fa6fd502 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/monitoring/secrets/prometheus-remote-write-auth tf_http_req_method=GET @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Accept="application/json, */*" Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T08:58:24.842+0200" +2025-07-11T08:58:24.842+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Audit-Id=860442c0-d3ce-4258-874d-47c00d85f463 Content-Length=384 Date="Fri, 11 Jul 2025 06:58:24 GMT" tf_http_res_status_code=200 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json X-Api-Cattle-Auth=true tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"argocd-tls","namespace":"argocd","uid":"104b95c0-233e-4544-b94c-310faf05fc16","resourceVersion":"109670604","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:type":{}}}]},"type":"Opaque"} + tf_http_res_version=HTTP/2.0 X-Content-Type-Options=nosniff tf_http_res_status_reason="200 OK" tf_http_trans_id=24295bf9-f2bc-46df-a255-9892c5b073ed timestamp="2025-07-11T08:58:24.842+0200" +2025-07-11T08:58:24.842+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Reading secret argocd-tls +2025-07-11T08:58:24.842+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_method=GET Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Host=rancher.bridge.fourlights.dev tf_http_req_body="" Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/argocd/secrets/argocd-tls tf_http_trans_id=946643a3-2bc3-6168-5db7-ab16c9619e8e tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T08:58:24.842+0200" +2025-07-11T08:58:24.985+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:58:24 GMT" X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes Audit-Id=d6eca225-1bfa-4035-9a0a-44834fb041cb Content-Type=application/json + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"zitadel","namespace":"zitadel","uid":"82dac3ea-12ea-4359-ba5c-04454217d607","resourceVersion":"109670607","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:masterkey":{}},"f:type":{}}}]},"data":{"masterkey":"Tm5nTm1VZmYleFZtc01IeUExbXktPk9lW04mRyFkKTo="},"type":"Opaque"} + tf_http_res_status_code=200 tf_http_trans_id=4d6239b9-b957-b23f-6dd7-81136f2ffffa X-Api-Cattle-Auth=true new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Length=485 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_status_reason="200 OK" timestamp="2025-07-11T08:58:24.985+0200" +2025-07-11T08:58:24.985+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Received secret: v1.ObjectMeta{Name:"zitadel", GenerateName:"", Namespace:"zitadel", SelfLink:"", UID:"82dac3ea-12ea-4359-ba5c-04454217d607", ResourceVersion:"109670607", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc00118ec30), Subresource:""}}} +2025-07-11T08:58:24.986+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_trans_id=946643a3-2bc3-6168-5db7-ab16c9619e8e + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"argocd-tls","namespace":"argocd","uid":"104b95c0-233e-4544-b94c-310faf05fc16","resourceVersion":"109670604","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:type":{}}}]},"type":"Opaque"} + tf_http_res_status_code=200 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Type=application/json Date="Fri, 11 Jul 2025 06:58:24 GMT" X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_status_reason="200 OK" Audit-Id=aa5dd1e9-c1e4-4cd5-a0e2-66faba550590 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response @module=kubernetes.Kubernetes Content-Length=384 X-Api-Cattle-Auth=true X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_version=HTTP/2.0 timestamp="2025-07-11T08:58:24.985+0200" +2025-07-11T08:58:24.986+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Received secret: v1.ObjectMeta{Name:"argocd-tls", GenerateName:"", Namespace:"argocd", SelfLink:"", UID:"104b95c0-233e-4544-b94c-310faf05fc16", ResourceVersion:"109670604", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000f02210), Subresource:""}}} +2025-07-11T08:58:24.988+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.zitadel.kubernetes_secret.zitadel[0], 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: + - .immutable: planned value cty.False for a non-computed attribute + - .type: planned value cty.StringVal("Opaque") for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:58:24.988+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.argocd.kubernetes_secret.argocd-tls, 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: + - .immutable: planned value cty.False for a non-computed attribute + - .type: planned value cty.StringVal("Opaque") for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute +2025-07-11T08:58:24.988+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:24.990+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=972739 +2025-07-11T08:58:24.990+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:24.990+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @module=kubernetes.Kubernetes Date="Fri, 11 Jul 2025 06:58:24 GMT" X-Content-Type-Options=nosniff + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"postgresql-auth","namespace":"postgresql","uid":"02e1e77a-2f52-472a-9f4e-58998a742cff","resourceVersion":"109670606","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:password":{},"f:rootpassword":{}},"f:type":{}}}]},"data":{"password":"NnspTnVjM3RaZU5SMFs/cVRmeGwoKmkwXWctP2tiM259S2U0X1V1eg==","rootpassword":"UHZ3TUl7THpuVmFTPHFfWyhyWEQwcF1jPl9XLTExMiRJWmZkQUgyUQ=="},"type":"generic"} + tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 Content-Length=601 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=8e3eae01-de92-ecf1-b30f-55e3d95c1124 Audit-Id=f9cba696-25af-435e-ba3f-2870ed8d4de6 Content-Type=application/json X-Api-Cattle-Auth=true tf_http_op_type=response @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_code=200 timestamp="2025-07-11T08:58:24.990+0200" +2025-07-11T08:58:24.990+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Received secret: v1.ObjectMeta{Name:"postgresql-auth", GenerateName:"", Namespace:"postgresql", SelfLink:"", UID:"02e1e77a-2f52-472a-9f4e-58998a742cff", ResourceVersion:"109670606", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000a6fe78), Subresource:""}}} +2025-07-11T08:58:24.991+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Content-Length=491 Content-Type=application/json tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" tf_http_trans_id=012078d5-28b1-8724-ce0c-bf5aad7a5b6f Audit-Id=43d1a93b-bd9f-4b3e-9e64-2745eced0976 X-Api-Cattle-Auth=true Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 Date="Fri, 11 Jul 2025 06:58:24 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"redis","namespace":"redis","uid":"8025a40f-6901-4ee8-92bb-bfaf43082625","resourceVersion":"109670611","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:redis-password":{}},"f:type":{}}}]},"data":{"redis-password":"ZVNPZkw0R1JGYmNEQDVJM0ZiJTBCT1dIS3NjelVySnI="},"type":"Opaque"} + tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes timestamp="2025-07-11T08:58:24.990+0200" +2025-07-11T08:58:24.991+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Received secret: v1.ObjectMeta{Name:"redis", GenerateName:"", Namespace:"redis", SelfLink:"", UID:"8025a40f-6901-4ee8-92bb-bfaf43082625", ResourceVersion:"109670611", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000db71a0), Subresource:""}}} +2025-07-11T08:58:24.991+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_op_type=response tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 tf_http_trans_id=4352d849-dd3d-d811-2c4b-b6c4fa6fd502 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Length=537 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json X-Api-Cattle-Auth=true new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 @module=kubernetes.Kubernetes Audit-Id=09f1658f-ecb2-484a-813f-37c0f4cc9771 Date="Fri, 11 Jul 2025 06:58:24 GMT" X-Content-Type-Options=nosniff + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"prometheus-remote-write-auth","namespace":"monitoring","uid":"15a01c82-9a5b-4f4f-8a35-8710850a1aea","resourceVersion":"109670609","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:password":{},"f:username":{}},"f:type":{}}}]},"data":{"password":"eW91ci1zZWN1cmUtcGFzc3dvcmQ=","username":"cHJvbWV0aGV1cw=="},"type":"Opaque"} + timestamp="2025-07-11T08:58:24.990+0200" +2025-07-11T08:58:24.991+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:24 [INFO] Received secret: v1.ObjectMeta{Name:"prometheus-remote-write-auth", GenerateName:"", Namespace:"monitoring", SelfLink:"", UID:"15a01c82-9a5b-4f4f-8a35-8710850a1aea", ResourceVersion:"109670609", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000d04450), Subresource:""}}} +2025-07-11T08:58:24.991+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:58:24 [DEBUG] Reading bucket [365zon2] in region [eu-central-1]: timestamp="2025-07-11T08:58:24.990+0200" +2025-07-11T08:58:24.992+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.redis.kubernetes_secret.redis, 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: + - .immutable: planned value cty.False for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:58:24.993+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.postgresql.kubernetes_secret.postgresql_auth[0], 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: + - .immutable: planned value cty.False for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:58:24.993+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.monitoring.kubernetes_secret.prometheus_remote_write_auth, 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: + - .immutable: planned value cty.False for a non-computed attribute + - .type: planned value cty.StringVal("Opaque") for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:58:24.993+0200 [DEBUG] ReferenceTransformer: "module.postgresql.helm_release.postgresql[0]" references: [] +2025-07-11T08:58:24.993+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:24.994+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=972985 +2025-07-11T08:58:24.994+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:24.994+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:24.995+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=972853 +2025-07-11T08:58:24.995+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:24.996+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:24.996+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=972787 +2025-07-11T08:58:24.996+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:24.999+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000624380 Settings:0xc0007b5440 RegistryClient:0xc0004f9600 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_rpc=ReadResource @module=helm timestamp="2025-07-11T08:58:24.999+0200" +2025-07-11T08:58:25.000+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Current state before changes: {Atomic:false Chart:"postgresql" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"postgresql" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"17.0.0","chart":"postgresql","first_deployed":1752215369,"last_deployed":1752215369,"name":"postgresql","namespace":"postgresql","notes":"CHART NAME: postgresql\nCHART VERSION: 16.0.5\nAPP VERSION: 17.0.0\n\n** Please be patient while the chart is being deployed **\n\nWARNING: PostgreSQL has been configured without authentication, this is not recommended for production environments.\n\nPostgreSQL can be accessed via port 5432 on the following DNS names from within your cluster:\n\n postgresql.postgresql.svc.cluster.local - Read/Write connection\n\nTo get the password for \"postgres\" run:\n\n export POSTGRES_ADMIN_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.rootpassword}\" | base64 -d)\n\nTo get the password for \"bridge\" run:\n\n export POSTGRES_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.password}\" | base64 -d)\n\nTo connect to your database run the following command:\n\n kubectl run postgresql-client --rm --tty -i --restart='Never' --namespace postgresql --image docker.io/bitnami/postgresql:17.0.0-debian-12-r6 \\\n --command -- psql --host postgresql -d postgres -p 5432\n\n > NOTE: If you access the container using bash, make sure that you execute \"/opt/bitnami/scripts/postgresql/entrypoint.sh /bin/bash\" in order to avoid the error \"psql: local user with ID 1001} does not exist\"\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace postgresql svc/postgresql 5432:5432 &\n psql --host 127.0.0.1 -d postgres -p 5432\n\nWARNING: The configured password will be ignored on new installation in case when previous PostgreSQL release was deleted through the helm command. In that case, old PVC will have an old password, and setting it through helm won't take effect. Deleting persistent volumes (PVs) will solve the issue.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - primary.resources\n - readReplicas.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"auth\":{\"existingSecret\":\"postgresql-auth\",\"secretKeys\":{\"adminPasswordKey\":\"rootpassword\",\"userPasswordKey\":\"password\"},\"username\":\"bridge\"}}","version":"16.0.5"} Name:"postgresql" Namespace:"postgresql" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["auth:\n existingSecret: postgresql-auth\n username: bridge\n secretKeys:\n adminPasswordKey: rootpassword\n userPasswordKey: password\n"] Verify:false Version:"16.0.5" Wait:true WaitForJobs:false}: @module=helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:877 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.000+0200" +2025-07-11T08:58:25.000+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: postgresql] Start: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1653 @module=helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.000+0200" +2025-07-11T08:58:25.000+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm KubernetesData=map[] tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.000+0200" +2025-07-11T08:58:25.000+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 tf_rpc=ReadResource @module=helm configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:25.000+0200" +2025-07-11T08:58:25.000+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_resource_type=helm_release tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:25.000+0200" +2025-07-11T08:58:25.000+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: postgresql getRelease post action created: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 @module=helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.000+0200" +2025-07-11T08:58:25.026+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: longhorn getRelease post run: @module=helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 timestamp="2025-07-11T08:58:25.026+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: longhorn getRelease completed: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.026+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"v1.7.1","chart":"longhorn","first_deployed":1732547795,"last_deployed":1752215357,"name":"longhorn","namespace":"longhorn-system","notes":"Longhorn is now installed on the cluster!\n\nPlease wait a few minutes for other Longhorn components such as CSI deployments, Engine Images, and Instance Managers to be initialized.\n\nVisit our documentation at https://longhorn.io/docs/\n","revision":2,"values":"{\"csi\":{\"kubeletRootDir\":\"/var/lib/kubelet\"},\"defaultSettings\":{\"defaultDataLocality\":\"best-effort\",\"defaultDataPath\":\"/var/lib/longhorn/\",\"storageOverProvisioningPercentage\":90},\"enablePSP\":false,\"persistence\":{\"defaultClassReplicaCount\":1,\"defaultDataLocality\":\"best-effort\"},\"serviceMonitor\":{\"enabled\":true}}","version":"1.7.1"}: @module=helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.026+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.notes tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.last_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.first_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.app_version tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.revision tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_rpc=ReadResource tf_attribute_path=metadata.name tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.version @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.chart tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=atomic tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=cleanup_on_fail tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=disable_webhooks tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=status tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[0].name tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[0].type tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[0].value timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[0] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[1].name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 @module=sdk.framework tf_attribute_path=set[1].type tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[1].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[1] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_rpc=ReadResource tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set[2].type @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_attribute_path=set[2].value tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @module=sdk.framework tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[2].name tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=set[2] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=set[3].name tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set[3].type tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=set[3].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set[3] tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_rpc=ReadResource tf_attribute_path=set[4].name tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_rpc=ReadResource tf_attribute_path=set[4].type tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_rpc=ReadResource tf_attribute_path=set[4].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set[4] tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set[5].type tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_attribute_path=set[5].value tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[5].name tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set[5] tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[6].name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[6].type tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[6].value timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[6] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[7].name tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release @module=sdk.framework timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set[7].type tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[7].value tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_resource_type=helm_release tf_attribute_path=set[7] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:25.027+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=set tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=render_subchart_notes tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_rpc=ReadResource @module=sdk.framework tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=namespace tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=replace tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=timeout tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=repository tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=dependency_update tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=reset_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=wait tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=name tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=wait_for_jobs tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=force_update tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=disable_openapi_validation tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_attribute_path=disable_crd_hooks tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_rpc=ReadResource tf_attribute_path=recreate_pods tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=reuse_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_attribute_path=lint tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework tf_attribute_path=verify tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.028+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=skip_crds tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.029+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_rpc=ReadResource tf_attribute_path=create_namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.029+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=pass_credentials tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.029+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=max_history timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.029+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=chart tf_req_id=5a59ccbd-c180-c3cd-f5df-4549ba935274 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.028+0200" +2025-07-11T08:58:25.030+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:25.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000000d20 Settings:0xc0006ec120 RegistryClient:0xc00067bd00 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=dec30495-4e77-d390-f881-35d4044041d7 tf_rpc=ValidateResourceConfig tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 timestamp="2025-07-11T08:58:25.032+0200" +2025-07-11T08:58:25.034+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000000d20 Settings:0xc0006ec120 RegistryClient:0xc00067bd00 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8e7b5820-70e5-cb3a-d80d-2d5e67e9d362 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:25.034+0200" +2025-07-11T08:58:25.041+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"longhorn" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"longhorn" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"v1.7.1","chart":"longhorn","first_deployed":1732547795,"last_deployed":1752215357,"name":"longhorn","namespace":"longhorn-system","notes":"Longhorn is now installed on the cluster!\n\nPlease wait a few minutes for other Longhorn components such as CSI deployments, Engine Images, and Instance Managers to be initialized.\n\nVisit our documentation at https://longhorn.io/docs/\n","revision":2,"values":"{\"csi\":{\"kubeletRootDir\":\"/var/lib/kubelet\"},\"defaultSettings\":{\"defaultDataLocality\":\"best-effort\",\"defaultDataPath\":\"/var/lib/longhorn/\",\"storageOverProvisioningPercentage\":90},\"enablePSP\":false,\"persistence\":{\"defaultClassReplicaCount\":1,\"defaultDataLocality\":\"best-effort\"},\"serviceMonitor\":{\"enabled\":true}}","version":"1.7.1"} Name:"longhorn" Namespace:"longhorn-system" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.longhorn.io" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"defaultSettings.defaultDataPath","type":"","value":"/var/lib/longhorn/"},{"name":"defaultSettings.defaultDataLocality","type":"","value":"best-effort"},{"name":"defaultSettings.storageOverProvisioningPercentage","type":"","value":"90"},{"name":"csi.kubeletRootDir","type":"","value":"/var/lib/kubelet"},{"name":"enablePSP","type":"","value":"false"},{"name":"serviceMonitor.enabled","type":"","value":"true"},{"name":"persistence.defaultClassReplicaCount","type":"","value":"1"},{"name":"persistence.defaultDataLocality","type":"","value":"best-effort"}] SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values: Verify:false Version:"1.7.1" Wait:true WaitForJobs:false}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 @module=helm tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8e7b5820-70e5-cb3a-d80d-2d5e67e9d362 tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.041+0200" +2025-07-11T08:58:25.041+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"longhorn" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"longhorn" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"v1.7.1","chart":"longhorn","first_deployed":1732547795,"last_deployed":1752215357,"name":"longhorn","namespace":"longhorn-system","notes":"Longhorn is now installed on the cluster!\n\nPlease wait a few minutes for other Longhorn components such as CSI deployments, Engine Images, and Instance Managers to be initialized.\n\nVisit our documentation at https://longhorn.io/docs/\n","revision":2,"values":"{\"csi\":{\"kubeletRootDir\":\"/var/lib/kubelet\"},\"defaultSettings\":{\"defaultDataLocality\":\"best-effort\",\"defaultDataPath\":\"/var/lib/longhorn/\",\"storageOverProvisioningPercentage\":90},\"enablePSP\":false,\"persistence\":{\"defaultClassReplicaCount\":1,\"defaultDataLocality\":\"best-effort\"},\"serviceMonitor\":{\"enabled\":true}}","version":"1.7.1"} Name:"longhorn" Namespace:"longhorn-system" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.longhorn.io" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"defaultSettings.defaultDataPath","type":"","value":"/var/lib/longhorn/"},{"name":"defaultSettings.defaultDataLocality","type":"","value":"best-effort"},{"name":"defaultSettings.storageOverProvisioningPercentage","type":"","value":"90"},{"name":"csi.kubeletRootDir","type":"","value":"/var/lib/kubelet"},{"name":"enablePSP","type":"","value":"false"},{"name":"serviceMonitor.enabled","type":"","value":"true"},{"name":"persistence.defaultClassReplicaCount","type":"","value":"1"},{"name":"persistence.defaultDataLocality","type":"","value":"best-effort"}] SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values: Verify:false Version:"1.7.1" Wait:true WaitForJobs:false}: tf_rpc=PlanResourceChange @module=helm tf_req_id=8e7b5820-70e5-cb3a-d80d-2d5e67e9d362 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:25.041+0200" +2025-07-11T08:58:25.041+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: longhorn] Start: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8e7b5820-70e5-cb3a-d80d-2d5e67e9d362 tf_rpc=PlanResourceChange tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.041+0200" +2025-07-11T08:58:25.041+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: KubernetesData=map[] tf_req_id=8e7b5820-70e5-cb3a-d80d-2d5e67e9d362 tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=helm timestamp="2025-07-11T08:58:25.041+0200" +2025-07-11T08:58:25.041+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm tf_req_id=8e7b5820-70e5-cb3a-d80d-2d5e67e9d362 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:25.041+0200" +2025-07-11T08:58:25.041+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_req_id=8e7b5820-70e5-cb3a-d80d-2d5e67e9d362 tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 timestamp="2025-07-11T08:58:25.041+0200" +2025-07-11T08:58:25.041+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: longhorn] Initial Values: Name=longhorn, Namespace=longhorn-system, Repository=https://charts.longhorn.io, Repository_Username=, Repository_Password=, Chart=longhorn: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @module=helm tf_req_id=8e7b5820-70e5-cb3a-d80d-2d5e67e9d362 tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.041+0200" +2025-07-11T08:58:25.041+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc0006ec240 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8e7b5820-70e5-cb3a-d80d-2d5e67e9d362 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 @module=helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:25.041+0200" +2025-07-11T08:58:25.293+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:58:25 [WARN] ({ 365zon2 enabled [] 2025-07-11 06:46:17.754225947 +0000 UTC}): timestamp="2025-07-11T08:58:25.293+0200" +2025-07-11T08:58:25.294+0200 [WARN] Provider "registry.terraform.io/aminueza/minio" produced an invalid plan for module.tenant-365zon.module.minio.minio_iam_user.overlay, 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: + - .update_secret: planned value cty.False for a non-computed attribute + - .disable_user: planned value cty.False for a non-computed attribute + - .force_destroy: planned value cty.False for a non-computed attribute +2025-07-11T08:58:25.481+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: minio getRelease post run: @module=helm tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 timestamp="2025-07-11T08:58:25.481+0200" +2025-07-11T08:58:25.481+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: minio getRelease completed: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.481+0200" +2025-07-11T08:58:25.481+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: minio] Done: @module=helm tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1668 timestamp="2025-07-11T08:58:25.481+0200" +2025-07-11T08:58:25.481+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseRead: minio] Started: tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:899 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:25.481+0200" +2025-07-11T08:58:25.481+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm KubernetesData=map[] tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.481+0200" +2025-07-11T08:58:25.481+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.481+0200" +2025-07-11T08:58:25.481+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.481+0200" +2025-07-11T08:58:25.481+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: minio getRelease post action created: tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 timestamp="2025-07-11T08:58:25.481+0200" +2025-07-11T08:58:25.600+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:58:25 [DEBUG] Bucket [365zon2] exists!: timestamp="2025-07-11T08:58:25.600+0200" +2025-07-11T08:58:25.602+0200 [WARN] Provider "registry.terraform.io/aminueza/minio" produced an invalid plan for module.tenant-365zon.module.minio.minio_s3_bucket.overlay, 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: + - .object_locking: planned value cty.False for a non-computed attribute + - .force_destroy: planned value cty.False for a non-computed attribute +2025-07-11T08:58:25.603+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay" references: [] +2025-07-11T08:58:25.603+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay" references: [] +2025-07-11T08:58:25.603+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay" references: [] +2025-07-11T08:58:25.604+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:58:25 [DEBUG] S3 bucket policy, read for bucket: 365zon2: timestamp="2025-07-11T08:58:25.604+0200" +2025-07-11T08:58:25.604+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:58:25 [DEBUG] Getting IAM Policy: 365zon2: timestamp="2025-07-11T08:58:25.604+0200" +2025-07-11T08:58:25.609+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: redis getRelease post run: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release @module=helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.609+0200" +2025-07-11T08:58:25.609+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: redis getRelease completed: tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 timestamp="2025-07-11T08:58:25.609+0200" +2025-07-11T08:58:25.609+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: redis] Done: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1668 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.609+0200" +2025-07-11T08:58:25.609+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseRead: redis] Started: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:899 tf_resource_type=helm_release tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 timestamp="2025-07-11T08:58:25.609+0200" +2025-07-11T08:58:25.609+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.609+0200" +2025-07-11T08:58:25.609+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release tf_rpc=ReadResource @module=helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 configPaths=[] timestamp="2025-07-11T08:58:25.609+0200" +2025-07-11T08:58:25.609+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_rpc=ReadResource tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.609+0200" +2025-07-11T08:58:25.609+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: redis getRelease post action created: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 @module=helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.609+0200" +2025-07-11T08:58:25.681+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025-07-11T08:58:25.681+0200 [DEBUG] [UpgradeResourceState]: +2025-07-11T08:58:25.681+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: morphed object= +2025-07-11T08:58:25.681+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | tftypes.Object["apiVersion":tftypes.String, "kind":tftypes.String, "metadata":tftypes.Object["annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String, "namespace":tftypes.String, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String], "spec":tftypes.Object["failurePolicy":tftypes.String, "valuesContent":tftypes.String]]<"apiVersion":tftypes.String<"helm.cattle.io/v1">, "kind":tftypes.String<"HelmChartConfig">, "metadata":tftypes.Object["annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String, "namespace":tftypes.String, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String]<"annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String<"rke2-ingress-nginx">, "namespace":tftypes.String<"kube-system">, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String>, "spec":tftypes.Object["failurePolicy":tftypes.String, "valuesContent":tftypes.String]<"failurePolicy":tftypes.String, "valuesContent":tftypes.String<"controller: +2025-07-11T08:58:25.681+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | config: +2025-07-11T08:58:25.681+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | use-forwarded-headers: "true" +2025-07-11T08:58:25.681+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | ">>> +2025-07-11T08:58:25.681+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: +2025-07-11T08:58:25.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: redis getRelease post run: @module=helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.955+0200" +2025-07-11T08:58:25.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: redis getRelease completed: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.955+0200" +2025-07-11T08:58:25.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"7.4.1","chart":"redis","first_deployed":1752215366,"last_deployed":1752215366,"name":"redis","namespace":"redis","notes":"CHART NAME: redis\nCHART VERSION: 20.1.7\nAPP VERSION: 7.4.1\n\n** Please be patient while the chart is being deployed **\n\nRedis® can be accessed via port 6379 on the following DNS name from within your cluster:\n\n redis-master.redis.svc.cluster.local\n\n\n\nTo get your password run:\n\n export REDIS_PASSWORD=$(kubectl get secret --namespace redis redis -o jsonpath=\"{.data.redis-password}\" | base64 -d)\n\nTo connect to your Redis® server:\n\n1. Run a Redis® pod that you can use as a client:\n\n kubectl run --namespace redis redis-client --restart='Never' --env REDIS_PASSWORD=$REDIS_PASSWORD --image docker.io/bitnami/redis:7.4.1-debian-12-r0 --command -- sleep infinity\n\n Use the following command to attach to the pod:\n\n kubectl exec --tty -i redis-client \\\n --namespace redis -- bash\n\n2. Connect using the Redis® CLI:\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h redis-master\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace redis svc/redis-master 6379:6379 &\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h 127.0.0.1 -p 6379\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - replica.resources\n - master.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"architecture\":\"standalone\",\"auth\":{\"enabled\":true,\"existingSecret\":\"redis\",\"existingSecretPasswordKey\":\"redis-password\"},\"master\":{\"persistence\":{\"size\":\"6Gi\"}},\"metrics\":{\"enabled\":false}}","version":"20.1.7"}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.955+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=chart tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=reuse_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=wait_for_jobs tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=create_namespace tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=repository tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=force_update tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=values[0] tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release @module=sdk.framework timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=skip_crds tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=metadata.notes tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.version tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.app_version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=sdk.framework tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.name tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_attribute_path=metadata.first_deployed timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.last_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.chart tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.namespace tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.revision tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release @module=sdk.framework tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 @module=sdk.framework tf_attribute_path=metadata tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=pass_credentials tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=wait tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=render_subchart_notes tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=sdk.framework tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=status tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=lint tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release @module=sdk.framework tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=namespace timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.956+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=replace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.957+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=timeout tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.957+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=version tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.956+0200" +2025-07-11T08:58:25.957+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=disable_crd_hooks tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:58:25.957+0200" +2025-07-11T08:58:25.957+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=dependency_update tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.957+0200" +2025-07-11T08:58:25.957+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_attribute_path=recreate_pods tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.957+0200" +2025-07-11T08:58:25.957+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=atomic tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 timestamp="2025-07-11T08:58:25.957+0200" +2025-07-11T08:58:25.957+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=disable_openapi_validation tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.957+0200" +2025-07-11T08:58:25.957+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=verify tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:58:25.957+0200" +2025-07-11T08:58:25.957+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=max_history tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.957+0200" +2025-07-11T08:58:25.957+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=reset_values tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:25.957+0200" +2025-07-11T08:58:25.957+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.957+0200" +2025-07-11T08:58:25.957+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=cleanup_on_fail tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.957+0200" +2025-07-11T08:58:25.957+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=disable_webhooks tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97980257-5f5f-bc84-4f73-4b2795ea6622 tf_rpc=ReadResource timestamp="2025-07-11T08:58:25.957+0200" +2025-07-11T08:58:25.958+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:25.959+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc00070c380 Settings:0xc000759440 RegistryClient:0xc000033680 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=helm tf_req_id=6c28b12b-843d-5c87-1aea-282ee4d837f5 tf_rpc=ValidateResourceConfig @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 timestamp="2025-07-11T08:58:25.959+0200" +2025-07-11T08:58:25.961+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc00070c380 Settings:0xc000759440 RegistryClient:0xc000033680 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_req_id=b521a9b0-95db-98ce-23ed-eee2e8960502 timestamp="2025-07-11T08:58:25.961+0200" +2025-07-11T08:58:25.965+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"redis" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"redis" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"7.4.1","chart":"redis","first_deployed":1752215366,"last_deployed":1752215366,"name":"redis","namespace":"redis","notes":"CHART NAME: redis\nCHART VERSION: 20.1.7\nAPP VERSION: 7.4.1\n\n** Please be patient while the chart is being deployed **\n\nRedis® can be accessed via port 6379 on the following DNS name from within your cluster:\n\n redis-master.redis.svc.cluster.local\n\n\n\nTo get your password run:\n\n export REDIS_PASSWORD=$(kubectl get secret --namespace redis redis -o jsonpath=\"{.data.redis-password}\" | base64 -d)\n\nTo connect to your Redis® server:\n\n1. Run a Redis® pod that you can use as a client:\n\n kubectl run --namespace redis redis-client --restart='Never' --env REDIS_PASSWORD=$REDIS_PASSWORD --image docker.io/bitnami/redis:7.4.1-debian-12-r0 --command -- sleep infinity\n\n Use the following command to attach to the pod:\n\n kubectl exec --tty -i redis-client \\\n --namespace redis -- bash\n\n2. Connect using the Redis® CLI:\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h redis-master\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace redis svc/redis-master 6379:6379 &\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h 127.0.0.1 -p 6379\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - replica.resources\n - master.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"architecture\":\"standalone\",\"auth\":{\"enabled\":true,\"existingSecret\":\"redis\",\"existingSecretPasswordKey\":\"redis-password\"},\"master\":{\"persistence\":{\"size\":\"6Gi\"}},\"metrics\":{\"enabled\":false}}","version":"20.1.7"} Name:"redis" Namespace:"redis" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["metrics:\n enabled: false\n\narchitecture: standalone\n\nauth:\n enabled: true\n existingSecret: redis\n existingSecretPasswordKey: 'redis-password'\n\nmaster:\n persistence:\n size: 6Gi\n"] Verify:false Version:"20.1.7" Wait:true WaitForJobs:true}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b521a9b0-95db-98ce-23ed-eee2e8960502 tf_rpc=PlanResourceChange @module=helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 timestamp="2025-07-11T08:58:25.965+0200" +2025-07-11T08:58:25.965+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"redis" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"redis" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"7.4.1","chart":"redis","first_deployed":1752215366,"last_deployed":1752215366,"name":"redis","namespace":"redis","notes":"CHART NAME: redis\nCHART VERSION: 20.1.7\nAPP VERSION: 7.4.1\n\n** Please be patient while the chart is being deployed **\n\nRedis® can be accessed via port 6379 on the following DNS name from within your cluster:\n\n redis-master.redis.svc.cluster.local\n\n\n\nTo get your password run:\n\n export REDIS_PASSWORD=$(kubectl get secret --namespace redis redis -o jsonpath=\"{.data.redis-password}\" | base64 -d)\n\nTo connect to your Redis® server:\n\n1. Run a Redis® pod that you can use as a client:\n\n kubectl run --namespace redis redis-client --restart='Never' --env REDIS_PASSWORD=$REDIS_PASSWORD --image docker.io/bitnami/redis:7.4.1-debian-12-r0 --command -- sleep infinity\n\n Use the following command to attach to the pod:\n\n kubectl exec --tty -i redis-client \\\n --namespace redis -- bash\n\n2. Connect using the Redis® CLI:\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h redis-master\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace redis svc/redis-master 6379:6379 &\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h 127.0.0.1 -p 6379\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - replica.resources\n - master.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"architecture\":\"standalone\",\"auth\":{\"enabled\":true,\"existingSecret\":\"redis\",\"existingSecretPasswordKey\":\"redis-password\"},\"master\":{\"persistence\":{\"size\":\"6Gi\"}},\"metrics\":{\"enabled\":false}}","version":"20.1.7"} Name:"redis" Namespace:"redis" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["metrics:\n enabled: false\n\narchitecture: standalone\n\nauth:\n enabled: true\n existingSecret: redis\n existingSecretPasswordKey: 'redis-password'\n\nmaster:\n persistence:\n size: 6Gi\n"] Verify:false Version:"20.1.7" Wait:true WaitForJobs:true}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b521a9b0-95db-98ce-23ed-eee2e8960502 tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.965+0200" +2025-07-11T08:58:25.965+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: redis] Start: tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b521a9b0-95db-98ce-23ed-eee2e8960502 timestamp="2025-07-11T08:58:25.965+0200" +2025-07-11T08:58:25.965+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_req_id=b521a9b0-95db-98ce-23ed-eee2e8960502 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm timestamp="2025-07-11T08:58:25.965+0200" +2025-07-11T08:58:25.965+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_rpc=PlanResourceChange @module=helm configPaths=[] tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b521a9b0-95db-98ce-23ed-eee2e8960502 timestamp="2025-07-11T08:58:25.965+0200" +2025-07-11T08:58:25.966+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_req_id=b521a9b0-95db-98ce-23ed-eee2e8960502 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:25.965+0200" +2025-07-11T08:58:25.966+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: redis] Initial Values: Name=redis, Namespace=redis, Repository=https://charts.bitnami.com/bitnami, Repository_Username=, Repository_Password=, Chart=redis: tf_rpc=PlanResourceChange tf_req_id=b521a9b0-95db-98ce-23ed-eee2e8960502 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:25.965+0200" +2025-07-11T08:58:25.966+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc000759560 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b521a9b0-95db-98ce-23ed-eee2e8960502 tf_resource_type=helm_release timestamp="2025-07-11T08:58:25.966+0200" +2025-07-11T08:58:26.078+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: postgresql getRelease post run: tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:26.078+0200" +2025-07-11T08:58:26.078+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: postgresql getRelease completed: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.078+0200" +2025-07-11T08:58:26.078+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: postgresql] Done: tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1668 @module=helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.078+0200" +2025-07-11T08:58:26.078+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseRead: postgresql] Started: tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:899 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.078+0200" +2025-07-11T08:58:26.078+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release @module=helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 timestamp="2025-07-11T08:58:26.078+0200" +2025-07-11T08:58:26.078+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm timestamp="2025-07-11T08:58:26.078+0200" +2025-07-11T08:58:26.078+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @module=helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.078+0200" +2025-07-11T08:58:26.078+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: postgresql getRelease post action created: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 @module=helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.078+0200" +2025-07-11T08:58:26.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay" references: [] +2025-07-11T08:58:26.082+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:58:26 [DEBUG] Locking "365zon2": timestamp="2025-07-11T08:58:26.082+0200" +2025-07-11T08:58:26.082+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:58:26 [DEBUG] Locked "365zon2": timestamp="2025-07-11T08:58:26.082+0200" +2025-07-11T08:58:26.082+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:58:26 [DEBUG] UserPolicyAttachment: is user '365zon2' an LDAP user? false: timestamp="2025-07-11T08:58:26.082+0200" +2025-07-11T08:58:26.099+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: minio getRelease post run: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:26.099+0200" +2025-07-11T08:58:26.099+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: minio getRelease completed: tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.099+0200" +2025-07-11T08:58:26.099+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"2025.3.12","chart":"minio","first_deployed":1732564007,"last_deployed":1752215358,"name":"minio","namespace":"minio","notes":"CHART NAME: minio\nCHART VERSION: 16.0.0\nAPP VERSION: 2025.3.12\n\nDid you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami for more information.\n\n** Please be patient while the chart is being deployed **\n\nMinIO® can be accessed via port on the following DNS name from within your cluster:\n\n minio.minio.svc.cluster.local\n\nTo get your credentials run:\n\n export ROOT_USER=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-user}\" | base64 -d)\n export ROOT_PASSWORD=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-password}\" | base64 -d)\n\nTo connect to your MinIO® server using a client:\n\n- Run a MinIO® Client pod and append the desired command (e.g. 'admin info'):\n\n kubectl run --namespace minio minio-client \\\n --rm --tty -i --restart='Never' \\\n --env MINIO_SERVER_ROOT_USER=$ROOT_USER \\\n --env MINIO_SERVER_ROOT_PASSWORD=$ROOT_PASSWORD \\\n --env MINIO_SERVER_HOST=minio \\\n --image docker.io/bitnami/minio-client:2025.3.12-debian-12-r0 -- admin info minio\n\nTo access the MinIO® web UI:\n\n- Get the MinIO® URL:\n\n You should be able to access your new MinIO® web UI through\n\n http://storage-admin.365zon.fourlights.dev/minio/\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"apiIngress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"auth\":{\"rootPassword\":\"(sensitive value)\",\"rootUser\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage-admin.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"mode\":\"standalone\",\"persistence\":{\"size\":\"40Gi\"},\"resourcesPreset\":\"nano\",\"statefulset\":{\"drivesPerNode\":2,\"replicaCount\":1},\"tls\":{\"enabled\":false}}","version":"16.0.0"}: @module=helm tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 timestamp="2025-07-11T08:58:26.099+0200" +2025-07-11T08:58:26.099+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=dependency_update tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.099+0200" +2025-07-11T08:58:26.099+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=render_subchart_notes tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:26.099+0200" +2025-07-11T08:58:26.099+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.app_version tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.099+0200" +2025-07-11T08:58:26.099+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.first_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:26.099+0200" +2025-07-11T08:58:26.099+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=metadata.values tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e timestamp="2025-07-11T08:58:26.099+0200" +2025-07-11T08:58:26.099+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:26.099+0200" +2025-07-11T08:58:26.099+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.099+0200" +2025-07-11T08:58:26.099+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release tf_attribute_path=metadata.last_deployed tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:58:26.099+0200" +2025-07-11T08:58:26.099+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.version tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.099+0200" +2025-07-11T08:58:26.099+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.revision tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e timestamp="2025-07-11T08:58:26.099+0200" +2025-07-11T08:58:26.099+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.notes tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e timestamp="2025-07-11T08:58:26.099+0200" +2025-07-11T08:58:26.099+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.chart tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.099+0200" +2025-07-11T08:58:26.099+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:26.099+0200" +2025-07-11T08:58:26.099+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=create_namespace tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e timestamp="2025-07-11T08:58:26.099+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_attribute_path=name tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:58:26.099+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=reuse_values tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release tf_attribute_path=disable_openapi_validation timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=repository tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release tf_attribute_path=atomic tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=force_update tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_attribute_path=replace tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=chart tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=pass_credentials tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=disable_webhooks timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release tf_attribute_path=cleanup_on_fail tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=namespace @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set_sensitive[0].value tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set_sensitive[0].name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_attribute_path=set_sensitive[0] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set_sensitive[1].value tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set_sensitive[1].name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set_sensitive[1] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set_sensitive tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=disable_crd_hooks timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=skip_crds tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=wait tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=max_history tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release tf_attribute_path=recreate_pods tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=wait_for_jobs tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=lint tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=values[0] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=values @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_attribute_path=version tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set[0].name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[0].type tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_attribute_path=set[0].value tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[0] timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release tf_attribute_path=set[1].name timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[1].type tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release @module=sdk.framework timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release tf_attribute_path=set[1].value tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set[1] tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[2].type tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.100+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e @module=sdk.framework tf_attribute_path=set[2].value tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.101+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set[2].name tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.101+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=sdk.framework tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[2] timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.101+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[3].type tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.101+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[3].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.101+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[3].name tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.101+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[3] timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.101+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set[4].type tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.101+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=set[4].value timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.101+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[4].name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release @module=sdk.framework tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.101+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_attribute_path=set[4] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.101+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.100+0200" +2025-07-11T08:58:26.101+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=verify tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:58:26.101+0200" +2025-07-11T08:58:26.101+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.101+0200" +2025-07-11T08:58:26.101+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=timeout tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e timestamp="2025-07-11T08:58:26.101+0200" +2025-07-11T08:58:26.101+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=reset_values tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.101+0200" +2025-07-11T08:58:26.101+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=status tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a8866aba-ce61-4994-e0c9-80ee575e8a8e timestamp="2025-07-11T08:58:26.101+0200" +2025-07-11T08:58:26.103+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:26.106+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0007ce1c0 Settings:0xc0007d8120 RegistryClient:0xc0005b4200 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_rpc=ValidateResourceConfig @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=4ecf3113-2883-a9a1-30c3-9959b64d5e98 tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.105+0200" +2025-07-11T08:58:26.109+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0007ce1c0 Settings:0xc0007d8120 RegistryClient:0xc0005b4200 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_req_id=e4a816c5-ebc7-0273-145c-7e27d5944e9d tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:26.109+0200" +2025-07-11T08:58:26.116+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"minio" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"minio" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"2025.3.12","chart":"minio","first_deployed":1732564007,"last_deployed":1752215358,"name":"minio","namespace":"minio","notes":"CHART NAME: minio\nCHART VERSION: 16.0.0\nAPP VERSION: 2025.3.12\n\nDid you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami for more information.\n\n** Please be patient while the chart is being deployed **\n\nMinIO® can be accessed via port on the following DNS name from within your cluster:\n\n minio.minio.svc.cluster.local\n\nTo get your credentials run:\n\n export ROOT_USER=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-user}\" | base64 -d)\n export ROOT_PASSWORD=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-password}\" | base64 -d)\n\nTo connect to your MinIO® server using a client:\n\n- Run a MinIO® Client pod and append the desired command (e.g. 'admin info'):\n\n kubectl run --namespace minio minio-client \\\n --rm --tty -i --restart='Never' \\\n --env MINIO_SERVER_ROOT_USER=$ROOT_USER \\\n --env MINIO_SERVER_ROOT_PASSWORD=$ROOT_PASSWORD \\\n --env MINIO_SERVER_HOST=minio \\\n --image docker.io/bitnami/minio-client:2025.3.12-debian-12-r0 -- admin info minio\n\nTo access the MinIO® web UI:\n\n- Get the MinIO® URL:\n\n You should be able to access your new MinIO® web UI through\n\n http://storage-admin.365zon.fourlights.dev/minio/\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"apiIngress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"auth\":{\"rootPassword\":\"(sensitive value)\",\"rootUser\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage-admin.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"mode\":\"standalone\",\"persistence\":{\"size\":\"40Gi\"},\"resourcesPreset\":\"nano\",\"statefulset\":{\"drivesPerNode\":2,\"replicaCount\":1},\"tls\":{\"enabled\":false}}","version":"16.0.0"} Name:"minio" Namespace:"minio" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"mode","type":"","value":"standalone"},{"name":"resourcesPreset","type":"","value":"nano"},{"name":"statefulset.replicaCount","type":"","value":"1"},{"name":"statefulset.drivesPerNode","type":"","value":"2"},{"name":"persistence.size","type":"","value":"40Gi"}] SetList: SetSensitive:[{"name":"auth.rootUser","type":,"value":"Xg6VDlh9GVliFdnWnVec"},{"name":"auth.rootPassword","type":,"value":"j!4VaGixfD6f*nam7EeC0Sa*OogSqYA=cinX9bPj"}] SkipCrds:false Status:"deployed" Timeout:300 Values:["tls:\n enabled: false\n\ningress:\n enabled: true\n tls: false\n ingressClassName: nginx\n hostname: storage-admin.365zon.fourlights.dev\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n \n ingress.kubernetes.io/proxy-body-size: \"0\"\n nginx.ingress.kubernetes.io/proxy-body-size: \"0\"\n \n \n\napiIngress:\n enabled: true\n ingressClassName: nginx\n tls: false\n hostname: storage.365zon.fourlights.dev\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n \n ingress.kubernetes.io/proxy-body-size: \"0\"\n nginx.ingress.kubernetes.io/proxy-body-size: \"0\"\n \n"] Verify:false Version:"16.0.0" Wait:true WaitForJobs:true}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=e4a816c5-ebc7-0273-145c-7e27d5944e9d tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:26.116+0200" +2025-07-11T08:58:26.116+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"minio" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"minio" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"2025.3.12","chart":"minio","first_deployed":1732564007,"last_deployed":1752215358,"name":"minio","namespace":"minio","notes":"CHART NAME: minio\nCHART VERSION: 16.0.0\nAPP VERSION: 2025.3.12\n\nDid you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami for more information.\n\n** Please be patient while the chart is being deployed **\n\nMinIO® can be accessed via port on the following DNS name from within your cluster:\n\n minio.minio.svc.cluster.local\n\nTo get your credentials run:\n\n export ROOT_USER=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-user}\" | base64 -d)\n export ROOT_PASSWORD=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-password}\" | base64 -d)\n\nTo connect to your MinIO® server using a client:\n\n- Run a MinIO® Client pod and append the desired command (e.g. 'admin info'):\n\n kubectl run --namespace minio minio-client \\\n --rm --tty -i --restart='Never' \\\n --env MINIO_SERVER_ROOT_USER=$ROOT_USER \\\n --env MINIO_SERVER_ROOT_PASSWORD=$ROOT_PASSWORD \\\n --env MINIO_SERVER_HOST=minio \\\n --image docker.io/bitnami/minio-client:2025.3.12-debian-12-r0 -- admin info minio\n\nTo access the MinIO® web UI:\n\n- Get the MinIO® URL:\n\n You should be able to access your new MinIO® web UI through\n\n http://storage-admin.365zon.fourlights.dev/minio/\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"apiIngress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"auth\":{\"rootPassword\":\"(sensitive value)\",\"rootUser\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage-admin.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"mode\":\"standalone\",\"persistence\":{\"size\":\"40Gi\"},\"resourcesPreset\":\"nano\",\"statefulset\":{\"drivesPerNode\":2,\"replicaCount\":1},\"tls\":{\"enabled\":false}}","version":"16.0.0"} Name:"minio" Namespace:"minio" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"mode","type":"","value":"standalone"},{"name":"resourcesPreset","type":"","value":"nano"},{"name":"statefulset.replicaCount","type":"","value":"1"},{"name":"statefulset.drivesPerNode","type":"","value":"2"},{"name":"persistence.size","type":"","value":"40Gi"}] SetList: SetSensitive:[{"name":"auth.rootUser","type":,"value":"Xg6VDlh9GVliFdnWnVec"},{"name":"auth.rootPassword","type":,"value":"j!4VaGixfD6f*nam7EeC0Sa*OogSqYA=cinX9bPj"}] SkipCrds:false Status:"deployed" Timeout:300 Values:["tls:\n enabled: false\n\ningress:\n enabled: true\n tls: false\n ingressClassName: nginx\n hostname: storage-admin.365zon.fourlights.dev\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n \n ingress.kubernetes.io/proxy-body-size: \"0\"\n nginx.ingress.kubernetes.io/proxy-body-size: \"0\"\n \n \n\napiIngress:\n enabled: true\n ingressClassName: nginx\n tls: false\n hostname: storage.365zon.fourlights.dev\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n \n ingress.kubernetes.io/proxy-body-size: \"0\"\n nginx.ingress.kubernetes.io/proxy-body-size: \"0\"\n \n"] Verify:false Version:"16.0.0" Wait:true WaitForJobs:true}: @module=helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=e4a816c5-ebc7-0273-145c-7e27d5944e9d tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:26.116+0200" +2025-07-11T08:58:26.116+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: minio] Start: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=e4a816c5-ebc7-0273-145c-7e27d5944e9d tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.116+0200" +2025-07-11T08:58:26.116+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_req_id=e4a816c5-ebc7-0273-145c-7e27d5944e9d tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:26.116+0200" +2025-07-11T08:58:26.116+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=e4a816c5-ebc7-0273-145c-7e27d5944e9d tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm configPaths=[] timestamp="2025-07-11T08:58:26.116+0200" +2025-07-11T08:58:26.116+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_req_id=e4a816c5-ebc7-0273-145c-7e27d5944e9d tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.116+0200" +2025-07-11T08:58:26.116+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: minio] Initial Values: Name=minio, Namespace=minio, Repository=oci://registry-1.docker.io/bitnamicharts, Repository_Username=, Repository_Password=, Chart=minio: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @module=helm tf_req_id=e4a816c5-ebc7-0273-145c-7e27d5944e9d tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.116+0200" +2025-07-11T08:58:26.117+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc0007d8240 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 @module=helm tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=e4a816c5-ebc7-0273-145c-7e27d5944e9d tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.116+0200" +2025-07-11T08:58:26.215+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:58:26 [DEBUG] Unlocking "365zon2": timestamp="2025-07-11T08:58:26.215+0200" +2025-07-11T08:58:26.215+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:58:26 [DEBUG] Unlocked "365zon2": timestamp="2025-07-11T08:58:26.215+0200" +2025-07-11T08:58:26.378+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:26.403+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: postgresql getRelease post run: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.403+0200" +2025-07-11T08:58:26.403+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: postgresql getRelease completed: tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.403+0200" +2025-07-11T08:58:26.404+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"17.0.0","chart":"postgresql","first_deployed":1752215369,"last_deployed":1752215369,"name":"postgresql","namespace":"postgresql","notes":"CHART NAME: postgresql\nCHART VERSION: 16.0.5\nAPP VERSION: 17.0.0\n\n** Please be patient while the chart is being deployed **\n\nWARNING: PostgreSQL has been configured without authentication, this is not recommended for production environments.\n\nPostgreSQL can be accessed via port 5432 on the following DNS names from within your cluster:\n\n postgresql.postgresql.svc.cluster.local - Read/Write connection\n\nTo get the password for \"postgres\" run:\n\n export POSTGRES_ADMIN_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.rootpassword}\" | base64 -d)\n\nTo get the password for \"bridge\" run:\n\n export POSTGRES_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.password}\" | base64 -d)\n\nTo connect to your database run the following command:\n\n kubectl run postgresql-client --rm --tty -i --restart='Never' --namespace postgresql --image docker.io/bitnami/postgresql:17.0.0-debian-12-r6 \\\n --command -- psql --host postgresql -d postgres -p 5432\n\n > NOTE: If you access the container using bash, make sure that you execute \"/opt/bitnami/scripts/postgresql/entrypoint.sh /bin/bash\" in order to avoid the error \"psql: local user with ID 1001} does not exist\"\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace postgresql svc/postgresql 5432:5432 &\n psql --host 127.0.0.1 -d postgres -p 5432\n\nWARNING: The configured password will be ignored on new installation in case when previous PostgreSQL release was deleted through the helm command. In that case, old PVC will have an old password, and setting it through helm won't take effect. Deleting persistent volumes (PVs) will solve the issue.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - primary.resources\n - readReplicas.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"auth\":{\"existingSecret\":\"postgresql-auth\",\"secretKeys\":{\"adminPasswordKey\":\"rootpassword\",\"userPasswordKey\":\"password\"},\"username\":\"bridge\"}}","version":"16.0.5"}: @module=helm tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.404+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release tf_attribute_path=wait tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.404+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=version tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.404+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=dependency_update tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.404+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=max_history @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.404+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=reset_values tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.404+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=cleanup_on_fail tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.404+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=chart tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.404+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=metadata.namespace tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.404+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.app_version tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.404+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.chart @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.notes tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release tf_attribute_path=metadata.values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.first_deployed tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.revision tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_attribute_path=metadata.name tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.last_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_attribute_path=render_subchart_notes tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=repository timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=force_update tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=wait_for_jobs timestamp="2025-07-11T08:58:26.404+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=disable_webhooks tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.405+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=disable_openapi_validation tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:58:26.405+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=recreate_pods tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 timestamp="2025-07-11T08:58:26.405+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=pass_credentials timestamp="2025-07-11T08:58:26.405+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.405+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=disable_crd_hooks timestamp="2025-07-11T08:58:26.405+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_attribute_path=create_namespace timestamp="2025-07-11T08:58:26.405+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ReadResource tf_attribute_path=lint timestamp="2025-07-11T08:58:26.405+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=namespace timestamp="2025-07-11T08:58:26.405+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=verify tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.405+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=skip_crds tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.405+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=timeout @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:58:26.405+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_attribute_path=atomic tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:26.405+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 timestamp="2025-07-11T08:58:26.405+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=replace tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.405+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=reuse_values tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:58:26.405+0200" +2025-07-11T08:58:26.405+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=status tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.405+0200" +2025-07-11T08:58:26.406+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 tf_attribute_path=values[0] tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:58:26.405+0200" +2025-07-11T08:58:26.406+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_attribute_path=values tf_req_id=67ee51f6-438f-5cb3-e84a-f989f5d065d6 timestamp="2025-07-11T08:58:26.405+0200" +2025-07-11T08:58:26.406+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:26.407+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000624380 Settings:0xc0007b5440 RegistryClient:0xc0004f9600 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_rpc=ValidateResourceConfig tf_req_id=2d7c0dbd-e40b-c02e-682f-c98ea6e4da86 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:26.407+0200" +2025-07-11T08:58:26.409+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000624380 Settings:0xc0007b5440 RegistryClient:0xc0004f9600 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=e5ef3dd3-ea4a-6a58-2862-fc1c9945e001 tf_rpc=PlanResourceChange @module=helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 timestamp="2025-07-11T08:58:26.409+0200" +2025-07-11T08:58:26.413+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"postgresql" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"postgresql" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"17.0.0","chart":"postgresql","first_deployed":1752215369,"last_deployed":1752215369,"name":"postgresql","namespace":"postgresql","notes":"CHART NAME: postgresql\nCHART VERSION: 16.0.5\nAPP VERSION: 17.0.0\n\n** Please be patient while the chart is being deployed **\n\nWARNING: PostgreSQL has been configured without authentication, this is not recommended for production environments.\n\nPostgreSQL can be accessed via port 5432 on the following DNS names from within your cluster:\n\n postgresql.postgresql.svc.cluster.local - Read/Write connection\n\nTo get the password for \"postgres\" run:\n\n export POSTGRES_ADMIN_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.rootpassword}\" | base64 -d)\n\nTo get the password for \"bridge\" run:\n\n export POSTGRES_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.password}\" | base64 -d)\n\nTo connect to your database run the following command:\n\n kubectl run postgresql-client --rm --tty -i --restart='Never' --namespace postgresql --image docker.io/bitnami/postgresql:17.0.0-debian-12-r6 \\\n --command -- psql --host postgresql -d postgres -p 5432\n\n > NOTE: If you access the container using bash, make sure that you execute \"/opt/bitnami/scripts/postgresql/entrypoint.sh /bin/bash\" in order to avoid the error \"psql: local user with ID 1001} does not exist\"\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace postgresql svc/postgresql 5432:5432 &\n psql --host 127.0.0.1 -d postgres -p 5432\n\nWARNING: The configured password will be ignored on new installation in case when previous PostgreSQL release was deleted through the helm command. In that case, old PVC will have an old password, and setting it through helm won't take effect. Deleting persistent volumes (PVs) will solve the issue.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - primary.resources\n - readReplicas.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"auth\":{\"existingSecret\":\"postgresql-auth\",\"secretKeys\":{\"adminPasswordKey\":\"rootpassword\",\"userPasswordKey\":\"password\"},\"username\":\"bridge\"}}","version":"16.0.5"} Name:"postgresql" Namespace:"postgresql" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["auth:\n existingSecret: postgresql-auth\n username: bridge\n secretKeys:\n adminPasswordKey: rootpassword\n userPasswordKey: password\n"] Verify:false Version:"16.0.5" Wait:true WaitForJobs:false}: @module=helm tf_req_id=e5ef3dd3-ea4a-6a58-2862-fc1c9945e001 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 timestamp="2025-07-11T08:58:26.413+0200" +2025-07-11T08:58:26.413+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"postgresql" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"postgresql" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"17.0.0","chart":"postgresql","first_deployed":1752215369,"last_deployed":1752215369,"name":"postgresql","namespace":"postgresql","notes":"CHART NAME: postgresql\nCHART VERSION: 16.0.5\nAPP VERSION: 17.0.0\n\n** Please be patient while the chart is being deployed **\n\nWARNING: PostgreSQL has been configured without authentication, this is not recommended for production environments.\n\nPostgreSQL can be accessed via port 5432 on the following DNS names from within your cluster:\n\n postgresql.postgresql.svc.cluster.local - Read/Write connection\n\nTo get the password for \"postgres\" run:\n\n export POSTGRES_ADMIN_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.rootpassword}\" | base64 -d)\n\nTo get the password for \"bridge\" run:\n\n export POSTGRES_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.password}\" | base64 -d)\n\nTo connect to your database run the following command:\n\n kubectl run postgresql-client --rm --tty -i --restart='Never' --namespace postgresql --image docker.io/bitnami/postgresql:17.0.0-debian-12-r6 \\\n --command -- psql --host postgresql -d postgres -p 5432\n\n > NOTE: If you access the container using bash, make sure that you execute \"/opt/bitnami/scripts/postgresql/entrypoint.sh /bin/bash\" in order to avoid the error \"psql: local user with ID 1001} does not exist\"\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace postgresql svc/postgresql 5432:5432 &\n psql --host 127.0.0.1 -d postgres -p 5432\n\nWARNING: The configured password will be ignored on new installation in case when previous PostgreSQL release was deleted through the helm command. In that case, old PVC will have an old password, and setting it through helm won't take effect. Deleting persistent volumes (PVs) will solve the issue.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - primary.resources\n - readReplicas.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"auth\":{\"existingSecret\":\"postgresql-auth\",\"secretKeys\":{\"adminPasswordKey\":\"rootpassword\",\"userPasswordKey\":\"password\"},\"username\":\"bridge\"}}","version":"16.0.5"} Name:"postgresql" Namespace:"postgresql" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["auth:\n existingSecret: postgresql-auth\n username: bridge\n secretKeys:\n adminPasswordKey: rootpassword\n userPasswordKey: password\n"] Verify:false Version:"16.0.5" Wait:true WaitForJobs:false}: tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=e5ef3dd3-ea4a-6a58-2862-fc1c9945e001 timestamp="2025-07-11T08:58:26.413+0200" +2025-07-11T08:58:26.413+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: postgresql] Start: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=e5ef3dd3-ea4a-6a58-2862-fc1c9945e001 tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 @module=helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.413+0200" +2025-07-11T08:58:26.413+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: KubernetesData=map[] tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=e5ef3dd3-ea4a-6a58-2862-fc1c9945e001 tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.413+0200" +2025-07-11T08:58:26.414+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @module=helm configPaths=[] tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=e5ef3dd3-ea4a-6a58-2862-fc1c9945e001 tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.414+0200" +2025-07-11T08:58:26.414+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_req_id=e5ef3dd3-ea4a-6a58-2862-fc1c9945e001 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:26.414+0200" +2025-07-11T08:58:26.414+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: postgresql] Initial Values: Name=postgresql, Namespace=postgresql, Repository=https://charts.bitnami.com/bitnami, Repository_Username=, Repository_Password=, Chart=postgresql: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=e5ef3dd3-ea4a-6a58-2862-fc1c9945e001 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:26.414+0200" +2025-07-11T08:58:26.414+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc0007b5560 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: tf_req_id=e5ef3dd3-ea4a-6a58-2862-fc1c9945e001 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:26.414+0200" +2025-07-11T08:58:26.540+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: longhorn] Got chart: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8e7b5820-70e5-cb3a-d80d-2d5e67e9d362 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 @module=helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:26.540+0200" +2025-07-11T08:58:26.540+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8e7b5820-70e5-cb3a-d80d-2d5e67e9d362 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 @module=helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:26.540+0200" +2025-07-11T08:58:26.540+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: longhorn] Release validated: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8e7b5820-70e5-cb3a-d80d-2d5e67e9d362 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:26.540+0200" +2025-07-11T08:58:26.540+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: longhorn] Done: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 @module=helm tf_req_id=8e7b5820-70e5-cb3a-d80d-2d5e67e9d362 tf_resource_type=helm_release timestamp="2025-07-11T08:58:26.540+0200" +2025-07-11T08:58:26.542+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:26.544+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=973016 +2025-07-11T08:58:26.544+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:26.726+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025-07-11T08:58:26.726+0200 [DEBUG] [PlanUpdateResource]: OAPI type="tftypes.Object[\"apiVersion\":tftypes.String, \"kind\":tftypes.String, \"metadata\":tftypes.Object[\"annotations\":tftypes.Map[tftypes.String], \"creationTimestamp\":tftypes.String, \"deletionGracePeriodSeconds\":tftypes.Number, \"deletionTimestamp\":tftypes.String, \"finalizers\":tftypes.List[tftypes.String], \"generateName\":tftypes.String, \"generation\":tftypes.Number, \"labels\":tftypes.Map[tftypes.String], \"managedFields\":tftypes.Tuple[tftypes.Object[\"apiVersion\":tftypes.String, \"fieldsType\":tftypes.String, \"fieldsV1\":tftypes.DynamicPseudoType, \"manager\":tftypes.String, \"operation\":tftypes.String, \"subresource\":tftypes.String, \"time\":tftypes.String]], \"name\":tftypes.String, \"namespace\":tftypes.String, \"ownerReferences\":tftypes.List[tftypes.Object[\"apiVersion\":tftypes.String, \"blockOwnerDeletion\":tftypes.Bool, \"controller\":tftypes.Bool, \"kind\":tftypes.String, \"name\":tftypes.String, \"uid\":tftypes.String]], \"resourceVersion\":tftypes.String, \"selfLink\":tftypes.String, \"uid\":tftypes.String], \"spec\":tftypes.Object[\"failurePolicy\":tftypes.String, \"valuesContent\":tftypes.String]]" +2025-07-11T08:58:26.726+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025-07-11T08:58:26.726+0200 [DEBUG] [PlanResourceChange]: +2025-07-11T08:58:26.726+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: morphed manifest= +2025-07-11T08:58:26.726+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | tftypes.Object["apiVersion":tftypes.String, "kind":tftypes.String, "metadata":tftypes.Object["annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String, "namespace":tftypes.String, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String], "spec":tftypes.Object["failurePolicy":tftypes.String, "valuesContent":tftypes.String]]<"apiVersion":tftypes.String<"helm.cattle.io/v1">, "kind":tftypes.String<"HelmChartConfig">, "metadata":tftypes.Object["annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String, "namespace":tftypes.String, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String]<"annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String<"rke2-ingress-nginx">, "namespace":tftypes.String<"kube-system">, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String>, "spec":tftypes.Object["failurePolicy":tftypes.String, "valuesContent":tftypes.String]<"failurePolicy":tftypes.String, "valuesContent":tftypes.String<"controller: +2025-07-11T08:58:26.726+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | config: +2025-07-11T08:58:26.726+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | use-forwarded-headers: "true" +2025-07-11T08:58:26.726+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | ">>> +2025-07-11T08:58:26.727+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: +2025-07-11T08:58:26.727+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025-07-11T08:58:26.726+0200 [DEBUG] [PlanResourceChange]: +2025-07-11T08:58:26.727+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: backfilled manifest= +2025-07-11T08:58:26.727+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | tftypes.Object["apiVersion":tftypes.String, "kind":tftypes.String, "metadata":tftypes.Object["annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String, "namespace":tftypes.String, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String], "spec":tftypes.Object["failurePolicy":tftypes.String, "valuesContent":tftypes.String]]<"apiVersion":tftypes.String<"helm.cattle.io/v1">, "kind":tftypes.String<"HelmChartConfig">, "metadata":tftypes.Object["annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String, "namespace":tftypes.String, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String]<"annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String<"rke2-ingress-nginx">, "namespace":tftypes.String<"kube-system">, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String>, "spec":tftypes.Object["failurePolicy":tftypes.String, "valuesContent":tftypes.String]<"failurePolicy":tftypes.String, "valuesContent":tftypes.String<"controller: +2025-07-11T08:58:26.727+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | config: +2025-07-11T08:58:26.727+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | use-forwarded-headers: "true" +2025-07-11T08:58:26.727+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | ">>> +2025-07-11T08:58:26.727+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: +2025-07-11T08:58:26.728+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:26.728+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_secret.mongodb_auth" references: [] +2025-07-11T08:58:26.729+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.helm_release.rabbitmq" references: [] +2025-07-11T08:58:26.730+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=972835 +2025-07-11T08:58:26.730+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:26.732+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:26 [INFO] Checking secret mongodb-auth +2025-07-11T08:58:26.732+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_op_type=request tf_http_req_method=GET tf_http_trans_id=5934f164-af2c-5e0c-38c5-3cfa84ddd7c6 Accept="application/json, */*" Host=rancher.bridge.fourlights.dev tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/mongodb/secrets/mongodb-auth @module=kubernetes.Kubernetes Accept-Encoding=gzip new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" User-Agent="HashiCorp/1.0 Terraform/1.12.1" timestamp="2025-07-11T08:58:26.732+0200" +2025-07-11T08:58:26.734+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000510380 Settings:0xc000753440 RegistryClient:0xc0004e5600 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 timestamp="2025-07-11T08:58:26.734+0200" +2025-07-11T08:58:26.735+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Current state before changes: {Atomic:false Chart:"rabbitmq" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"rabbitmq" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"4.0.4","chart":"rabbitmq","first_deployed":1732607998,"last_deployed":1752215414,"name":"rabbitmq","namespace":"rabbitmq","notes":"CHART NAME: rabbitmq\nCHART VERSION: 15.1.0\nAPP VERSION: 4.0.4** Please be patient while the chart is being deployed **\n\nCredentials:\n echo \"Username : user\"\n echo \"Password : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-password}\" | base64 -d)\"\n echo \"ErLang Cookie : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-erlang-cookie}\" | base64 -d)\"\n\nNote that the credentials are saved in persistent volume claims and will not be changed upon upgrade or reinstallation unless the persistent volume claim has been deleted. If this is not the first installation of this chart, the credentials may not be valid.\nThis is applicable when no passwords are set and therefore the random password is autogenerated. In case of using a fixed password, you should specify it when upgrading.\nMore information about the credentials may be found at https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues/#credential-errors-while-upgrading-chart-releases.\n\nRabbitMQ can be accessed within the cluster on port 5672 at rabbitmq.rabbitmq.svc.cluster.local\n\nTo access for outside the cluster, perform the following steps:\n\nTo Access the RabbitMQ AMQP port:\n\n1. Create a port-forward to the AMQP port:\n\n kubectl port-forward --namespace rabbitmq svc/rabbitmq 5672:5672 &\n echo \"URL : amqp://127.0.0.1:5672/\"\n\n2. Access RabbitMQ using using the obtained URL.\n\nTo Access the RabbitMQ Management interface:\n\n1. Get the RabbitMQ Management URL and associate its hostname to your cluster external IP:\n\n export CLUSTER_IP=$(minikube ip) # On Minikube. Use: `kubectl cluster-info` on others K8s clusters\n echo \"RabbitMQ Management: http://rabbitmq.local/\"\n echo \"$CLUSTER_IP rabbitmq.local\" | sudo tee -a /etc/hosts\n\n2. Open a browser and access RabbitMQ Management using the obtained URL.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"auth\":{\"password\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"kubernetes.io/ingress.class\":\"nginx\"},\"enabled\":true,\"hostname\":\"rabbitmq.local\",\"ingressClassName\":\"nginx\",\"tls\":false},\"persistence\":{\"size\":\"4Gi\"},\"replicaCount\":1}","version":"15.1.0"} Name:"rabbitmq" Namespace:"rabbitmq" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"replicaCount","type":"","value":"1"},{"name":"persistence.size","type":"","value":"4Gi"}] SetList: SetSensitive:[{"name":"auth.password","type":,"value":"QA3UNmEGovybKcT415K6"}] SkipCrds:false Status:"deployed" Timeout:300 Values:["ingress:\n enabled: true\n tls: false\n ingressClassName: nginx\n hostname: rabbitmq.local\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n"] Verify:false Version:"15.1.0" Wait:true WaitForJobs:false}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:877 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.735+0200" +2025-07-11T08:58:26.735+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: rabbitmq] Start: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1653 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.735+0200" +2025-07-11T08:58:26.735+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f timestamp="2025-07-11T08:58:26.735+0200" +2025-07-11T08:58:26.735+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 configPaths=[] tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.735+0200" +2025-07-11T08:58:26.735+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f @module=helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.735+0200" +2025-07-11T08:58:26.735+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: rabbitmq getRelease post action created: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource timestamp="2025-07-11T08:58:26.735+0200" +2025-07-11T08:58:26.876+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"mongodb-auth","namespace":"mongodb","uid":"ca8368a6-42ac-4451-9d7b-003bd0dedf8b","resourceVersion":"2012002","creationTimestamp":"2024-11-29T19:03:50Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2024-11-29T19:14:42Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:mongodb-replica-set-key":{},"f:mongodb-root-password":{}},"f:type":{}}}]},"data":{"mongodb-replica-set-key":"ejl1Y2xzcWZIN1l3cVpmTE9nNTg3bEN5UzV2aVFUdDhkQ21yWGFyNw==","mongodb-root-password":"RzJNNWNrMzlCWDY3SDdMMkRvQjVMcVJGeHZQMTJ2SUxKVnc2V05aUg=="},"type":"generic"} + Date="Fri, 11 Jul 2025 06:58:26 GMT" X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_code=200 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response tf_http_res_status_reason="200 OK" @module=kubernetes.Kubernetes Audit-Id=f0571ada-3d2c-458c-97b0-e9ba20bb42f7 tf_http_res_version=HTTP/2.0 tf_http_trans_id=5934f164-af2c-5e0c-38c5-3cfa84ddd7c6 Content-Length=641 timestamp="2025-07-11T08:58:26.876+0200" +2025-07-11T08:58:26.877+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:26 [INFO] Reading secret mongodb-auth +2025-07-11T08:58:26.877+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=779ddbed-1788-1fef-f17c-f32725198e2c @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Host=rancher.bridge.fourlights.dev tf_http_op_type=request tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/mongodb/secrets/mongodb-auth @module=kubernetes.Kubernetes Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Accept-Encoding=gzip tf_http_req_method=GET tf_http_req_version=HTTP/1.1 Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" timestamp="2025-07-11T08:58:26.877+0200" +2025-07-11T08:58:26.999+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Api-Cattle-Auth=true @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"mongodb-auth","namespace":"mongodb","uid":"ca8368a6-42ac-4451-9d7b-003bd0dedf8b","resourceVersion":"2012002","creationTimestamp":"2024-11-29T19:03:50Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2024-11-29T19:14:42Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:mongodb-replica-set-key":{},"f:mongodb-root-password":{}},"f:type":{}}}]},"data":{"mongodb-replica-set-key":"ejl1Y2xzcWZIN1l3cVpmTE9nNTg3bEN5UzV2aVFUdDhkQ21yWGFyNw==","mongodb-root-password":"RzJNNWNrMzlCWDY3SDdMMkRvQjVMcVJGeHZQMTJ2SUxKVnc2V05aUg=="},"type":"generic"} + tf_http_res_status_code=200 Content-Length=641 Content-Type=application/json X-Content-Type-Options=nosniff tf_http_res_status_reason="200 OK" tf_http_trans_id=779ddbed-1788-1fef-f17c-f32725198e2c Audit-Id=5036a93a-ad68-4661-ba07-499ed475aa16 Date="Fri, 11 Jul 2025 06:58:26 GMT" X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_version=HTTP/2.0 timestamp="2025-07-11T08:58:26.999+0200" +2025-07-11T08:58:26.999+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:26 [INFO] Received secret: v1.ObjectMeta{Name:"mongodb-auth", GenerateName:"", Namespace:"mongodb", SelfLink:"", UID:"ca8368a6-42ac-4451-9d7b-003bd0dedf8b", ResourceVersion:"2012002", Generation:0, CreationTimestamp:time.Date(2024, time.November, 29, 20, 3, 50, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2024, time.November, 29, 20, 14, 42, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0011b4438), Subresource:""}}} +2025-07-11T08:58:27.002+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.mongodb.kubernetes_secret.mongodb_auth, 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: + - .immutable: planned value cty.False for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:58:27.003+0200 [DEBUG] ReferenceTransformer: "module.mongodb.helm_release.mongodb" references: [] +2025-07-11T08:58:27.003+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:27.005+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=972952 +2025-07-11T08:58:27.005+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:27.008+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc00075c380 Settings:0xc000577440 RegistryClient:0xc0003cbe80 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_rpc=ReadResource timestamp="2025-07-11T08:58:27.008+0200" +2025-07-11T08:58:27.009+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Current state before changes: {Atomic:false Chart:"mongodb" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"mongodb" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"8.0.3","chart":"mongodb","first_deployed":1732907685,"last_deployed":1752215413,"name":"mongodb","namespace":"mongodb","notes":"CHART NAME: mongodb\nCHART VERSION: 16.3.1\nAPP VERSION: 8.0.3\n\n** Please be patient while the chart is being deployed **\n\nMongoDB® can be accessed on the following DNS name(s) and ports from within your cluster:\n\n mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\n\nTo get the root password run:\n\n export MONGODB_ROOT_PASSWORD=$(kubectl get secret --namespace mongodb mongodb-auth -o jsonpath=\"{.data.mongodb-root-password}\" | base64 -d)\n\nTo connect to your database, create a MongoDB® client container:\n\n kubectl run --namespace mongodb mongodb-client --rm --tty -i --restart='Never' --env=\"MONGODB_ROOT_PASSWORD=$MONGODB_ROOT_PASSWORD\" --image docker.io/bitnami/mongodb:8.0.3-debian-12-r0 --command -- bash\n\nThen, run the following command:\n mongosh admin --host \"mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\" --authenticationDatabase admin -u $MONGODB_ROOT_USER -p $MONGODB_ROOT_PASSWORD\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - arbiter.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":3,"values":"{\"affinity\":{\"podAntiAffinity\":{\"requiredDuringSchedulingIgnoredDuringExecution\":[{\"labelSelector\":{\"matchLabels\":{\"app.kubernetes.io/component\":\"mongodb\"}},\"topologyKey\":\"kubernetes.io/hostname\"}]}},\"architecture\":\"replicaset\",\"auth\":{\"enabled\":true,\"existingSecret\":\"mongodb-auth\"},\"commonAnnotations\":{\"mongodb.com/timeouts\":\"true\"},\"livenessProbe\":{\"failureThreshold\":6,\"initialDelaySeconds\":60,\"periodSeconds\":20,\"timeoutSeconds\":15},\"mongodb\":{\"extraFlags\":[\"--oplogSizeMB=10240\",\"--setParameter=electionTimeoutMillis=10000\",\"--setParameter=heartbeatIntervalMillis=2000\",\"--setParameter=catchUpTimeoutMillis=30000\",\"--setParameter=catchUpTakeoverDelayMillis=30000\"]},\"readinessProbe\":{\"failureThreshold\":3,\"initialDelaySeconds\":30,\"periodSeconds\":10,\"successThreshold\":1,\"timeoutSeconds\":15},\"replicaCount\":3,\"resources\":{\"limits\":{\"cpu\":\"1000m\",\"memory\":\"1.5Gi\"},\"requests\":{\"cpu\":\"500m\",\"memory\":\"1Gi\"}},\"terminationGracePeriodSeconds\":300}","version":"16.3.1"} Name:"mongodb" Namespace:"mongodb" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["architecture: replicaset\nreplicaCount: 3\n\ncommonAnnotations:\n mongodb.com/timeouts: \"true\"\n\nmongodb:\n extraFlags:\n - \"--oplogSizeMB=10240\"\n - \"--setParameter=electionTimeoutMillis=10000\"\n - \"--setParameter=heartbeatIntervalMillis=2000\"\n - \"--setParameter=catchUpTimeoutMillis=30000\"\n - \"--setParameter=catchUpTakeoverDelayMillis=30000\"\n\n# More forgiving probe settings\nreadinessProbe:\n initialDelaySeconds: 30\n periodSeconds: 10\n timeoutSeconds: 15\n failureThreshold: 3\n successThreshold: 1\n\nlivenessProbe:\n initialDelaySeconds: 60\n periodSeconds: 20\n timeoutSeconds: 15\n failureThreshold: 6\n\n# Proper shutdown handling\nterminationGracePeriodSeconds: 300\n\n# Ensure pods are distributed across nodes\naffinity:\n podAntiAffinity:\n requiredDuringSchedulingIgnoredDuringExecution:\n - labelSelector:\n matchLabels:\n app.kubernetes.io/component: mongodb\n topologyKey: kubernetes.io/hostname\n\nauth:\n enabled: true\n existingSecret: mongodb-auth\n\n \n\n \n\nresources:\n limits:\n cpu: 1000m\n memory: 1.5Gi\n requests:\n cpu: 500m\n memory: 1Gi\n"] Verify:false Version:"16.3.1" Wait:true WaitForJobs:true}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:877 tf_rpc=ReadResource timestamp="2025-07-11T08:58:27.008+0200" +2025-07-11T08:58:27.009+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: mongodb] Start: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1653 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release tf_rpc=ReadResource @module=helm timestamp="2025-07-11T08:58:27.008+0200" +2025-07-11T08:58:27.009+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa KubernetesData=map[] tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:27.008+0200" +2025-07-11T08:58:27.009+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release @module=helm configPaths=[] tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 timestamp="2025-07-11T08:58:27.009+0200" +2025-07-11T08:58:27.009+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:27.009+0200" +2025-07-11T08:58:27.009+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: mongodb getRelease post action created: tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:27.009+0200" +2025-07-11T08:58:27.819+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: mongodb getRelease post run: tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:27.819+0200" +2025-07-11T08:58:27.819+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: mongodb getRelease completed: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 timestamp="2025-07-11T08:58:27.819+0200" +2025-07-11T08:58:27.819+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: mongodb] Done: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1668 timestamp="2025-07-11T08:58:27.819+0200" +2025-07-11T08:58:27.819+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseRead: mongodb] Started: tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:899 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa timestamp="2025-07-11T08:58:27.819+0200" +2025-07-11T08:58:27.819+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm KubernetesData=map[] timestamp="2025-07-11T08:58:27.819+0200" +2025-07-11T08:58:27.820+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @module=helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:27.819+0200" +2025-07-11T08:58:27.820+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_rpc=ReadResource timestamp="2025-07-11T08:58:27.819+0200" +2025-07-11T08:58:27.820+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: mongodb getRelease post action created: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 @module=helm timestamp="2025-07-11T08:58:27.819+0200" +2025-07-11T08:58:27.833+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: rabbitmq getRelease post run: tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 @module=helm tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f timestamp="2025-07-11T08:58:27.833+0200" +2025-07-11T08:58:27.833+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: rabbitmq getRelease completed: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f timestamp="2025-07-11T08:58:27.833+0200" +2025-07-11T08:58:27.833+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: rabbitmq] Done: tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1668 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:27.833+0200" +2025-07-11T08:58:27.833+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseRead: rabbitmq] Started: tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:899 tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release tf_rpc=ReadResource @module=helm timestamp="2025-07-11T08:58:27.833+0200" +2025-07-11T08:58:27.833+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_resource_type=helm_release tf_rpc=ReadResource @module=helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:27.833+0200" +2025-07-11T08:58:27.833+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource tf_resource_type=helm_release timestamp="2025-07-11T08:58:27.833+0200" +2025-07-11T08:58:27.833+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm timestamp="2025-07-11T08:58:27.833+0200" +2025-07-11T08:58:27.833+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: rabbitmq getRelease post action created: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource timestamp="2025-07-11T08:58:27.833+0200" +2025-07-11T08:58:27.869+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: minio] Got chart: tf_req_id=e4a816c5-ebc7-0273-145c-7e27d5944e9d tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:27.869+0200" +2025-07-11T08:58:27.869+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=e4a816c5-ebc7-0273-145c-7e27d5944e9d tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:27.869+0200" +2025-07-11T08:58:27.869+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: minio] Release validated: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_req_id=e4a816c5-ebc7-0273-145c-7e27d5944e9d timestamp="2025-07-11T08:58:27.869+0200" +2025-07-11T08:58:27.869+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: minio] Done: tf_req_id=e4a816c5-ebc7-0273-145c-7e27d5944e9d tf_resource_type=helm_release @module=helm tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:27.869+0200" +2025-07-11T08:58:27.871+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:27.871+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_namespace.tenant" references: [] +2025-07-11T08:58:27.874+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=972920 +2025-07-11T08:58:27.874+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:27.875+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:27 [INFO] Checking namespace 365zon +2025-07-11T08:58:27.876+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_op_type=request tf_http_req_body="" tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET tf_http_trans_id=e829cb83-51ab-5a5b-710c-12fc4b959f09 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon @module=kubernetes.Kubernetes Accept-Encoding=gzip timestamp="2025-07-11T08:58:27.876+0200" +2025-07-11T08:58:28.269+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes X-Content-Type-Options=nosniff tf_http_op_type=response tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" tf_http_trans_id=e829cb83-51ab-5a5b-710c-12fc4b959f09 X-Api-Cattle-Auth=true Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:58:28 GMT" + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"365zon","uid":"20230e1f-afa5-430b-9720-e3668166b470","resourceVersion":"109671116","creationTimestamp":"2025-07-11T06:29:49Z","labels":{"kubernetes.io/metadata.name":"365zon"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:51Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:51Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:49Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 Audit-Id=4da141ea-b198-44f2-914b-b9a39cde5092 Content-Length=1223 Content-Type=application/json new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_version=HTTP/2.0 timestamp="2025-07-11T08:58:28.269+0200" +2025-07-11T08:58:28.269+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:28 [INFO] Namespace 365zon exists +2025-07-11T08:58:28.269+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:28 [INFO] Reading namespace 365zon +2025-07-11T08:58:28.269+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @module=kubernetes.Kubernetes Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=ca3c7323-d8cf-5ce4-cfd5-abc4abc4ca61 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 tf_http_op_type=request tf_http_req_body="" Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_version=HTTP/1.1 Host=rancher.bridge.fourlights.dev tf_http_req_method=GET tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon timestamp="2025-07-11T08:58:28.269+0200" +2025-07-11T08:58:28.381+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: mongodb getRelease post run: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.381+0200" +2025-07-11T08:58:28.381+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: mongodb getRelease completed: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.381+0200" +2025-07-11T08:58:28.381+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"8.0.3","chart":"mongodb","first_deployed":1732907685,"last_deployed":1752215413,"name":"mongodb","namespace":"mongodb","notes":"CHART NAME: mongodb\nCHART VERSION: 16.3.1\nAPP VERSION: 8.0.3\n\n** Please be patient while the chart is being deployed **\n\nMongoDB® can be accessed on the following DNS name(s) and ports from within your cluster:\n\n mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\n\nTo get the root password run:\n\n export MONGODB_ROOT_PASSWORD=$(kubectl get secret --namespace mongodb mongodb-auth -o jsonpath=\"{.data.mongodb-root-password}\" | base64 -d)\n\nTo connect to your database, create a MongoDB® client container:\n\n kubectl run --namespace mongodb mongodb-client --rm --tty -i --restart='Never' --env=\"MONGODB_ROOT_PASSWORD=$MONGODB_ROOT_PASSWORD\" --image docker.io/bitnami/mongodb:8.0.3-debian-12-r0 --command -- bash\n\nThen, run the following command:\n mongosh admin --host \"mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\" --authenticationDatabase admin -u $MONGODB_ROOT_USER -p $MONGODB_ROOT_PASSWORD\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - arbiter.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":3,"values":"{\"affinity\":{\"podAntiAffinity\":{\"requiredDuringSchedulingIgnoredDuringExecution\":[{\"labelSelector\":{\"matchLabels\":{\"app.kubernetes.io/component\":\"mongodb\"}},\"topologyKey\":\"kubernetes.io/hostname\"}]}},\"architecture\":\"replicaset\",\"auth\":{\"enabled\":true,\"existingSecret\":\"mongodb-auth\"},\"commonAnnotations\":{\"mongodb.com/timeouts\":\"true\"},\"livenessProbe\":{\"failureThreshold\":6,\"initialDelaySeconds\":60,\"periodSeconds\":20,\"timeoutSeconds\":15},\"mongodb\":{\"extraFlags\":[\"--oplogSizeMB=10240\",\"--setParameter=electionTimeoutMillis=10000\",\"--setParameter=heartbeatIntervalMillis=2000\",\"--setParameter=catchUpTimeoutMillis=30000\",\"--setParameter=catchUpTakeoverDelayMillis=30000\"]},\"readinessProbe\":{\"failureThreshold\":3,\"initialDelaySeconds\":30,\"periodSeconds\":10,\"successThreshold\":1,\"timeoutSeconds\":15},\"replicaCount\":3,\"resources\":{\"limits\":{\"cpu\":\"1000m\",\"memory\":\"1.5Gi\"},\"requests\":{\"cpu\":\"500m\",\"memory\":\"1Gi\"}},\"terminationGracePeriodSeconds\":300}","version":"16.3.1"}: @module=helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 timestamp="2025-07-11T08:58:28.381+0200" +2025-07-11T08:58:28.381+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=wait tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa timestamp="2025-07-11T08:58:28.381+0200" +2025-07-11T08:58:28.381+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=force_update tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.381+0200" +2025-07-11T08:58:28.381+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @module=sdk.framework tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=verify tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:28.381+0200" +2025-07-11T08:58:28.381+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_attribute_path=version tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:58:28.381+0200" +2025-07-11T08:58:28.381+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=namespace tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:28.381+0200" +2025-07-11T08:58:28.381+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=skip_crds tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:28.381+0200" +2025-07-11T08:58:28.381+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release tf_attribute_path=values[0] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:58:28.381+0200" +2025-07-11T08:58:28.381+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=values tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.381+0200" +2025-07-11T08:58:28.381+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=pass_credentials tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_rpc=ReadResource @module=sdk.framework tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.381+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=wait_for_jobs tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:28.381+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=dependency_update tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=render_subchart_notes tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=reuse_values tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=replace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=reset_values tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=chart tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=disable_crd_hooks tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=max_history tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=timeout tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=lint tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_rpc=ReadResource tf_attribute_path=atomic tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa @module=sdk.framework tf_attribute_path=repository tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=status tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=disable_openapi_validation tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=create_namespace tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.last_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_attribute_path=metadata.namespace tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.app_version tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.revision tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.notes tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.chart tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=sdk.framework timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa @module=sdk.framework tf_attribute_path=metadata.values timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.name tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa @module=sdk.framework tf_attribute_path=metadata.first_deployed tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.382+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.383+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=cleanup_on_fail tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.383+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=disable_webhooks tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.383+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=3111f880-2c1b-c81f-63bc-f8635586c3fa tf_resource_type=helm_release tf_attribute_path=recreate_pods tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.382+0200" +2025-07-11T08:58:28.383+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:28.385+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc00075c380 Settings:0xc000577440 RegistryClient:0xc0003cbe80 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=e0a54bbc-b7c9-6f4d-0edc-4d395df06f61 tf_resource_type=helm_release tf_rpc=ValidateResourceConfig @module=helm timestamp="2025-07-11T08:58:28.385+0200" +2025-07-11T08:58:28.387+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc00075c380 Settings:0xc000577440 RegistryClient:0xc0003cbe80 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=959752a1-e8e4-9ab0-156c-c79376007fef timestamp="2025-07-11T08:58:28.387+0200" +2025-07-11T08:58:28.391+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"mongodb" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"mongodb" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"8.0.3","chart":"mongodb","first_deployed":1732907685,"last_deployed":1752215413,"name":"mongodb","namespace":"mongodb","notes":"CHART NAME: mongodb\nCHART VERSION: 16.3.1\nAPP VERSION: 8.0.3\n\n** Please be patient while the chart is being deployed **\n\nMongoDB® can be accessed on the following DNS name(s) and ports from within your cluster:\n\n mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\n\nTo get the root password run:\n\n export MONGODB_ROOT_PASSWORD=$(kubectl get secret --namespace mongodb mongodb-auth -o jsonpath=\"{.data.mongodb-root-password}\" | base64 -d)\n\nTo connect to your database, create a MongoDB® client container:\n\n kubectl run --namespace mongodb mongodb-client --rm --tty -i --restart='Never' --env=\"MONGODB_ROOT_PASSWORD=$MONGODB_ROOT_PASSWORD\" --image docker.io/bitnami/mongodb:8.0.3-debian-12-r0 --command -- bash\n\nThen, run the following command:\n mongosh admin --host \"mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\" --authenticationDatabase admin -u $MONGODB_ROOT_USER -p $MONGODB_ROOT_PASSWORD\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - arbiter.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":3,"values":"{\"affinity\":{\"podAntiAffinity\":{\"requiredDuringSchedulingIgnoredDuringExecution\":[{\"labelSelector\":{\"matchLabels\":{\"app.kubernetes.io/component\":\"mongodb\"}},\"topologyKey\":\"kubernetes.io/hostname\"}]}},\"architecture\":\"replicaset\",\"auth\":{\"enabled\":true,\"existingSecret\":\"mongodb-auth\"},\"commonAnnotations\":{\"mongodb.com/timeouts\":\"true\"},\"livenessProbe\":{\"failureThreshold\":6,\"initialDelaySeconds\":60,\"periodSeconds\":20,\"timeoutSeconds\":15},\"mongodb\":{\"extraFlags\":[\"--oplogSizeMB=10240\",\"--setParameter=electionTimeoutMillis=10000\",\"--setParameter=heartbeatIntervalMillis=2000\",\"--setParameter=catchUpTimeoutMillis=30000\",\"--setParameter=catchUpTakeoverDelayMillis=30000\"]},\"readinessProbe\":{\"failureThreshold\":3,\"initialDelaySeconds\":30,\"periodSeconds\":10,\"successThreshold\":1,\"timeoutSeconds\":15},\"replicaCount\":3,\"resources\":{\"limits\":{\"cpu\":\"1000m\",\"memory\":\"1.5Gi\"},\"requests\":{\"cpu\":\"500m\",\"memory\":\"1Gi\"}},\"terminationGracePeriodSeconds\":300}","version":"16.3.1"} Name:"mongodb" Namespace:"mongodb" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["architecture: replicaset\nreplicaCount: 3\n\ncommonAnnotations:\n mongodb.com/timeouts: \"true\"\n\nmongodb:\n extraFlags:\n - \"--oplogSizeMB=10240\"\n - \"--setParameter=electionTimeoutMillis=10000\"\n - \"--setParameter=heartbeatIntervalMillis=2000\"\n - \"--setParameter=catchUpTimeoutMillis=30000\"\n - \"--setParameter=catchUpTakeoverDelayMillis=30000\"\n\n# More forgiving probe settings\nreadinessProbe:\n initialDelaySeconds: 30\n periodSeconds: 10\n timeoutSeconds: 15\n failureThreshold: 3\n successThreshold: 1\n\nlivenessProbe:\n initialDelaySeconds: 60\n periodSeconds: 20\n timeoutSeconds: 15\n failureThreshold: 6\n\n# Proper shutdown handling\nterminationGracePeriodSeconds: 300\n\n# Ensure pods are distributed across nodes\naffinity:\n podAntiAffinity:\n requiredDuringSchedulingIgnoredDuringExecution:\n - labelSelector:\n matchLabels:\n app.kubernetes.io/component: mongodb\n topologyKey: kubernetes.io/hostname\n\nauth:\n enabled: true\n existingSecret: mongodb-auth\n\n \n\n \n\nresources:\n limits:\n cpu: 1000m\n memory: 1.5Gi\n requests:\n cpu: 500m\n memory: 1Gi\n"] Verify:false Version:"16.3.1" Wait:true WaitForJobs:true}: tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=959752a1-e8e4-9ab0-156c-c79376007fef @module=helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.391+0200" +2025-07-11T08:58:28.391+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"mongodb" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"mongodb" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"8.0.3","chart":"mongodb","first_deployed":1732907685,"last_deployed":1752215413,"name":"mongodb","namespace":"mongodb","notes":"CHART NAME: mongodb\nCHART VERSION: 16.3.1\nAPP VERSION: 8.0.3\n\n** Please be patient while the chart is being deployed **\n\nMongoDB® can be accessed on the following DNS name(s) and ports from within your cluster:\n\n mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\n\nTo get the root password run:\n\n export MONGODB_ROOT_PASSWORD=$(kubectl get secret --namespace mongodb mongodb-auth -o jsonpath=\"{.data.mongodb-root-password}\" | base64 -d)\n\nTo connect to your database, create a MongoDB® client container:\n\n kubectl run --namespace mongodb mongodb-client --rm --tty -i --restart='Never' --env=\"MONGODB_ROOT_PASSWORD=$MONGODB_ROOT_PASSWORD\" --image docker.io/bitnami/mongodb:8.0.3-debian-12-r0 --command -- bash\n\nThen, run the following command:\n mongosh admin --host \"mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\" --authenticationDatabase admin -u $MONGODB_ROOT_USER -p $MONGODB_ROOT_PASSWORD\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - arbiter.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":3,"values":"{\"affinity\":{\"podAntiAffinity\":{\"requiredDuringSchedulingIgnoredDuringExecution\":[{\"labelSelector\":{\"matchLabels\":{\"app.kubernetes.io/component\":\"mongodb\"}},\"topologyKey\":\"kubernetes.io/hostname\"}]}},\"architecture\":\"replicaset\",\"auth\":{\"enabled\":true,\"existingSecret\":\"mongodb-auth\"},\"commonAnnotations\":{\"mongodb.com/timeouts\":\"true\"},\"livenessProbe\":{\"failureThreshold\":6,\"initialDelaySeconds\":60,\"periodSeconds\":20,\"timeoutSeconds\":15},\"mongodb\":{\"extraFlags\":[\"--oplogSizeMB=10240\",\"--setParameter=electionTimeoutMillis=10000\",\"--setParameter=heartbeatIntervalMillis=2000\",\"--setParameter=catchUpTimeoutMillis=30000\",\"--setParameter=catchUpTakeoverDelayMillis=30000\"]},\"readinessProbe\":{\"failureThreshold\":3,\"initialDelaySeconds\":30,\"periodSeconds\":10,\"successThreshold\":1,\"timeoutSeconds\":15},\"replicaCount\":3,\"resources\":{\"limits\":{\"cpu\":\"1000m\",\"memory\":\"1.5Gi\"},\"requests\":{\"cpu\":\"500m\",\"memory\":\"1Gi\"}},\"terminationGracePeriodSeconds\":300}","version":"16.3.1"} Name:"mongodb" Namespace:"mongodb" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["architecture: replicaset\nreplicaCount: 3\n\ncommonAnnotations:\n mongodb.com/timeouts: \"true\"\n\nmongodb:\n extraFlags:\n - \"--oplogSizeMB=10240\"\n - \"--setParameter=electionTimeoutMillis=10000\"\n - \"--setParameter=heartbeatIntervalMillis=2000\"\n - \"--setParameter=catchUpTimeoutMillis=30000\"\n - \"--setParameter=catchUpTakeoverDelayMillis=30000\"\n\n# More forgiving probe settings\nreadinessProbe:\n initialDelaySeconds: 30\n periodSeconds: 10\n timeoutSeconds: 15\n failureThreshold: 3\n successThreshold: 1\n\nlivenessProbe:\n initialDelaySeconds: 60\n periodSeconds: 20\n timeoutSeconds: 15\n failureThreshold: 6\n\n# Proper shutdown handling\nterminationGracePeriodSeconds: 300\n\n# Ensure pods are distributed across nodes\naffinity:\n podAntiAffinity:\n requiredDuringSchedulingIgnoredDuringExecution:\n - labelSelector:\n matchLabels:\n app.kubernetes.io/component: mongodb\n topologyKey: kubernetes.io/hostname\n\nauth:\n enabled: true\n existingSecret: mongodb-auth\n\n \n\n \n\nresources:\n limits:\n cpu: 1000m\n memory: 1.5Gi\n requests:\n cpu: 500m\n memory: 1Gi\n"] Verify:false Version:"16.3.1" Wait:true WaitForJobs:true}: tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=959752a1-e8e4-9ab0-156c-c79376007fef timestamp="2025-07-11T08:58:28.391+0200" +2025-07-11T08:58:28.391+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: mongodb] Start: tf_req_id=959752a1-e8e4-9ab0-156c-c79376007fef tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:28.391+0200" +2025-07-11T08:58:28.391+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=helm tf_req_id=959752a1-e8e4-9ab0-156c-c79376007fef tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:28.391+0200" +2025-07-11T08:58:28.391+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm configPaths=[] tf_req_id=959752a1-e8e4-9ab0-156c-c79376007fef tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:28.391+0200" +2025-07-11T08:58:28.391+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_req_id=959752a1-e8e4-9ab0-156c-c79376007fef tf_rpc=PlanResourceChange @module=helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:28.391+0200" +2025-07-11T08:58:28.391+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: mongodb] Initial Values: Name=mongodb, Namespace=mongodb, Repository=oci://registry-1.docker.io/bitnamicharts, Repository_Username=, Repository_Password=, Chart=mongodb: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=959752a1-e8e4-9ab0-156c-c79376007fef tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:28.391+0200" +2025-07-11T08:58:28.391+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc000577560 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: tf_req_id=959752a1-e8e4-9ab0-156c-c79376007fef tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 @module=helm timestamp="2025-07-11T08:58:28.391+0200" +2025-07-11T08:58:28.419+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes Content-Length=1223 X-Api-Cattle-Auth=true new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response tf_http_res_status_code=200 tf_http_trans_id=ca3c7323-d8cf-5ce4-cfd5-abc4abc4ca61 X-Content-Type-Options=nosniff @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=c43c8904-9210-4e19-bc85-8092bdc742bc Date="Fri, 11 Jul 2025 06:58:28 GMT" + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"365zon","uid":"20230e1f-afa5-430b-9720-e3668166b470","resourceVersion":"109671116","creationTimestamp":"2025-07-11T06:29:49Z","labels":{"kubernetes.io/metadata.name":"365zon"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:51Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:51Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:49Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_reason="200 OK" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 timestamp="2025-07-11T08:58:28.419+0200" +2025-07-11T08:58:28.419+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:28 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"365zon", GenerateName:"", Namespace:"", SelfLink:"", UID:"20230e1f-afa5-430b-9720-e3668166b470", ResourceVersion:"109671116", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 49, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"365zon"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:51Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:51Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 49, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000c4b1d0), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 50, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000c4b200), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:58:28.421+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.kubernetes_namespace.tenant, 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute +2025-07-11T08:58:28.421+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings" references: [] +2025-07-11T08:58:28.423+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:28 [INFO] Checking secret connection-strings +2025-07-11T08:58:28.423+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept-Encoding=gzip tf_http_req_body="" tf_http_req_version=HTTP/1.1 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_method=GET tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/connection-strings @module=kubernetes.Kubernetes Accept="application/json, */*" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_trans_id=a92c5516-ca69-3e2c-8773-ecc8133f0780 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 timestamp="2025-07-11T08:58:28.423+0200" +2025-07-11T08:58:28.502+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Content-Length=1039 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 tf_http_trans_id=a92c5516-ca69-3e2c-8773-ecc8133f0780 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=b8deea9b-c860-452c-8abd-77420ceb22a3 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"connection-strings","namespace":"365zon","uid":"47f6eb88-7be7-4756-ac01-6857de56e2e4","resourceVersion":"109671119","creationTimestamp":"2025-07-11T06:29:50Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:ConnectionStrings__DocumentDb":{},"f:ConnectionStrings__ServiceBus":{}},"f:type":{}}}]},"data":{"ConnectionStrings__DocumentDb":"bW9uZ29kYjovL3Jvb3Q6RzJNNWNrMzlCWDY3SDdMMkRvQjVMcVJGeHZQMTJ2SUxKVnc2V05aUkBtb25nb2RiLTAubW9uZ29kYi1oZWFkbGVzcy5tb25nb2RiLnN2Yy5jbHVzdGVyLmxvY2FsOjI3MDE3LG1vbmdvZGItMS5tb25nb2RiLWhlYWRsZXNzLm1vbmdvZGIuc3ZjLmNsdXN0ZXIubG9jYWw6MjcwMTcsbW9uZ29kYi0yLm1vbmdvZGItaGVhZGxlc3MubW9uZ29kYi5zdmMuY2x1c3Rlci5sb2NhbDoyNzAxNy9hZG1pbj9yZXBsaWNhU2V0PXJzMCZhdXRoU291cmNlPWFkbWlu","ConnectionStrings__ServiceBus":"cmFiYml0bXE6Ly91c2VyOlFBM1VObUVHb3Z5YktjVDQxNUs2QHJhYmJpdG1xLWhlYWRsZXNzLnJhYmJpdG1xLnN2Yy5jbHVzdGVyLmxvY2FsOjU2NzIv"},"type":"Opaque"} + @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:58:28 GMT" X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_op_type=response Content-Type=application/json X-Content-Type-Options=nosniff timestamp="2025-07-11T08:58:28.502+0200" +2025-07-11T08:58:28.502+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:28 [INFO] Reading secret connection-strings +2025-07-11T08:58:28.502+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_method=GET tf_http_trans_id=d94a1adf-dfdc-3b6d-c39c-e97a78ae6d3a Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/connection-strings tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Accept="application/json, */*" tf_http_req_body="" Accept-Encoding=gzip new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request timestamp="2025-07-11T08:58:28.502+0200" +2025-07-11T08:58:28.520+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: rabbitmq getRelease post run: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.520+0200" +2025-07-11T08:58:28.520+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: rabbitmq getRelease completed: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 timestamp="2025-07-11T08:58:28.520+0200" +2025-07-11T08:58:28.520+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"4.0.4","chart":"rabbitmq","first_deployed":1732607998,"last_deployed":1752215414,"name":"rabbitmq","namespace":"rabbitmq","notes":"CHART NAME: rabbitmq\nCHART VERSION: 15.1.0\nAPP VERSION: 4.0.4** Please be patient while the chart is being deployed **\n\nCredentials:\n echo \"Username : user\"\n echo \"Password : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-password}\" | base64 -d)\"\n echo \"ErLang Cookie : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-erlang-cookie}\" | base64 -d)\"\n\nNote that the credentials are saved in persistent volume claims and will not be changed upon upgrade or reinstallation unless the persistent volume claim has been deleted. If this is not the first installation of this chart, the credentials may not be valid.\nThis is applicable when no passwords are set and therefore the random password is autogenerated. In case of using a fixed password, you should specify it when upgrading.\nMore information about the credentials may be found at https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues/#credential-errors-while-upgrading-chart-releases.\n\nRabbitMQ can be accessed within the cluster on port 5672 at rabbitmq.rabbitmq.svc.cluster.local\n\nTo access for outside the cluster, perform the following steps:\n\nTo Access the RabbitMQ AMQP port:\n\n1. Create a port-forward to the AMQP port:\n\n kubectl port-forward --namespace rabbitmq svc/rabbitmq 5672:5672 &\n echo \"URL : amqp://127.0.0.1:5672/\"\n\n2. Access RabbitMQ using using the obtained URL.\n\nTo Access the RabbitMQ Management interface:\n\n1. Get the RabbitMQ Management URL and associate its hostname to your cluster external IP:\n\n export CLUSTER_IP=$(minikube ip) # On Minikube. Use: `kubectl cluster-info` on others K8s clusters\n echo \"RabbitMQ Management: http://rabbitmq.local/\"\n echo \"$CLUSTER_IP rabbitmq.local\" | sudo tee -a /etc/hosts\n\n2. Open a browser and access RabbitMQ Management using the obtained URL.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"auth\":{\"password\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"kubernetes.io/ingress.class\":\"nginx\"},\"enabled\":true,\"hostname\":\"rabbitmq.local\",\"ingressClassName\":\"nginx\",\"tls\":false},\"persistence\":{\"size\":\"4Gi\"},\"replicaCount\":1}","version":"15.1.0"}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.520+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=repository tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=cleanup_on_fail tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=chart tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=timeout tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=wait_for_jobs tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=skip_crds timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=atomic tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=reset_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=version tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.revision tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=sdk.framework tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.chart tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.notes tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_attribute_path=metadata.values tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.namespace tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.app_version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=metadata.first_deployed tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=metadata.last_deployed @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.version tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.name tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_attribute_path=max_history tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=status tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=create_namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=namespace tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=render_subchart_notes tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_attribute_path=id tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set_sensitive[0].name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.521+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ReadResource tf_attribute_path=set_sensitive[0].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set_sensitive[0] tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set_sensitive tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.521+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=force_update tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=disable_openapi_validation tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=disable_webhooks tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=dependency_update tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=wait tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=replace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=recreate_pods tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=pass_credentials tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=verify tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=values[0] tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=values tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=disable_crd_hooks tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[0].name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set[0].type tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=set[0].value tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[0] tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=set[1].name tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set[1].type tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set[1].value tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set[1] tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=reuse_values tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.522+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=lint tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=25757ec0-2203-465a-9327-f7b9c8d8027f tf_resource_type=helm_release @module=sdk.framework timestamp="2025-07-11T08:58:28.522+0200" +2025-07-11T08:58:28.524+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:28.525+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000510380 Settings:0xc000753440 RegistryClient:0xc0004e5600 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ValidateResourceConfig @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_req_id=7d59d74f-fadb-3370-f4a1-eca7898ab161 timestamp="2025-07-11T08:58:28.525+0200" +2025-07-11T08:58:28.527+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000510380 Settings:0xc000753440 RegistryClient:0xc0004e5600 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=96423073-bcc4-d598-e526-50088b8b8669 timestamp="2025-07-11T08:58:28.527+0200" +2025-07-11T08:58:28.532+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"rabbitmq" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"rabbitmq" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"4.0.4","chart":"rabbitmq","first_deployed":1732607998,"last_deployed":1752215414,"name":"rabbitmq","namespace":"rabbitmq","notes":"CHART NAME: rabbitmq\nCHART VERSION: 15.1.0\nAPP VERSION: 4.0.4** Please be patient while the chart is being deployed **\n\nCredentials:\n echo \"Username : user\"\n echo \"Password : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-password}\" | base64 -d)\"\n echo \"ErLang Cookie : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-erlang-cookie}\" | base64 -d)\"\n\nNote that the credentials are saved in persistent volume claims and will not be changed upon upgrade or reinstallation unless the persistent volume claim has been deleted. If this is not the first installation of this chart, the credentials may not be valid.\nThis is applicable when no passwords are set and therefore the random password is autogenerated. In case of using a fixed password, you should specify it when upgrading.\nMore information about the credentials may be found at https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues/#credential-errors-while-upgrading-chart-releases.\n\nRabbitMQ can be accessed within the cluster on port 5672 at rabbitmq.rabbitmq.svc.cluster.local\n\nTo access for outside the cluster, perform the following steps:\n\nTo Access the RabbitMQ AMQP port:\n\n1. Create a port-forward to the AMQP port:\n\n kubectl port-forward --namespace rabbitmq svc/rabbitmq 5672:5672 &\n echo \"URL : amqp://127.0.0.1:5672/\"\n\n2. Access RabbitMQ using using the obtained URL.\n\nTo Access the RabbitMQ Management interface:\n\n1. Get the RabbitMQ Management URL and associate its hostname to your cluster external IP:\n\n export CLUSTER_IP=$(minikube ip) # On Minikube. Use: `kubectl cluster-info` on others K8s clusters\n echo \"RabbitMQ Management: http://rabbitmq.local/\"\n echo \"$CLUSTER_IP rabbitmq.local\" | sudo tee -a /etc/hosts\n\n2. Open a browser and access RabbitMQ Management using the obtained URL.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"auth\":{\"password\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"kubernetes.io/ingress.class\":\"nginx\"},\"enabled\":true,\"hostname\":\"rabbitmq.local\",\"ingressClassName\":\"nginx\",\"tls\":false},\"persistence\":{\"size\":\"4Gi\"},\"replicaCount\":1}","version":"15.1.0"} Name:"rabbitmq" Namespace:"rabbitmq" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"replicaCount","type":"","value":"1"},{"name":"persistence.size","type":"","value":"4Gi"}] SetList: SetSensitive:[{"name":"auth.password","type":,"value":"QA3UNmEGovybKcT415K6"}] SkipCrds:false Status:"deployed" Timeout:300 Values:["ingress:\n enabled: true\n tls: false\n ingressClassName: nginx\n hostname: rabbitmq.local\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n"] Verify:false Version:"15.1.0" Wait:true WaitForJobs:false}: tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm tf_req_id=96423073-bcc4-d598-e526-50088b8b8669 timestamp="2025-07-11T08:58:28.532+0200" +2025-07-11T08:58:28.532+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"rabbitmq" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"rabbitmq" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"4.0.4","chart":"rabbitmq","first_deployed":1732607998,"last_deployed":1752215414,"name":"rabbitmq","namespace":"rabbitmq","notes":"CHART NAME: rabbitmq\nCHART VERSION: 15.1.0\nAPP VERSION: 4.0.4** Please be patient while the chart is being deployed **\n\nCredentials:\n echo \"Username : user\"\n echo \"Password : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-password}\" | base64 -d)\"\n echo \"ErLang Cookie : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-erlang-cookie}\" | base64 -d)\"\n\nNote that the credentials are saved in persistent volume claims and will not be changed upon upgrade or reinstallation unless the persistent volume claim has been deleted. If this is not the first installation of this chart, the credentials may not be valid.\nThis is applicable when no passwords are set and therefore the random password is autogenerated. In case of using a fixed password, you should specify it when upgrading.\nMore information about the credentials may be found at https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues/#credential-errors-while-upgrading-chart-releases.\n\nRabbitMQ can be accessed within the cluster on port 5672 at rabbitmq.rabbitmq.svc.cluster.local\n\nTo access for outside the cluster, perform the following steps:\n\nTo Access the RabbitMQ AMQP port:\n\n1. Create a port-forward to the AMQP port:\n\n kubectl port-forward --namespace rabbitmq svc/rabbitmq 5672:5672 &\n echo \"URL : amqp://127.0.0.1:5672/\"\n\n2. Access RabbitMQ using using the obtained URL.\n\nTo Access the RabbitMQ Management interface:\n\n1. Get the RabbitMQ Management URL and associate its hostname to your cluster external IP:\n\n export CLUSTER_IP=$(minikube ip) # On Minikube. Use: `kubectl cluster-info` on others K8s clusters\n echo \"RabbitMQ Management: http://rabbitmq.local/\"\n echo \"$CLUSTER_IP rabbitmq.local\" | sudo tee -a /etc/hosts\n\n2. Open a browser and access RabbitMQ Management using the obtained URL.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"auth\":{\"password\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"kubernetes.io/ingress.class\":\"nginx\"},\"enabled\":true,\"hostname\":\"rabbitmq.local\",\"ingressClassName\":\"nginx\",\"tls\":false},\"persistence\":{\"size\":\"4Gi\"},\"replicaCount\":1}","version":"15.1.0"} Name:"rabbitmq" Namespace:"rabbitmq" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"replicaCount","type":"","value":"1"},{"name":"persistence.size","type":"","value":"4Gi"}] SetList: SetSensitive:[{"name":"auth.password","type":,"value":"QA3UNmEGovybKcT415K6"}] SkipCrds:false Status:"deployed" Timeout:300 Values:["ingress:\n enabled: true\n tls: false\n ingressClassName: nginx\n hostname: rabbitmq.local\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n"] Verify:false Version:"15.1.0" Wait:true WaitForJobs:false}: @module=helm tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=96423073-bcc4-d598-e526-50088b8b8669 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 timestamp="2025-07-11T08:58:28.532+0200" +2025-07-11T08:58:28.532+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: rabbitmq] Start: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=96423073-bcc4-d598-e526-50088b8b8669 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:28.532+0200" +2025-07-11T08:58:28.532+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=96423073-bcc4-d598-e526-50088b8b8669 tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 KubernetesData=map[] tf_resource_type=helm_release timestamp="2025-07-11T08:58:28.532+0200" +2025-07-11T08:58:28.532+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 tf_req_id=96423073-bcc4-d598-e526-50088b8b8669 tf_resource_type=helm_release @module=helm configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:28.532+0200" +2025-07-11T08:58:28.532+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=96423073-bcc4-d598-e526-50088b8b8669 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:28.532+0200" +2025-07-11T08:58:28.532+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: rabbitmq] Initial Values: Name=rabbitmq, Namespace=rabbitmq, Repository=oci://registry-1.docker.io/bitnamicharts, Repository_Username=, Repository_Password=, Chart=rabbitmq: tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=96423073-bcc4-d598-e526-50088b8b8669 timestamp="2025-07-11T08:58:28.532+0200" +2025-07-11T08:58:28.532+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc000753560 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: tf_req_id=96423073-bcc4-d598-e526-50088b8b8669 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:28.532+0200" +2025-07-11T08:58:28.585+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Audit-Id=cdbac54f-4f2a-4b3b-9c6b-7407bea858a6 Content-Length=1039 Content-Type=application/json X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response Date="Fri, 11 Jul 2025 06:58:28 GMT" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_reason="200 OK" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Api-Cattle-Auth=true + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"connection-strings","namespace":"365zon","uid":"47f6eb88-7be7-4756-ac01-6857de56e2e4","resourceVersion":"109671119","creationTimestamp":"2025-07-11T06:29:50Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:ConnectionStrings__DocumentDb":{},"f:ConnectionStrings__ServiceBus":{}},"f:type":{}}}]},"data":{"ConnectionStrings__DocumentDb":"bW9uZ29kYjovL3Jvb3Q6RzJNNWNrMzlCWDY3SDdMMkRvQjVMcVJGeHZQMTJ2SUxKVnc2V05aUkBtb25nb2RiLTAubW9uZ29kYi1oZWFkbGVzcy5tb25nb2RiLnN2Yy5jbHVzdGVyLmxvY2FsOjI3MDE3LG1vbmdvZGItMS5tb25nb2RiLWhlYWRsZXNzLm1vbmdvZGIuc3ZjLmNsdXN0ZXIubG9jYWw6MjcwMTcsbW9uZ29kYi0yLm1vbmdvZGItaGVhZGxlc3MubW9uZ29kYi5zdmMuY2x1c3Rlci5sb2NhbDoyNzAxNy9hZG1pbj9yZXBsaWNhU2V0PXJzMCZhdXRoU291cmNlPWFkbWlu","ConnectionStrings__ServiceBus":"cmFiYml0bXE6Ly91c2VyOlFBM1VObUVHb3Z5YktjVDQxNUs2QHJhYmJpdG1xLWhlYWRsZXNzLnJhYmJpdG1xLnN2Yy5jbHVzdGVyLmxvY2FsOjU2NzIv"},"type":"Opaque"} + tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes tf_http_trans_id=d94a1adf-dfdc-3b6d-c39c-e97a78ae6d3a timestamp="2025-07-11T08:58:28.584+0200" +2025-07-11T08:58:28.585+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:28 [INFO] Received secret: v1.ObjectMeta{Name:"connection-strings", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"47f6eb88-7be7-4756-ac01-6857de56e2e4", ResourceVersion:"109671119", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 50, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 50, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000a18138), Subresource:""}}} +2025-07-11T08:58:28.588+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.kubernetes_secret.connection_strings, 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: + - .immutable: planned value cty.False for a non-computed attribute + - .type: planned value cty.StringVal("Opaque") for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:58:28.719+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:58:28 [DEBUG] ({365zon2 on false { + "Version": "2012-10-17", + "Statement": [ + { + "Effect": "Allow", + "Action": [ + "s3:ListBucket" + ], + "Resource": [ + "arn:aws:s3:::365zon2" + ] + }, + { + "Effect": "Allow", + "Action": [ + "s3:DeleteObject", + "s3:GetObject", + "s3:PutObject" + ], + "Resource": [ + "arn:aws:s3:::365zon2/*" + ] + } + ] +} }): timestamp="2025-07-11T08:58:28.719+0200" +2025-07-11T08:58:28.721+0200 [WARN] Provider "registry.terraform.io/aminueza/minio" produced an invalid plan for module.tenant-365zon.module.minio.minio_iam_service_account.overlay, 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: + - .description: planned value cty.StringVal("") for a non-computed attribute + - .disable_user: planned value cty.False for a non-computed attribute + - .expiration: planned value cty.StringVal("1970-01-01T00:00:00Z") for a non-computed attribute + - .name: planned value cty.StringVal("") for a non-computed attribute + - .update_secret: planned value cty.False for a non-computed attribute +2025-07-11T08:58:28.722+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:28.722+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.storage" references: [] +2025-07-11T08:58:28.723+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=973075 +2025-07-11T08:58:28.723+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:28.725+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:28 [INFO] Checking secret storage +2025-07-11T08:58:28.725+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @module=kubernetes.Kubernetes tf_http_req_version=HTTP/1.1 Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/storage Accept="application/json, */*" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_body="" tf_http_req_method=GET tf_http_trans_id=b8b8b720-eaa2-ea93-ee24-0304f8660964 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 User-Agent="HashiCorp/1.0 Terraform/1.12.1" timestamp="2025-07-11T08:58:28.725+0200" +2025-07-11T08:58:28.910+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_res_version=HTTP/2.0 Audit-Id=8aad467a-5646-49bb-ac0f-b6f2f01d5f41 X-Api-Cattle-Auth=true tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" Content-Length=764 Content-Type=application/json Date="Fri, 11 Jul 2025 06:58:28 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Content-Type-Options=nosniff new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=b8b8b720-eaa2-ea93-ee24-0304f8660964 @module=kubernetes.Kubernetes + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"storage","namespace":"365zon","uid":"ef14e016-33d3-4f6d-8de9-1120ea8c2fd0","resourceVersion":"109677334","creationTimestamp":"2025-07-11T06:46:34Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:46:34Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:Storage__AccountKey":{},"f:Storage__AccountName":{},"f:Storage__BlobUri":{},"f:Storage__S3BucketName":{}},"f:type":{}}}]},"data":{"Storage__AccountKey":"RFJzblhXNm5ZVklWN2w4RlVtb2dkeDN5VU9XY2JmWjM0VUVkK0cyag==","Storage__AccountName":"RUFHVDNTMzY1SzlITElMQlcwTTU=","Storage__BlobUri":"aHR0cHM6Ly9zdG9yYWdlLjM2NXpvbi5mb3VybGlnaHRzLmRldg==","Storage__S3BucketName":"MzY1em9uMg=="},"type":"Opaque"} + timestamp="2025-07-11T08:58:28.909+0200" +2025-07-11T08:58:28.910+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:28 [INFO] Reading secret storage +2025-07-11T08:58:28.910+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/storage tf_http_req_version=HTTP/1.1 tf_http_trans_id=47ccbecf-f696-f474-3c23-9814193bbca8 Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" @module=kubernetes.Kubernetes User-Agent="HashiCorp/1.0 Terraform/1.12.1" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 tf_http_req_method=GET timestamp="2025-07-11T08:58:28.910+0200" +2025-07-11T08:58:29.011+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Api-Cattle-Auth=true tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 tf_http_trans_id=47ccbecf-f696-f474-3c23-9814193bbca8 Audit-Id=b5750c59-f0ad-4848-8148-13416759f0f2 Content-Length=764 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Content-Type-Options=nosniff + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"storage","namespace":"365zon","uid":"ef14e016-33d3-4f6d-8de9-1120ea8c2fd0","resourceVersion":"109677334","creationTimestamp":"2025-07-11T06:46:34Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:46:34Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:Storage__AccountKey":{},"f:Storage__AccountName":{},"f:Storage__BlobUri":{},"f:Storage__S3BucketName":{}},"f:type":{}}}]},"data":{"Storage__AccountKey":"RFJzblhXNm5ZVklWN2w4RlVtb2dkeDN5VU9XY2JmWjM0VUVkK0cyag==","Storage__AccountName":"RUFHVDNTMzY1SzlITElMQlcwTTU=","Storage__BlobUri":"aHR0cHM6Ly9zdG9yYWdlLjM2NXpvbi5mb3VybGlnaHRzLmRldg==","Storage__S3BucketName":"MzY1em9uMg=="},"type":"Opaque"} + Content-Type=application/json Date="Fri, 11 Jul 2025 06:58:28 GMT" X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_code=200 timestamp="2025-07-11T08:58:29.011+0200" +2025-07-11T08:58:29.011+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:29 [INFO] Received secret: v1.ObjectMeta{Name:"storage", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"ef14e016-33d3-4f6d-8de9-1120ea8c2fd0", ResourceVersion:"109677334", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 46, 34, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 46, 34, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001246120), Subresource:""}}} +2025-07-11T08:58:29.014+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.kubernetes_secret.storage, 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: + - .immutable: planned value cty.False for a non-computed attribute + - .type: planned value cty.StringVal("Opaque") for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:58:29.841+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: mongodb] Got chart: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=959752a1-e8e4-9ab0-156c-c79376007fef timestamp="2025-07-11T08:58:29.841+0200" +2025-07-11T08:58:29.841+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=959752a1-e8e4-9ab0-156c-c79376007fef tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:29.841+0200" +2025-07-11T08:58:29.842+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: mongodb] Release validated: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_req_id=959752a1-e8e4-9ab0-156c-c79376007fef timestamp="2025-07-11T08:58:29.841+0200" +2025-07-11T08:58:29.842+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: mongodb] Done: tf_req_id=959752a1-e8e4-9ab0-156c-c79376007fef tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:29.841+0200" +2025-07-11T08:58:29.844+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:29.847+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=972969 +2025-07-11T08:58:29.847+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:29.985+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: rabbitmq] Got chart: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 tf_req_id=96423073-bcc4-d598-e526-50088b8b8669 tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:29.985+0200" +2025-07-11T08:58:29.985+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=96423073-bcc4-d598-e526-50088b8b8669 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:29.985+0200" +2025-07-11T08:58:29.985+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: rabbitmq] Release validated: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=96423073-bcc4-d598-e526-50088b8b8669 tf_rpc=PlanResourceChange @module=helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:29.985+0200" +2025-07-11T08:58:29.985+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: rabbitmq] Done: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=96423073-bcc4-d598-e526-50088b8b8669 timestamp="2025-07-11T08:58:29.985+0200" +2025-07-11T08:58:29.987+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:29.990+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=972774 +2025-07-11T08:58:29.990+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:32.411+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: redis] Got chart: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 @module=helm tf_req_id=b521a9b0-95db-98ce-23ed-eee2e8960502 timestamp="2025-07-11T08:58:32.411+0200" +2025-07-11T08:58:32.411+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b521a9b0-95db-98ce-23ed-eee2e8960502 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 timestamp="2025-07-11T08:58:32.411+0200" +2025-07-11T08:58:32.411+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: redis] Release validated: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_req_id=b521a9b0-95db-98ce-23ed-eee2e8960502 timestamp="2025-07-11T08:58:32.411+0200" +2025-07-11T08:58:32.411+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: redis] Done: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b521a9b0-95db-98ce-23ed-eee2e8960502 tf_rpc=PlanResourceChange tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 timestamp="2025-07-11T08:58:32.411+0200" +2025-07-11T08:58:32.413+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:32.418+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=972871 +2025-07-11T08:58:32.418+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:32.773+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: postgresql] Got chart: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @module=helm tf_req_id=e5ef3dd3-ea4a-6a58-2862-fc1c9945e001 tf_resource_type=helm_release timestamp="2025-07-11T08:58:32.773+0200" +2025-07-11T08:58:32.773+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @module=helm tf_req_id=e5ef3dd3-ea4a-6a58-2862-fc1c9945e001 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 timestamp="2025-07-11T08:58:32.773+0200" +2025-07-11T08:58:32.773+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: postgresql] Release validated: tf_req_id=e5ef3dd3-ea4a-6a58-2862-fc1c9945e001 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 @module=helm tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:32.773+0200" +2025-07-11T08:58:32.773+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: postgresql] Done: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=e5ef3dd3-ea4a-6a58-2862-fc1c9945e001 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:32.773+0200" +2025-07-11T08:58:32.775+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:32.776+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.kubernetes_job.create-tenant[0]" references: [] +2025-07-11T08:58:32.784+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=973002 +2025-07-11T08:58:32.784+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:32.793+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:32 [INFO] Checking job create-tenant-zitadel +2025-07-11T08:58:32.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Accept="application/json, */*" Host=rancher.bridge.fourlights.dev tf_http_req_body="" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/apis/batch/v1/namespaces/postgresql/jobs/create-tenant-zitadel tf_http_req_version=HTTP/1.1 tf_http_trans_id=d4e55271-5669-4bb4-fd01-4d6d0c8ccbe4 Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_req_method=GET timestamp="2025-07-11T08:58:32.794+0200" +2025-07-11T08:58:32.937+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_res_status_reason="200 OK" Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json Date="Fri, 11 Jul 2025 06:58:32 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_status_code=200 tf_http_trans_id=d4e55271-5669-4bb4-fd01-4d6d0c8ccbe4 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Audit-Id=572b88a5-ad5c-4f6e-a27e-067b3e9035cb X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff + tf_http_res_body= + | {"kind":"Job","apiVersion":"batch/v1","metadata":{"name":"create-tenant-zitadel","namespace":"postgresql","uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","resourceVersion":"109671658","generation":1,"creationTimestamp":"2025-07-11T06:30:35Z","labels":{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","batch.kubernetes.io/job-name":"create-tenant-zitadel","controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","job-name":"create-tenant-zitadel"},"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"batch/v1","time":"2025-07-11T06:30:35Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:backoffLimit":{},"f:completionMode":{},"f:completions":{},"f:manualSelector":{},"f:parallelism":{},"f:podReplacementPolicy":{},"f:suspend":{},"f:template":{"f:spec":{"f:automountServiceAccountToken":{},"f:containers":{"k:{\"name\":\"create-db-user\"}":{".":{},"f:args":{},"f:command":{},"f:env":{".":{},"k:{\"name\":\"DB_NAME\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"DB_PASSWORD\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"DB_USER\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"POSTGRES_HOST\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"ROOT_DATABASE\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"ROOT_PASSWORD\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"ROOT_USERNAME\"}":{".":{},"f:name":{},"f:value":{}}},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:shareProcessNamespace":{},"f:terminationGracePeriodSeconds":{}}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"batch/v1","time":"2025-07-11T06:30:48Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:completionTime":{},"f:conditions":{},"f:ready":{},"f:startTime":{},"f:succeeded":{},"f:terminating":{},"f:uncountedTerminatedPods":{}}},"subresource":"status"}]},"spec":{"parallelism":1,"completions":1,"backoffLimit":6,"selector":{"matchLabels":{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6"}},"manualSelector":false,"template":{"metadata":{"creationTimestamp":null,"labels":{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","batch.kubernetes.io/job-name":"create-tenant-zitadel","controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","job-name":"create-tenant-zitadel"}},"spec":{"containers":[{"name":"create-db-user","image":"postgres:17-alpine","command":["/bin/sh","-c"],"args":["# Wait for postgres to be ready\nuntil PGPASSWORD=$ROOT_PASSWORD psql -h $POSTGRES_HOST -U $ROOT_USERNAME -d $ROOT_DATABASE -c '\\l'; do\n echo \"Waiting for postgres...\"\n sleep 2\ndone\n\n# Create user and database\nPGPASSWORD=$ROOT_PASSWORD psql -v ON_ERROR_STOP=1 -h $POSTGRES_HOST -U $ROOT_USERNAME -d $ROOT_DATABASE \u003c\u003c-EOSQL\n CREATE USER $DB_USER WITH PASSWORD '$DB_PASSWORD';\n CREATE DATABASE $DB_NAME OWNER $DB_USER;\n GRANT ALL PRIVILEGES ON DATABASE $DB_NAME TO $DB_USER;\nEOSQL\n"],"env":[{"name":"POSTGRES_HOST","value":"postgresql-hl.postgresql.svc.cluster.local"},{"name":"ROOT_USERNAME","value":"postgres"},{"name":"ROOT_PASSWORD","value":"PvwMI{LznVaS\u003cq_[(rXD0p]c\u003e_W-112$IZfdAH2Q"},{"name":"ROOT_DATABASE","value":"postgres"},{"name":"DB_NAME","value":"zitadel"},{"name":"DB_USER","value":"zitadel"},{"name":"DB_PASSWORD","value":"LW+70S#T8*TcfX]HQ*w12\u003eB\u0026"}],"resources":{},"terminationMessagePath":"/dev/termination-log","terminationMessagePolicy":"File","imagePullPolicy":"IfNotPresent"}],"restartPolicy":"Never","terminationGracePeriodSeconds":30,"dnsPolicy":"ClusterFirst","automountServiceAccountToken":true,"shareProcessNamespace":false,"securityContext":{},"schedulerName":"default-scheduler","enableServiceLinks":true}},"completionMode":"NonIndexed","suspend":false,"podReplacementPolicy":"TerminatingOrFailed"},"status":{"conditions":[{"type":"Complete","status":"True","lastProbeTime":"2025-07-11T06:30:48Z","lastTransitionTime":"2025-07-11T06:30:48Z"}],"startTime":"2025-07-11T06:30:35Z","completionTime":"2025-07-11T06:30:48Z","succeeded":1,"terminating":0,"uncountedTerminatedPods":{},"ready":0}} + timestamp="2025-07-11T08:58:32.936+0200" +2025-07-11T08:58:32.938+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:32 [INFO] Reading job create-tenant-zitadel +2025-07-11T08:58:32.938+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept-Encoding=gzip tf_http_req_body="" tf_http_req_version=HTTP/1.1 @module=kubernetes.Kubernetes Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/apis/batch/v1/namespaces/postgresql/jobs/create-tenant-zitadel tf_http_trans_id=99230be8-801a-ab3b-2931-4fb8dc917de4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET timestamp="2025-07-11T08:58:32.938+0200" +2025-07-11T08:58:32.985+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_res_status_code=200 tf_http_trans_id=99230be8-801a-ab3b-2931-4fb8dc917de4 Content-Type=application/json X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes X-Content-Type-Options=nosniff @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=21b9364f-33d7-40d5-a316-7704edd59be7 Date="Fri, 11 Jul 2025 06:58:32 GMT" X-Api-Cattle-Auth=true tf_http_res_status_reason="200 OK" Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] tf_http_op_type=response + tf_http_res_body= + | {"kind":"Job","apiVersion":"batch/v1","metadata":{"name":"create-tenant-zitadel","namespace":"postgresql","uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","resourceVersion":"109671658","generation":1,"creationTimestamp":"2025-07-11T06:30:35Z","labels":{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","batch.kubernetes.io/job-name":"create-tenant-zitadel","controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","job-name":"create-tenant-zitadel"},"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"batch/v1","time":"2025-07-11T06:30:35Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:backoffLimit":{},"f:completionMode":{},"f:completions":{},"f:manualSelector":{},"f:parallelism":{},"f:podReplacementPolicy":{},"f:suspend":{},"f:template":{"f:spec":{"f:automountServiceAccountToken":{},"f:containers":{"k:{\"name\":\"create-db-user\"}":{".":{},"f:args":{},"f:command":{},"f:env":{".":{},"k:{\"name\":\"DB_NAME\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"DB_PASSWORD\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"DB_USER\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"POSTGRES_HOST\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"ROOT_DATABASE\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"ROOT_PASSWORD\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"ROOT_USERNAME\"}":{".":{},"f:name":{},"f:value":{}}},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:shareProcessNamespace":{},"f:terminationGracePeriodSeconds":{}}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"batch/v1","time":"2025-07-11T06:30:48Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:completionTime":{},"f:conditions":{},"f:ready":{},"f:startTime":{},"f:succeeded":{},"f:terminating":{},"f:uncountedTerminatedPods":{}}},"subresource":"status"}]},"spec":{"parallelism":1,"completions":1,"backoffLimit":6,"selector":{"matchLabels":{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6"}},"manualSelector":false,"template":{"metadata":{"creationTimestamp":null,"labels":{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","batch.kubernetes.io/job-name":"create-tenant-zitadel","controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","job-name":"create-tenant-zitadel"}},"spec":{"containers":[{"name":"create-db-user","image":"postgres:17-alpine","command":["/bin/sh","-c"],"args":["# Wait for postgres to be ready\nuntil PGPASSWORD=$ROOT_PASSWORD psql -h $POSTGRES_HOST -U $ROOT_USERNAME -d $ROOT_DATABASE -c '\\l'; do\n echo \"Waiting for postgres...\"\n sleep 2\ndone\n\n# Create user and database\nPGPASSWORD=$ROOT_PASSWORD psql -v ON_ERROR_STOP=1 -h $POSTGRES_HOST -U $ROOT_USERNAME -d $ROOT_DATABASE \u003c\u003c-EOSQL\n CREATE USER $DB_USER WITH PASSWORD '$DB_PASSWORD';\n CREATE DATABASE $DB_NAME OWNER $DB_USER;\n GRANT ALL PRIVILEGES ON DATABASE $DB_NAME TO $DB_USER;\nEOSQL\n"],"env":[{"name":"POSTGRES_HOST","value":"postgresql-hl.postgresql.svc.cluster.local"},{"name":"ROOT_USERNAME","value":"postgres"},{"name":"ROOT_PASSWORD","value":"PvwMI{LznVaS\u003cq_[(rXD0p]c\u003e_W-112$IZfdAH2Q"},{"name":"ROOT_DATABASE","value":"postgres"},{"name":"DB_NAME","value":"zitadel"},{"name":"DB_USER","value":"zitadel"},{"name":"DB_PASSWORD","value":"LW+70S#T8*TcfX]HQ*w12\u003eB\u0026"}],"resources":{},"terminationMessagePath":"/dev/termination-log","terminationMessagePolicy":"File","imagePullPolicy":"IfNotPresent"}],"restartPolicy":"Never","terminationGracePeriodSeconds":30,"dnsPolicy":"ClusterFirst","automountServiceAccountToken":true,"shareProcessNamespace":false,"securityContext":{},"schedulerName":"default-scheduler","enableServiceLinks":true}},"completionMode":"NonIndexed","suspend":false,"podReplacementPolicy":"TerminatingOrFailed"},"status":{"conditions":[{"type":"Complete","status":"True","lastProbeTime":"2025-07-11T06:30:48Z","lastTransitionTime":"2025-07-11T06:30:48Z"}],"startTime":"2025-07-11T06:30:35Z","completionTime":"2025-07-11T06:30:48Z","succeeded":1,"terminating":0,"uncountedTerminatedPods":{},"ready":0}} + timestamp="2025-07-11T08:58:32.985+0200" +2025-07-11T08:58:32.985+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:32 [INFO] Received job: &v1.Job{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"create-tenant-zitadel", GenerateName:"", Namespace:"postgresql", SelfLink:"", UID:"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6", ResourceVersion:"109671658", Generation:1, CreationTimestamp:time.Date(2025, time.July, 11, 8, 30, 35, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6", "batch.kubernetes.io/job-name":"create-tenant-zitadel", "controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6", "job-name":"create-tenant-zitadel"}, Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"batch/v1", Time:time.Date(2025, time.July, 11, 8, 30, 35, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001393da0), Subresource:""}, v1.ManagedFieldsEntry{Manager:"kube-controller-manager", Operation:"Update", APIVersion:"batch/v1", Time:time.Date(2025, time.July, 11, 8, 30, 48, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001393dd0), Subresource:"status"}}}, Spec:v1.JobSpec{Parallelism:(*int32)(0xc0014f1a50), Completions:(*int32)(0xc0014f1a54), ActiveDeadlineSeconds:(*int64)(nil), PodFailurePolicy:(*v1.PodFailurePolicy)(nil), BackoffLimit:(*int32)(0xc0014f1a58), BackoffLimitPerIndex:(*int32)(nil), MaxFailedIndexes:(*int32)(nil), Selector:(*v1.LabelSelector)(0xc00016aaa0), ManualSelector:(*bool)(0xc0014f1a5c), Template:v1.PodTemplateSpec{ObjectMeta:v1.ObjectMeta{Name:"", GenerateName:"", Namespace:"", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6", "batch.kubernetes.io/job-name":"create-tenant-zitadel", "controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6", "job-name":"create-tenant-zitadel"}, Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Spec:v1.PodSpec{Volumes:[]v1.Volume(nil), InitContainers:[]v1.Container(nil), Containers:[]v1.Container{v1.Container{Name:"create-db-user", Image:"postgres:17-alpine", Command:[]string{"/bin/sh", "-c"}, Args:[]string{"# Wait for postgres to be ready\nuntil PGPASSWORD=$ROOT_PASSWORD psql -h $POSTGRES_HOST -U $ROOT_USERNAME -d $ROOT_DATABASE -c '\\l'; do\n echo \"Waiting for postgres...\"\n sleep 2\ndone\n\n# Create user and database\nPGPASSWORD=$ROOT_PASSWORD psql -v ON_ERROR_STOP=1 -h $POSTGRES_HOST -U $ROOT_USERNAME -d $ROOT_DATABASE <<-EOSQL\n CREATE USER $DB_USER WITH PASSWORD '$DB_PASSWORD';\n CREATE DATABASE $DB_NAME OWNER $DB_USER;\n GRANT ALL PRIVILEGES ON DATABASE $DB_NAME TO $DB_USER;\nEOSQL\n"}, WorkingDir:"", Ports:[]v1.ContainerPort(nil), EnvFrom:[]v1.EnvFromSource(nil), Env:[]v1.EnvVar{v1.EnvVar{Name:"POSTGRES_HOST", Value:"postgresql-hl.postgresql.svc.cluster.local", ValueFrom:(*v1.EnvVarSource)(nil)}, v1.EnvVar{Name:"ROOT_USERNAME", Value:"postgres", ValueFrom:(*v1.EnvVarSource)(nil)}, v1.EnvVar{Name:"ROOT_PASSWORD", Value:"PvwMI{LznVaS_W-112$IZfdAH2Q", ValueFrom:(*v1.EnvVarSource)(nil)}, v1.EnvVar{Name:"ROOT_DATABASE", Value:"postgres", ValueFrom:(*v1.EnvVarSource)(nil)}, v1.EnvVar{Name:"DB_NAME", Value:"zitadel", ValueFrom:(*v1.EnvVarSource)(nil)}, v1.EnvVar{Name:"DB_USER", Value:"zitadel", ValueFrom:(*v1.EnvVarSource)(nil)}, v1.EnvVar{Name:"DB_PASSWORD", Value:"LW+70S#T8*TcfX]HQ*w12>B&", ValueFrom:(*v1.EnvVarSource)(nil)}}, Resources:v1.ResourceRequirements{Limits:v1.ResourceList(nil), Requests:v1.ResourceList(nil), Claims:[]v1.ResourceClaim(nil)}, ResizePolicy:[]v1.ContainerResizePolicy(nil), RestartPolicy:(*v1.ContainerRestartPolicy)(nil), VolumeMounts:[]v1.VolumeMount(nil), VolumeDevices:[]v1.VolumeDevice(nil), LivenessProbe:(*v1.Probe)(nil), ReadinessProbe:(*v1.Probe)(nil), StartupProbe:(*v1.Probe)(nil), Lifecycle:(*v1.Lifecycle)(nil), TerminationMessagePath:"/dev/termination-log", TerminationMessagePolicy:"File", ImagePullPolicy:"IfNotPresent", SecurityContext:(*v1.SecurityContext)(nil), Stdin:false, StdinOnce:false, TTY:false}}, EphemeralContainers:[]v1.EphemeralContainer(nil), RestartPolicy:"Never", TerminationGracePeriodSeconds:(*int64)(0xc0014f1b48), ActiveDeadlineSeconds:(*int64)(nil), DNSPolicy:"ClusterFirst", NodeSelector:map[string]string(nil), ServiceAccountName:"", DeprecatedServiceAccount:"", AutomountServiceAccountToken:(*bool)(0xc0014f1b60), NodeName:"", HostNetwork:false, HostPID:false, HostIPC:false, ShareProcessNamespace:(*bool)(0xc0014f1b61), SecurityContext:(*v1.PodSecurityContext)(0xc000270cb0), ImagePullSecrets:[]v1.LocalObjectReference(nil), Hostname:"", Subdomain:"", Affinity:(*v1.Affinity)(nil), SchedulerName:"default-scheduler", Tolerations:[]v1.Toleration(nil), HostAliases:[]v1.HostAlias(nil), PriorityClassName:"", Priority:(*int32)(nil), DNSConfig:(*v1.PodDNSConfig)(nil), ReadinessGates:[]v1.PodReadinessGate(nil), RuntimeClassName:(*string)(nil), EnableServiceLinks:(*bool)(0xc0014f1b62), PreemptionPolicy:(*v1.PreemptionPolicy)(nil), Overhead:v1.ResourceList(nil), TopologySpreadConstraints:[]v1.TopologySpreadConstraint(nil), SetHostnameAsFQDN:(*bool)(nil), OS:(*v1.PodOS)(nil), HostUsers:(*bool)(nil), SchedulingGates:[]v1.PodSchedulingGate(nil), ResourceClaims:[]v1.PodResourceClaim(nil)}}, TTLSecondsAfterFinished:(*int32)(nil), CompletionMode:(*v1.CompletionMode)(0xc000e05950), Suspend:(*bool)(0xc0014f1b6e), PodReplacementPolicy:(*v1.PodReplacementPolicy)(0xc000e05960)}, Status:v1.JobStatus{Conditions:[]v1.JobCondition{v1.JobCondition{Type:"Complete", Status:"True", LastProbeTime:time.Date(2025, time.July, 11, 8, 30, 48, 0, time.Local), LastTransitionTime:time.Date(2025, time.July, 11, 8, 30, 48, 0, time.Local), Reason:"", Message:""}}, StartTime:time.Date(2025, time.July, 11, 8, 30, 35, 0, time.Local), CompletionTime:time.Date(2025, time.July, 11, 8, 30, 48, 0, time.Local), Active:0, Succeeded:1, Failed:0, Terminating:(*int32)(0xc0014f1b7c), CompletedIndexes:"", FailedIndexes:(*string)(nil), UncountedTerminatedPods:(*v1.UncountedTerminatedPods)(0xc000240360), Ready:(*int32)(0xc0014f1b80)}} +2025-07-11T08:58:33.002+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.zitadel-db.kubernetes_job.create-tenant[0], 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: + - .wait_for_completion: planned value cty.True for a non-computed attribute + - .spec[0].parallelism: planned value cty.NumberIntVal(1) for a non-computed attribute + - .spec[0].ttl_seconds_after_finished: planned value cty.StringVal("") for a non-computed attribute + - .spec[0].active_deadline_seconds: planned value cty.NumberIntVal(0) for a non-computed attribute + - .spec[0].backoff_limit: planned value cty.NumberIntVal(6) for a non-computed attribute + - .spec[0].completions: planned value cty.NumberIntVal(1) for a non-computed attribute + - .spec[0].manual_selector: planned value cty.False for a non-computed attribute + - .spec[0].selector: block count in plan (1) disagrees with count in config (0) + - .spec[0].template[0].metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .spec[0].template[0].metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .spec[0].template[0].metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .spec[0].template[0].spec[0].node_selector: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .spec[0].template[0].spec[0].host_ipc: planned value cty.False for a non-computed attribute + - .spec[0].template[0].spec[0].active_deadline_seconds: planned value cty.NumberIntVal(0) for a non-computed attribute + - .spec[0].template[0].spec[0].automount_service_account_token: planned value cty.True for a non-computed attribute + - .spec[0].template[0].spec[0].dns_policy: planned value cty.StringVal("ClusterFirst") for a non-computed attribute + - .spec[0].template[0].spec[0].enable_service_links: planned value cty.True for a non-computed attribute + - .spec[0].template[0].spec[0].host_pid: planned value cty.False for a non-computed attribute + - .spec[0].template[0].spec[0].runtime_class_name: planned value cty.StringVal("") for a non-computed attribute + - .spec[0].template[0].spec[0].share_process_namespace: planned value cty.False for a non-computed attribute + - .spec[0].template[0].spec[0].host_network: planned value cty.False for a non-computed attribute + - .spec[0].template[0].spec[0].priority_class_name: planned value cty.StringVal("") for a non-computed attribute + - .spec[0].template[0].spec[0].restart_policy: planned value cty.StringVal("Never") for a non-computed attribute + - .spec[0].template[0].spec[0].subdomain: planned value cty.StringVal("") for a non-computed attribute + - .spec[0].template[0].spec[0].termination_grace_period_seconds: planned value cty.NumberIntVal(30) for a non-computed attribute + - .spec[0].template[0].spec[0].container[0].stdin: planned value cty.False for a non-computed attribute + - .spec[0].template[0].spec[0].container[0].stdin_once: planned value cty.False for a non-computed attribute + - .spec[0].template[0].spec[0].container[0].termination_message_path: planned value cty.StringVal("/dev/termination-log") for a non-computed attribute + - .spec[0].template[0].spec[0].container[0].tty: planned value cty.False for a non-computed attribute + - .spec[0].template[0].spec[0].container[0].working_dir: planned value cty.StringVal("") for a non-computed attribute + - .spec[0].template[0].spec[0].container[0].resources: block count in plan (1) disagrees with count in config (0) + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute +2025-07-11T08:58:33.005+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:33.007+0200 [DEBUG] ReferenceTransformer: "module.zitadel.helm_release.zitadel[0]" references: [] +2025-07-11T08:58:33.009+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=972934 +2025-07-11T08:58:33.009+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:33.012+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc00079e2a0 Settings:0xc0007a5440 RegistryClient:0xc000881780 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c @module=helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 timestamp="2025-07-11T08:58:33.012+0200" +2025-07-11T08:58:33.013+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Current state before changes: {Atomic:false Chart:"zitadel" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"zitadel" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"v2.67.2","chart":"zitadel","first_deployed":1752215453,"last_deployed":1752215453,"name":"zitadel","namespace":"zitadel","notes":"Thank you for installing zitadel.\nExtract your service account key for authenticating at the ZITADEL API's:\n\n $ kubectl -n zitadel get secret zitadel-admin-sa -o jsonpath='{ .data.zitadel-admin-sa\\.json }' | base64 -D","revision":1,"values":"{\"ingress\":{\"annotations\":{\"cert-manager.io/cluster-issuer\":\"letsencrypt\",\"gethomepage.dev/description\":\"Identity and Access Management\",\"gethomepage.dev/enabled\":\"true\",\"gethomepage.dev/group\":\"Tools\",\"gethomepage.dev/icon\":\"zitadel.png\",\"gethomepage.dev/name\":\"Zitadel\",\"kubernetes.io/ingress.class\":\"nginx\"},\"className\":\"nginx\",\"enabled\":true,\"hosts\":[{\"host\":\"zitadel.365zon.fourlights.dev\",\"paths\":[{\"path\":\"/\",\"pathType\":\"Prefix\"}]}]},\"readinessProbe\":{\"failureThreshold\":10,\"initialDelaySeconds\":5,\"periodSeconds\":5},\"service\":{\"annotations\":{\"traefik.ingress.kubernetes.io/service.serversscheme\":\"h2c\"}},\"startupProbe\":{\"failureThreshold\":30,\"periodSeconds\":5},\"zitadel\":{\"configmapConfig\":{\"Database\":{\"Postgres\":{\"Admin\":{\"Password\":\"PvwMI{LznVaS\\u003cq_[(rXD0p]c\\u003e_W-112$IZfdAH2Q\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"postgres\"},\"Database\":\"zitadel\",\"Host\":\"postgresql-hl.postgresql.svc.cluster.local\",\"MaxConnIdleTime\":\"5m\",\"MaxConnLifetime\":\"30m\",\"MaxIdleConns\":10,\"MaxOpenConns\":20,\"Port\":5432,\"User\":{\"Password\":\"LW+70S#T8*TcfX]HQ*w12\\u003eB\\u0026\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"zitadel\"}}},\"ExternalDomain\":\"zitadel.365zon.fourlights.dev\",\"ExternalPort\":443,\"ExternalSecure\":true,\"FirstInstance\":{\"Org\":{\"Machine\":{\"Machine\":{\"Name\":\"Admin\",\"Username\":\"zitadel-admin-sa\"},\"MachineKey\":{\"ExpirationDate\":\"2026-01-01T00:00:00Z\",\"Type\":1}}}},\"Log\":{\"Level\":\"info\"},\"LogStore\":{\"Access\":{\"Stdout\":{\"Enabled\":true}}},\"TLS\":{\"Enabled\":false}},\"masterkeySecretName\":\"zitadel\"}}","version":"8.12.0"} Name:"zitadel" Namespace:"zitadel" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.zitadel.com" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["zitadel:\n masterkeySecretName: \"zitadel\"\n configmapConfig:\n Log:\n Level: 'info'\n LogStore:\n Access:\n Stdout:\n Enabled: true\n ExternalSecure: true\n ExternalDomain: zitadel.365zon.fourlights.dev\n ExternalPort: 443\n TLS:\n Enabled: false\n FirstInstance:\n Org:\n Machine:\n Machine:\n Username: zitadel-admin-sa\n Name: Admin\n MachineKey:\n ExpirationDate: \"2026-01-01T00:00:00Z\"\n Type: 1\n Database:\n Postgres:\n Host: postgresql-hl.postgresql.svc.cluster.local\n Port: 5432\n Database: zitadel\n MaxOpenConns: 20\n MaxIdleConns: 10\n MaxConnLifetime: 30m\n MaxConnIdleTime: 5m\n User:\n Username: zitadel\n Password: \"LW+70S#T8*TcfX]HQ*w12>B&\"\n SSL:\n Mode: disable\n Admin:\n Username: postgres\n Password: \"PvwMI{LznVaS_W-112$IZfdAH2Q\"\n SSL:\n Mode: disable\n \n\nreadinessProbe:\n initialDelaySeconds: 5\n periodSeconds: 5\n failureThreshold: 10\n\nstartupProbe:\n periodSeconds: 5\n failureThreshold: 30\n\nservice:\n annotations:\n traefik.ingress.kubernetes.io/service.serversscheme: h2c\n\ningress:\n enabled: true\n className: nginx\n annotations:\n kubernetes.io/ingress.class: nginx\n cert-manager.io/cluster-issuer: letsencrypt\n \n gethomepage.dev/enabled: \"true\"\n gethomepage.dev/name: \"Zitadel\"\n gethomepage.dev/description: \"Identity and Access Management\"\n gethomepage.dev/group: \"Tools\"\n gethomepage.dev/icon: \"zitadel.png\"\n \n hosts:\n - host: zitadel.365zon.fourlights.dev\n paths:\n - path: /\n pathType: Prefix\n\n"] Verify:false Version:"8.12.0" Wait:true WaitForJobs:true}: tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:877 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_rpc=ReadResource timestamp="2025-07-11T08:58:33.013+0200" +2025-07-11T08:58:33.013+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: zitadel] Start: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1653 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_rpc=ReadResource @module=helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:33.013+0200" +2025-07-11T08:58:33.013+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm KubernetesData=map[] tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:33.013+0200" +2025-07-11T08:58:33.013+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @module=helm configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release timestamp="2025-07-11T08:58:33.013+0200" +2025-07-11T08:58:33.013+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_rpc=ReadResource timestamp="2025-07-11T08:58:33.013+0200" +2025-07-11T08:58:33.013+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: zitadel getRelease post action created: tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_rpc=ReadResource tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:33.013+0200" +2025-07-11T08:58:33.235+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: zitadel getRelease post run: tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 @module=helm timestamp="2025-07-11T08:58:33.235+0200" +2025-07-11T08:58:33.235+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: zitadel getRelease completed: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c @module=helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:33.235+0200" +2025-07-11T08:58:33.235+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: zitadel] Done: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1668 @module=helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:33.235+0200" +2025-07-11T08:58:33.235+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseRead: zitadel] Started: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release tf_rpc=ReadResource @module=helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:899 timestamp="2025-07-11T08:58:33.235+0200" +2025-07-11T08:58:33.235+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 timestamp="2025-07-11T08:58:33.235+0200" +2025-07-11T08:58:33.235+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 configPaths=[] tf_resource_type=helm_release @module=helm timestamp="2025-07-11T08:58:33.235+0200" +2025-07-11T08:58:33.235+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:33.235+0200" +2025-07-11T08:58:33.235+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: zitadel getRelease post action created: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c timestamp="2025-07-11T08:58:33.235+0200" +2025-07-11T08:58:33.368+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: zitadel getRelease post run: tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c timestamp="2025-07-11T08:58:33.368+0200" +2025-07-11T08:58:33.368+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: zitadel getRelease completed: tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release timestamp="2025-07-11T08:58:33.368+0200" +2025-07-11T08:58:33.368+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"v2.67.2","chart":"zitadel","first_deployed":1752215453,"last_deployed":1752215453,"name":"zitadel","namespace":"zitadel","notes":"Thank you for installing zitadel.\nExtract your service account key for authenticating at the ZITADEL API's:\n\n $ kubectl -n zitadel get secret zitadel-admin-sa -o jsonpath='{ .data.zitadel-admin-sa\\.json }' | base64 -D","revision":1,"values":"{\"ingress\":{\"annotations\":{\"cert-manager.io/cluster-issuer\":\"letsencrypt\",\"gethomepage.dev/description\":\"Identity and Access Management\",\"gethomepage.dev/enabled\":\"true\",\"gethomepage.dev/group\":\"Tools\",\"gethomepage.dev/icon\":\"zitadel.png\",\"gethomepage.dev/name\":\"Zitadel\",\"kubernetes.io/ingress.class\":\"nginx\"},\"className\":\"nginx\",\"enabled\":true,\"hosts\":[{\"host\":\"zitadel.365zon.fourlights.dev\",\"paths\":[{\"path\":\"/\",\"pathType\":\"Prefix\"}]}]},\"readinessProbe\":{\"failureThreshold\":10,\"initialDelaySeconds\":5,\"periodSeconds\":5},\"service\":{\"annotations\":{\"traefik.ingress.kubernetes.io/service.serversscheme\":\"h2c\"}},\"startupProbe\":{\"failureThreshold\":30,\"periodSeconds\":5},\"zitadel\":{\"configmapConfig\":{\"Database\":{\"Postgres\":{\"Admin\":{\"Password\":\"PvwMI{LznVaS\\u003cq_[(rXD0p]c\\u003e_W-112$IZfdAH2Q\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"postgres\"},\"Database\":\"zitadel\",\"Host\":\"postgresql-hl.postgresql.svc.cluster.local\",\"MaxConnIdleTime\":\"5m\",\"MaxConnLifetime\":\"30m\",\"MaxIdleConns\":10,\"MaxOpenConns\":20,\"Port\":5432,\"User\":{\"Password\":\"LW+70S#T8*TcfX]HQ*w12\\u003eB\\u0026\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"zitadel\"}}},\"ExternalDomain\":\"zitadel.365zon.fourlights.dev\",\"ExternalPort\":443,\"ExternalSecure\":true,\"FirstInstance\":{\"Org\":{\"Machine\":{\"Machine\":{\"Name\":\"Admin\",\"Username\":\"zitadel-admin-sa\"},\"MachineKey\":{\"ExpirationDate\":\"2026-01-01T00:00:00Z\",\"Type\":1}}}},\"Log\":{\"Level\":\"info\"},\"LogStore\":{\"Access\":{\"Stdout\":{\"Enabled\":true}}},\"TLS\":{\"Enabled\":false}},\"masterkeySecretName\":\"zitadel\"}}","version":"8.12.0"}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 tf_rpc=ReadResource timestamp="2025-07-11T08:58:33.368+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=reuse_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ReadResource timestamp="2025-07-11T08:58:33.368+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=disable_webhooks tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=metadata.namespace tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.chart tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.revision timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release tf_attribute_path=metadata.notes tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_rpc=ReadResource tf_attribute_path=metadata.app_version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.first_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ReadResource timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.name tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_rpc=ReadResource timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ReadResource tf_attribute_path=metadata.values tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.last_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=sdk.framework tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=recreate_pods tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=values[0] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_rpc=ReadResource timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c @module=sdk.framework tf_attribute_path=values tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_rpc=ReadResource tf_attribute_path=replace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=skip_crds @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=dependency_update tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=wait_for_jobs tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=repository tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_rpc=ReadResource timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=status tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=reset_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_rpc=ReadResource @module=sdk.framework tf_resource_type=helm_release timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=wait tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=render_subchart_notes tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=disable_crd_hooks tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release tf_attribute_path=name tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=id tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_rpc=ReadResource @module=sdk.framework tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=lint tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=version tf_rpc=ReadResource timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=atomic tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=cleanup_on_fail @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=timeout tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=verify tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=chart tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=pass_credentials @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=create_namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_rpc=ReadResource timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=force_update tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=max_history tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.369+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=disable_openapi_validation tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2dc81b34-8cc7-5b7b-0eb0-32ef4b5c140c @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:58:33.369+0200" +2025-07-11T08:58:33.371+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:33.372+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc00079e2a0 Settings:0xc0007a5440 RegistryClient:0xc000881780 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_req_id=3d9265e2-0799-4310-1c74-cd9cc3c8f96f tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ValidateResourceConfig timestamp="2025-07-11T08:58:33.372+0200" +2025-07-11T08:58:33.374+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc00079e2a0 Settings:0xc0007a5440 RegistryClient:0xc000881780 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_rpc=PlanResourceChange @module=helm timestamp="2025-07-11T08:58:33.374+0200" +2025-07-11T08:58:33.377+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Detected value change between proposed new state and prior state: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:241 @module=sdk.framework tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_attribute_path=values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:33.377+0200" +2025-07-11T08:58:33.377+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:250 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 timestamp="2025-07-11T08:58:33.377+0200" +2025-07-11T08:58:33.377+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"metadata\").AttributeName(\"version\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:33.377+0200" +2025-07-11T08:58:33.377+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"metadata\").AttributeName(\"app_version\")" tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:33.377+0200" +2025-07-11T08:58:33.377+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"metadata\").AttributeName(\"first_deployed\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_resource_type=helm_release timestamp="2025-07-11T08:58:33.377+0200" +2025-07-11T08:58:33.377+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"metadata\").AttributeName(\"namespace\")" tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 timestamp="2025-07-11T08:58:33.377+0200" +2025-07-11T08:58:33.377+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_resource_type=helm_release tf_attribute_path="AttributeName(\"metadata\").AttributeName(\"last_deployed\")" tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework timestamp="2025-07-11T08:58:33.377+0200" +2025-07-11T08:58:33.377+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"metadata\").AttributeName(\"revision\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 @module=sdk.framework tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:33.377+0200" +2025-07-11T08:58:33.377+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"metadata\").AttributeName(\"chart\")" timestamp="2025-07-11T08:58:33.377+0200" +2025-07-11T08:58:33.377+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"metadata\").AttributeName(\"values\")" tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_resource_type=helm_release timestamp="2025-07-11T08:58:33.377+0200" +2025-07-11T08:58:33.377+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"metadata\").AttributeName(\"name\")" tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:33.377+0200" +2025-07-11T08:58:33.377+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_resource_type=helm_release tf_attribute_path="AttributeName(\"metadata\").AttributeName(\"notes\")" timestamp="2025-07-11T08:58:33.377+0200" +2025-07-11T08:58:33.377+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"metadata\")" tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:33.377+0200" +2025-07-11T08:58:33.377+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"manifest\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 timestamp="2025-07-11T08:58:33.377+0200" +2025-07-11T08:58:33.377+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"id\")" tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 timestamp="2025-07-11T08:58:33.377+0200" +2025-07-11T08:58:33.377+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"status\")" tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:33.377+0200" +2025-07-11T08:58:33.380+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"zitadel" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID: Keyring: Lint:false Manifest: MaxHistory:0 Metadata: Name:"zitadel" Namespace:"zitadel" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.zitadel.com" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status: Timeout:300 Values:["zitadel:\n masterkeySecretName: \"zitadel\"\n configmapConfig:\n Log:\n Level: 'info'\n LogStore:\n Access:\n Stdout:\n Enabled: true\n ExternalSecure: true\n ExternalDomain: zitadel.365zon.fourlights.dev\n ExternalPort: 443\n TLS:\n Enabled: false\n FirstInstance:\n Org:\n Machine:\n Machine:\n Username: zitadel-admin-sa\n Name: Admin\n MachineKey:\n ExpirationDate: \"2026-01-01T00:00:00Z\"\n Type: 1\n Database:\n Postgres:\n Host: postgresql-hl.postgresql.svc.cluster.local\n Port: 5432\n Database: zitadel\n MaxOpenConns: 20\n MaxIdleConns: 10\n MaxConnLifetime: 30m\n MaxConnIdleTime: 5m\n User:\n Username: zitadel\n Password: \"LW+70S#T8*TcfX]HQ*w12>B&\"\n SSL:\n Mode: disable\n Admin:\n Username: postgres\n Password: \"PvwMI{LznVaS_W-112$IZfdAH2Q\"\n SSL:\n Mode: disable\n \n\nreadinessProbe:\n initialDelaySeconds: 5\n periodSeconds: 5\n failureThreshold: 10\n\nstartupProbe:\n periodSeconds: 5\n failureThreshold: 30\n\nservice:\n annotations:\n traefik.ingress.kubernetes.io/service.serversscheme: h2c\n\ningress:\n enabled: true\n className: nginx\n annotations:\n kubernetes.io/ingress.class: nginx\n cert-manager.io/cluster-issuer: letsencrypt\n \n nginx.ingress.kubernetes.io/backend-protocol: \"GRPC\"\n nginx.ingress.kubernetes.io/grpc-backend: \"true\"\n \n gethomepage.dev/enabled: \"true\"\n gethomepage.dev/name: \"Zitadel\"\n gethomepage.dev/description: \"Identity and Access Management\"\n gethomepage.dev/group: \"Tools\"\n gethomepage.dev/icon: \"zitadel.png\"\n \n hosts:\n - host: zitadel.365zon.fourlights.dev\n paths:\n - path: /\n pathType: Prefix\n\n"] Verify:false Version:"8.12.0" Wait:true WaitForJobs:true}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm timestamp="2025-07-11T08:58:33.380+0200" +2025-07-11T08:58:33.380+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"zitadel" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"zitadel" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"v2.67.2","chart":"zitadel","first_deployed":1752215453,"last_deployed":1752215453,"name":"zitadel","namespace":"zitadel","notes":"Thank you for installing zitadel.\nExtract your service account key for authenticating at the ZITADEL API's:\n\n $ kubectl -n zitadel get secret zitadel-admin-sa -o jsonpath='{ .data.zitadel-admin-sa\\.json }' | base64 -D","revision":1,"values":"{\"ingress\":{\"annotations\":{\"cert-manager.io/cluster-issuer\":\"letsencrypt\",\"gethomepage.dev/description\":\"Identity and Access Management\",\"gethomepage.dev/enabled\":\"true\",\"gethomepage.dev/group\":\"Tools\",\"gethomepage.dev/icon\":\"zitadel.png\",\"gethomepage.dev/name\":\"Zitadel\",\"kubernetes.io/ingress.class\":\"nginx\"},\"className\":\"nginx\",\"enabled\":true,\"hosts\":[{\"host\":\"zitadel.365zon.fourlights.dev\",\"paths\":[{\"path\":\"/\",\"pathType\":\"Prefix\"}]}]},\"readinessProbe\":{\"failureThreshold\":10,\"initialDelaySeconds\":5,\"periodSeconds\":5},\"service\":{\"annotations\":{\"traefik.ingress.kubernetes.io/service.serversscheme\":\"h2c\"}},\"startupProbe\":{\"failureThreshold\":30,\"periodSeconds\":5},\"zitadel\":{\"configmapConfig\":{\"Database\":{\"Postgres\":{\"Admin\":{\"Password\":\"PvwMI{LznVaS\\u003cq_[(rXD0p]c\\u003e_W-112$IZfdAH2Q\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"postgres\"},\"Database\":\"zitadel\",\"Host\":\"postgresql-hl.postgresql.svc.cluster.local\",\"MaxConnIdleTime\":\"5m\",\"MaxConnLifetime\":\"30m\",\"MaxIdleConns\":10,\"MaxOpenConns\":20,\"Port\":5432,\"User\":{\"Password\":\"LW+70S#T8*TcfX]HQ*w12\\u003eB\\u0026\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"zitadel\"}}},\"ExternalDomain\":\"zitadel.365zon.fourlights.dev\",\"ExternalPort\":443,\"ExternalSecure\":true,\"FirstInstance\":{\"Org\":{\"Machine\":{\"Machine\":{\"Name\":\"Admin\",\"Username\":\"zitadel-admin-sa\"},\"MachineKey\":{\"ExpirationDate\":\"2026-01-01T00:00:00Z\",\"Type\":1}}}},\"Log\":{\"Level\":\"info\"},\"LogStore\":{\"Access\":{\"Stdout\":{\"Enabled\":true}}},\"TLS\":{\"Enabled\":false}},\"masterkeySecretName\":\"zitadel\"}}","version":"8.12.0"} Name:"zitadel" Namespace:"zitadel" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.zitadel.com" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["zitadel:\n masterkeySecretName: \"zitadel\"\n configmapConfig:\n Log:\n Level: 'info'\n LogStore:\n Access:\n Stdout:\n Enabled: true\n ExternalSecure: true\n ExternalDomain: zitadel.365zon.fourlights.dev\n ExternalPort: 443\n TLS:\n Enabled: false\n FirstInstance:\n Org:\n Machine:\n Machine:\n Username: zitadel-admin-sa\n Name: Admin\n MachineKey:\n ExpirationDate: \"2026-01-01T00:00:00Z\"\n Type: 1\n Database:\n Postgres:\n Host: postgresql-hl.postgresql.svc.cluster.local\n Port: 5432\n Database: zitadel\n MaxOpenConns: 20\n MaxIdleConns: 10\n MaxConnLifetime: 30m\n MaxConnIdleTime: 5m\n User:\n Username: zitadel\n Password: \"LW+70S#T8*TcfX]HQ*w12>B&\"\n SSL:\n Mode: disable\n Admin:\n Username: postgres\n Password: \"PvwMI{LznVaS_W-112$IZfdAH2Q\"\n SSL:\n Mode: disable\n \n\nreadinessProbe:\n initialDelaySeconds: 5\n periodSeconds: 5\n failureThreshold: 10\n\nstartupProbe:\n periodSeconds: 5\n failureThreshold: 30\n\nservice:\n annotations:\n traefik.ingress.kubernetes.io/service.serversscheme: h2c\n\ningress:\n enabled: true\n className: nginx\n annotations:\n kubernetes.io/ingress.class: nginx\n cert-manager.io/cluster-issuer: letsencrypt\n \n gethomepage.dev/enabled: \"true\"\n gethomepage.dev/name: \"Zitadel\"\n gethomepage.dev/description: \"Identity and Access Management\"\n gethomepage.dev/group: \"Tools\"\n gethomepage.dev/icon: \"zitadel.png\"\n \n hosts:\n - host: zitadel.365zon.fourlights.dev\n paths:\n - path: /\n pathType: Prefix\n\n"] Verify:false Version:"8.12.0" Wait:true WaitForJobs:true}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:33.380+0200" +2025-07-11T08:58:33.380+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Start: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 timestamp="2025-07-11T08:58:33.380+0200" +2025-07-11T08:58:33.380+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm KubernetesData=map[] tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:33.380+0200" +2025-07-11T08:58:33.380+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @module=helm configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:33.380+0200" +2025-07-11T08:58:33.380+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:33.380+0200" +2025-07-11T08:58:33.380+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Initial Values: Name=zitadel, Namespace=zitadel, Repository=https://charts.zitadel.com, Repository_Username=, Repository_Password=, Chart=zitadel: tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm timestamp="2025-07-11T08:58:33.380+0200" +2025-07-11T08:58:33.380+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Metadata has changes, setting to unknown: tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1799 tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 timestamp="2025-07-11T08:58:33.380+0200" +2025-07-11T08:58:33.380+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc0007a5560 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_rpc=PlanResourceChange tf_resource_type=helm_release timestamp="2025-07-11T08:58:33.380+0200" +2025-07-11T08:58:34.562+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Got chart: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_rpc=PlanResourceChange tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 @module=helm timestamp="2025-07-11T08:58:34.562+0200" +2025-07-11T08:58:34.562+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: tf_rpc=PlanResourceChange @module=helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_resource_type=helm_release timestamp="2025-07-11T08:58:34.562+0200" +2025-07-11T08:58:34.562+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Release validated: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 timestamp="2025-07-11T08:58:34.562+0200" +2025-07-11T08:58:34.562+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Done: @module=helm tf_req_id=37e0f305-2077-1f26-f889-a64eb52f4da5 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:34.562+0200" +2025-07-11T08:58:34.564+0200 [DEBUG] ReferenceTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin" references: [] +2025-07-11T08:58:34.564+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:34.566+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=972904 +2025-07-11T08:58:34.566+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:34.567+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file" references: [] +2025-07-11T08:58:34.567+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:34.569+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=972886 +2025-07-11T08:58:34.569+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:34.571+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=content_sha1 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=53595a94-09ef-2348-ac40-217b76e24f12 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=local_file tf_rpc=ReadResource timestamp="2025-07-11T08:58:34.571+0200" +2025-07-11T08:58:34.571+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ReadResource tf_attribute_path=id tf_req_id=53595a94-09ef-2348-ac40-217b76e24f12 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:34.571+0200" +2025-07-11T08:58:34.571+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=content tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=53595a94-09ef-2348-ac40-217b76e24f12 timestamp="2025-07-11T08:58:34.571+0200" +2025-07-11T08:58:34.571+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=content_sha512 tf_req_id=53595a94-09ef-2348-ac40-217b76e24f12 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file timestamp="2025-07-11T08:58:34.571+0200" +2025-07-11T08:58:34.571+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=content_md5 tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=ReadResource @module=sdk.framework tf_req_id=53595a94-09ef-2348-ac40-217b76e24f12 timestamp="2025-07-11T08:58:34.571+0200" +2025-07-11T08:58:34.571+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=filename tf_req_id=53595a94-09ef-2348-ac40-217b76e24f12 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ReadResource timestamp="2025-07-11T08:58:34.571+0200" +2025-07-11T08:58:34.571+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: tf_req_id=53595a94-09ef-2348-ac40-217b76e24f12 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=directory_permission tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file timestamp="2025-07-11T08:58:34.571+0200" +2025-07-11T08:58:34.571+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=content_sha256 tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_req_id=53595a94-09ef-2348-ac40-217b76e24f12 timestamp="2025-07-11T08:58:34.571+0200" +2025-07-11T08:58:34.571+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=file_permission tf_req_id=53595a94-09ef-2348-ac40-217b76e24f12 tf_resource_type=local_file tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2025-07-11T08:58:34.571+0200" +2025-07-11T08:58:34.571+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ReadResource tf_attribute_path=content_base64sha256 tf_req_id=53595a94-09ef-2348-ac40-217b76e24f12 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:58:34.571+0200" +2025-07-11T08:58:34.571+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ReadResource tf_attribute_path=content_base64sha512 tf_req_id=53595a94-09ef-2348-ac40-217b76e24f12 tf_resource_type=local_file timestamp="2025-07-11T08:58:34.571+0200" +2025-07-11T08:58:34.573+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Detected value change between proposed new state and prior state: tf_req_id=9daf7b81-26f5-da75-3d81-61fcd567627d tf_rpc=PlanResourceChange tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:220 @module=sdk.framework tf_attribute_path=content tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2025-07-11T08:58:34.573+0200" +2025-07-11T08:58:34.573+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:229 @module=sdk.framework tf_req_id=9daf7b81-26f5-da75-3d81-61fcd567627d tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:34.573+0200" +2025-07-11T08:58:34.573+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=9daf7b81-26f5-da75-3d81-61fcd567627d tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:480 tf_attribute_path="AttributeName(\"content_base64sha256\")" timestamp="2025-07-11T08:58:34.573+0200" +2025-07-11T08:58:34.573+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:480 tf_attribute_path="AttributeName(\"content_md5\")" tf_req_id=9daf7b81-26f5-da75-3d81-61fcd567627d @module=sdk.framework timestamp="2025-07-11T08:58:34.573+0200" +2025-07-11T08:58:34.574+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"content_sha1\")" tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:480 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=9daf7b81-26f5-da75-3d81-61fcd567627d timestamp="2025-07-11T08:58:34.574+0200" +2025-07-11T08:58:34.574+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"content_sha256\")" tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=9daf7b81-26f5-da75-3d81-61fcd567627d tf_resource_type=local_file @module=sdk.framework tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:480 timestamp="2025-07-11T08:58:34.574+0200" +2025-07-11T08:58:34.574+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"content_base64sha512\")" tf_req_id=9daf7b81-26f5-da75-3d81-61fcd567627d @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:480 @module=sdk.framework timestamp="2025-07-11T08:58:34.574+0200" +2025-07-11T08:58:34.574+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: marking computed attribute that is null in the config as unknown: tf_resource_type=local_file tf_attribute_path="AttributeName(\"id\")" tf_req_id=9daf7b81-26f5-da75-3d81-61fcd567627d tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:480 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2025-07-11T08:58:34.574+0200" +2025-07-11T08:58:34.574+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"content_sha512\")" tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=PlanResourceChange tf_req_id=9daf7b81-26f5-da75-3d81-61fcd567627d tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:480 @module=sdk.framework timestamp="2025-07-11T08:58:34.574+0200" +2025-07-11T08:58:34.575+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: @module=sdk.framework tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:229 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=552b9a7c-70bc-9f66-4444-e68201bf17d3 tf_resource_type=local_file timestamp="2025-07-11T08:58:34.575+0200" +2025-07-11T08:58:34.575+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:480 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_attribute_path="AttributeName(\"content_sha256\")" tf_req_id=552b9a7c-70bc-9f66-4444-e68201bf17d3 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:34.575+0200" +2025-07-11T08:58:34.575+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: marking computed attribute that is null in the config as unknown: tf_req_id=552b9a7c-70bc-9f66-4444-e68201bf17d3 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:480 tf_attribute_path="AttributeName(\"content_md5\")" timestamp="2025-07-11T08:58:34.575+0200" +2025-07-11T08:58:34.575+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_attribute_path="AttributeName(\"content_sha512\")" tf_req_id=552b9a7c-70bc-9f66-4444-e68201bf17d3 tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:480 timestamp="2025-07-11T08:58:34.575+0200" +2025-07-11T08:58:34.576+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"content_sha1\")" tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=552b9a7c-70bc-9f66-4444-e68201bf17d3 tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:480 timestamp="2025-07-11T08:58:34.575+0200" +2025-07-11T08:58:34.576+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:480 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_attribute_path="AttributeName(\"id\")" tf_req_id=552b9a7c-70bc-9f66-4444-e68201bf17d3 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:34.576+0200" +2025-07-11T08:58:34.576+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:480 tf_attribute_path="AttributeName(\"content_base64sha512\")" tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=552b9a7c-70bc-9f66-4444-e68201bf17d3 tf_resource_type=local_file tf_rpc=PlanResourceChange @module=sdk.framework timestamp="2025-07-11T08:58:34.576+0200" +2025-07-11T08:58:34.576+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"content_base64sha256\")" tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=552b9a7c-70bc-9f66-4444-e68201bf17d3 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:480 timestamp="2025-07-11T08:58:34.576+0200" +2025-07-11T08:58:34.577+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:34.578+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 id=972709 +2025-07-11T08:58:34.578+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:34.578+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:34.578+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:34.582+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:58:34.582+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=973275 +2025-07-11T08:58:34.582+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:58:34.590+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:34.590+0200" +2025-07-11T08:58:34.604+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:34.604+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin497433807 network=unix timestamp="2025-07-11T08:58:34.604+0200" +2025-07-11T08:58:34.613+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:34.613+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:34.618+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:58:34.618+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_req_id=7e2c3c24-88ad-13c7-d0c8-9d7490656eee tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:58:34.618+0200" +2025-07-11T08:58:34.618+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_req_id=7e2c3c24-88ad-13c7-d0c8-9d7490656eee @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=token tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:34.618+0200" +2025-07-11T08:58:34.618+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=sdk.framework tf_attribute_path=jwt_profile_file tf_req_id=7e2c3c24-88ad-13c7-d0c8-9d7490656eee tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:34.618+0200" +2025-07-11T08:58:34.618+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_req_id=7e2c3c24-88ad-13c7-d0c8-9d7490656eee @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=jwt_profile_file timestamp="2025-07-11T08:58:34.618+0200" +2025-07-11T08:58:34.618+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_mux_provider="*proto6server.Server" tf_req_id=7e2c3c24-88ad-13c7-d0c8-9d7490656eee @module=sdk.framework tf_attribute_path=jwt_profile_json tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:58:34.618+0200" +2025-07-11T08:58:34.618+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=jwt_profile_json tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_mux_provider="*proto6server.Server" tf_req_id=7e2c3c24-88ad-13c7-d0c8-9d7490656eee tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:34.618+0200" +2025-07-11T08:58:34.618+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=973291 +2025-07-11T08:58:34.618+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_rpc=ValidateProviderConfig tf_req_id=7e2c3c24-88ad-13c7-d0c8-9d7490656eee @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:58:34.618+0200" +2025-07-11T08:58:34.618+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:58:34.618+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=7e2c3c24-88ad-13c7-d0c8-9d7490656eee tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 timestamp="2025-07-11T08:58:34.618+0200" +2025-07-11T08:58:34.618+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=sdk.framework tf_attribute_path=domain tf_req_id=7e2c3c24-88ad-13c7-d0c8-9d7490656eee tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:34.618+0200" +2025-07-11T08:58:34.618+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=7e2c3c24-88ad-13c7-d0c8-9d7490656eee tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp="2025-07-11T08:58:34.618+0200" +2025-07-11T08:58:34.618+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=insecure tf_mux_provider="*proto6server.Server" tf_req_id=7e2c3c24-88ad-13c7-d0c8-9d7490656eee @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T08:58:34.618+0200" +2025-07-11T08:58:34.618+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=insecure tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=7e2c3c24-88ad-13c7-d0c8-9d7490656eee tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp="2025-07-11T08:58:34.618+0200" +2025-07-11T08:58:34.625+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:34.625+0200" +2025-07-11T08:58:34.637+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:34.637+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin1307581239 network=unix timestamp="2025-07-11T08:58:34.637+0200" +2025-07-11T08:58:34.645+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:34.645+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:34.645+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Provider Configure: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:12 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=8e9bbc65-9111-d10b-1698-3c63a12803a8 tf_rpc=ConfigureProvider tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:58:34.645+0200" +2025-07-11T08:58:34.645+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Provider Configure: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:20 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=8e9bbc65-9111-d10b-1698-3c63a12803a8 tf_rpc=ConfigureProvider timestamp="2025-07-11T08:58:34.645+0200" +2025-07-11T08:58:34.649+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:58:34.649+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=973303 +2025-07-11T08:58:34.649+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:58:34.657+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:34.656+0200" +2025-07-11T08:58:34.668+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:34.668+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin604241760 network=unix timestamp="2025-07-11T08:58:34.668+0200" +2025-07-11T08:58:34.682+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=38d0ab82-e6f6-9b69-404f-06a30ce558ec @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=jwt_profile_file timestamp="2025-07-11T08:58:34.682+0200" +2025-07-11T08:58:34.682+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_rpc=ValidateProviderConfig tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=38d0ab82-e6f6-9b69-404f-06a30ce558ec timestamp="2025-07-11T08:58:34.682+0200" +2025-07-11T08:58:34.682+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_mux_provider="*proto6server.Server" @module=sdk.framework tf_attribute_path=jwt_profile_json tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=38d0ab82-e6f6-9b69-404f-06a30ce558ec tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T08:58:34.682+0200" +2025-07-11T08:58:34.682+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=38d0ab82-e6f6-9b69-404f-06a30ce558ec tf_attribute_path=jwt_profile_json tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:58:34.682+0200" +2025-07-11T08:58:34.682+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=insecure tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=b1d4c2c7-2646-9253-4ff4-1d6c180ce1c1 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T08:58:34.682+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_req_id=38d0ab82-e6f6-9b69-404f-06a30ce558ec tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:34.682+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=38d0ab82-e6f6-9b69-404f-06a30ce558ec tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:34.682+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=insecure tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=b1d4c2c7-2646-9253-4ff4-1d6c180ce1c1 @module=sdk.framework tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:58:34.682+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=38d0ab82-e6f6-9b69-404f-06a30ce558ec @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:34.682+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_req_id=38d0ab82-e6f6-9b69-404f-06a30ce558ec tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:58:34.682+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=insecure tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_mux_provider="*proto6server.Server" tf_req_id=38d0ab82-e6f6-9b69-404f-06a30ce558ec timestamp="2025-07-11T08:58:34.683+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=insecure tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=38d0ab82-e6f6-9b69-404f-06a30ce558ec tf_rpc=ValidateProviderConfig @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 timestamp="2025-07-11T08:58:34.683+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=38d0ab82-e6f6-9b69-404f-06a30ce558ec @module=sdk.framework tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:34.683+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @module=sdk.framework tf_req_id=38d0ab82-e6f6-9b69-404f-06a30ce558ec timestamp="2025-07-11T08:58:34.683+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=token @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=b1d4c2c7-2646-9253-4ff4-1d6c180ce1c1 tf_rpc=ValidateProviderConfig @module=sdk.framework timestamp="2025-07-11T08:58:34.682+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=b1d4c2c7-2646-9253-4ff4-1d6c180ce1c1 @module=sdk.framework tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:34.682+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=jwt_profile_file tf_req_id=b1d4c2c7-2646-9253-4ff4-1d6c180ce1c1 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T08:58:34.682+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_req_id=b1d4c2c7-2646-9253-4ff4-1d6c180ce1c1 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:34.682+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=jwt_profile_json tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=b1d4c2c7-2646-9253-4ff4-1d6c180ce1c1 tf_rpc=ValidateProviderConfig @module=sdk.framework timestamp="2025-07-11T08:58:34.682+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=jwt_profile_json tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_mux_provider="*proto6server.Server" tf_req_id=b1d4c2c7-2646-9253-4ff4-1d6c180ce1c1 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:58:34.682+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=b1d4c2c7-2646-9253-4ff4-1d6c180ce1c1 tf_rpc=ValidateProviderConfig tf_attribute_path=port tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:58:34.683+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig tf_attribute_path=port tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=b1d4c2c7-2646-9253-4ff4-1d6c180ce1c1 timestamp="2025-07-11T08:58:34.683+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=b1d4c2c7-2646-9253-4ff4-1d6c180ce1c1 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=domain timestamp="2025-07-11T08:58:34.683+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=b1d4c2c7-2646-9253-4ff4-1d6c180ce1c1 tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=domain tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:58:34.683+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Provider Configure: tf_req_id=5a8e1987-afb9-6b84-3317-191ef639e185 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:12 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:58:34.683+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Provider Configure: tf_req_id=56bbb8b0-af79-16f6-3e9e-e1ec30275211 tf_rpc=ConfigureProvider @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:12 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:58:34.683+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Provider Configure: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=5a8e1987-afb9-6b84-3317-191ef639e185 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:20 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_rpc=ConfigureProvider timestamp="2025-07-11T08:58:34.683+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Provider Configure: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=56bbb8b0-af79-16f6-3e9e-e1ec30275211 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:20 @module=sdk.framework tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:58:34.683+0200" +2025-07-11T08:58:34.683+0200 [DEBUG] Resource instance state not found for node "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default", instance module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default +2025-07-11T08:58:34.683+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default" references: [] +2025-07-11T08:58:34.683+0200 [DEBUG] refresh: module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default: no state, so not refreshing +2025-07-11T08:58:34.685+0200 [DEBUG] Resource instance state not found for node "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default", instance module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default +2025-07-11T08:58:34.685+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default" references: [] +2025-07-11T08:58:34.685+0200 [DEBUG] Resource instance state not found for node "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default", instance module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default +2025-07-11T08:58:34.685+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default" references: [] +2025-07-11T08:58:34.685+0200 [DEBUG] refresh: module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default: no state, so not refreshing +2025-07-11T08:58:34.685+0200 [DEBUG] Resource instance state not found for node "module.zitadel-argocd.zitadel_action.groups-claim", instance module.zitadel-argocd.zitadel_action.groups-claim +2025-07-11T08:58:34.685+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_action.groups-claim" references: [] +2025-07-11T08:58:34.686+0200 [DEBUG] refresh: module.zitadel-argocd.zitadel_action.groups-claim: no state, so not refreshing +2025-07-11T08:58:34.686+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default +2025-07-11T08:58:34.686+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default" references: [] +2025-07-11T08:58:34.686+0200 [DEBUG] refresh: module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default: no state, so not refreshing +2025-07-11T08:58:34.686+0200 [DEBUG] Resource instance state not found for node "module.zitadel-argocd.module.zitadel_project.zitadel_project.default", instance module.zitadel-argocd.module.zitadel_project.zitadel_project.default +2025-07-11T08:58:34.686+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default" references: [] +2025-07-11T08:58:34.686+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default: no state, so not refreshing +2025-07-11T08:58:34.686+0200 [DEBUG] refresh: module.zitadel-argocd.module.zitadel_project.zitadel_project.default: no state, so not refreshing +2025-07-11T08:58:34.687+0200 [DEBUG] Resource instance state not found for node "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token", instance module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token +2025-07-11T08:58:34.687+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token" references: [] +2025-07-11T08:58:34.687+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default, 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: + - .gender: planned value cty.StringVal("GENDER_UNSPECIFIED") for a non-computed attribute + - .preferred_language: planned value cty.StringVal("und") for a non-computed attribute +2025-07-11T08:58:34.688+0200 [DEBUG] Resource instance state not found for node "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info", instance module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info +2025-07-11T08:58:34.688+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info" references: [] +2025-07-11T08:58:34.688+0200 [DEBUG] refresh: module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token: no state, so not refreshing +2025-07-11T08:58:34.688+0200 [DEBUG] refresh: module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info: no state, so not refreshing +2025-07-11T08:58:34.688+0200 [DEBUG] Resource instance state not found for node "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default", instance module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default +2025-07-11T08:58:34.688+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default" references: [] +2025-07-11T08:58:34.688+0200 [DEBUG] refresh: module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default: no state, so not refreshing +2025-07-11T08:58:34.689+0200 [DEBUG] Resource instance state not found for node "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default", instance module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default +2025-07-11T08:58:34.689+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default" references: [] +2025-07-11T08:58:34.689+0200 [DEBUG] Resource instance state not found for node "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0]", instance module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0] +2025-07-11T08:58:34.689+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0]" references: [] +2025-07-11T08:58:34.689+0200 [DEBUG] refresh: module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default: no state, so not refreshing +2025-07-11T08:58:34.689+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token, 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: + - .action_ids: planned value cty.UnknownVal(cty.Set(cty.String)) does not match config value cty.SetVal([]cty.Value{cty.UnknownVal(cty.String)}) +2025-07-11T08:58:34.689+0200 [DEBUG] Resource instance state not found for node "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]", instance module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0] +2025-07-11T08:58:34.689+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]" references: [] +2025-07-11T08:58:34.689+0200 [DEBUG] Resource instance state not found for node "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default", instance module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default +2025-07-11T08:58:34.689+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default" references: [] +2025-07-11T08:58:34.690+0200 [DEBUG] refresh: module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0]: no state, so not refreshing +2025-07-11T08:58:34.690+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info, 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: + - .action_ids: planned value cty.UnknownVal(cty.Set(cty.String)) does not match config value cty.SetVal([]cty.Value{cty.UnknownVal(cty.String)}) +2025-07-11T08:58:34.690+0200 [DEBUG] refresh: module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]: no state, so not refreshing +2025-07-11T08:58:34.690+0200 [DEBUG] Resource instance state not found for node "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default", instance module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default +2025-07-11T08:58:34.690+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [] +2025-07-11T08:58:34.690+0200 [DEBUG] refresh: module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default: no state, so not refreshing +2025-07-11T08:58:34.690+0200 [DEBUG] Resource instance state not found for node "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0]", instance module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0] +2025-07-11T08:58:34.690+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default, 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: + - .idps: planned value cty.UnknownVal(cty.Set(cty.String)) does not match config value cty.SetVal([]cty.Value{cty.UnknownVal(cty.String)}) +2025-07-11T08:58:34.690+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0]" references: [] +2025-07-11T08:58:34.690+0200 [DEBUG] refresh: module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default: no state, so not refreshing +2025-07-11T08:58:34.690+0200 [DEBUG] refresh: module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0]: no state, so not refreshing +2025-07-11T08:58:34.691+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0] +2025-07-11T08:58:34.691+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]" references: [] +2025-07-11T08:58:34.691+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]: no state, so not refreshing +2025-07-11T08:58:34.691+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:34.691+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default, 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: + - .version: planned value cty.StringVal("OIDC_VERSION_1_0") for a non-computed attribute + - .clock_skew: planned value cty.StringVal("0s") for a non-computed attribute +2025-07-11T08:58:34.692+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=973303 +2025-07-11T08:58:34.693+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:34.693+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:34.694+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7] +2025-07-11T08:58:34.694+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0] +2025-07-11T08:58:34.694+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1] +2025-07-11T08:58:34.694+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2] +2025-07-11T08:58:34.694+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3] +2025-07-11T08:58:34.694+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4] +2025-07-11T08:58:34.694+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5] +2025-07-11T08:58:34.694+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6] +2025-07-11T08:58:34.694+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]" references: [] +2025-07-11T08:58:34.694+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1]" references: [] +2025-07-11T08:58:34.694+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=973275 +2025-07-11T08:58:34.694+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2]" references: [] +2025-07-11T08:58:34.694+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:34.694+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3]" references: [] +2025-07-11T08:58:34.694+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4]" references: [] +2025-07-11T08:58:34.694+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]" references: [] +2025-07-11T08:58:34.694+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]" references: [] +2025-07-11T08:58:34.694+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7]" references: [] +2025-07-11T08:58:34.694+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7]: no state, so not refreshing +2025-07-11T08:58:34.694+0200 [DEBUG] Resource instance state not found for node "module.argocd.data.external.processed_values", instance module.argocd.data.external.processed_values +2025-07-11T08:58:34.694+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.external.processed_values" references: [] +2025-07-11T08:58:34.694+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4]: no state, so not refreshing +2025-07-11T08:58:34.694+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]: no state, so not refreshing +2025-07-11T08:58:34.694+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2]: no state, so not refreshing +2025-07-11T08:58:34.694+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]: no state, so not refreshing +2025-07-11T08:58:34.694+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]: no state, so not refreshing +2025-07-11T08:58:34.694+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1]: no state, so not refreshing +2025-07-11T08:58:34.694+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3]: no state, so not refreshing +2025-07-11T08:58:34.695+0200 [DEBUG] Resource instance state not found for node "module.argocd.helm_release.argocd", instance module.argocd.helm_release.argocd +2025-07-11T08:58:34.695+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd" references: [] +2025-07-11T08:58:34.695+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:34.696+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 id=972681 +2025-07-11T08:58:34.696+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:34.696+0200 [DEBUG] refresh: module.argocd.helm_release.argocd: no state, so not refreshing +2025-07-11T08:58:34.696+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:34.697+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0008621c0 Settings:0xc000868120 RegistryClient:0xc000828580 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a05c528b-81d8-078d-acb1-b36e9cf664c2 tf_resource_type=helm_release tf_rpc=ValidateResourceConfig @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm timestamp="2025-07-11T08:58:34.697+0200" +2025-07-11T08:58:34.697+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0] +2025-07-11T08:58:34.697+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]" references: [] +2025-07-11T08:58:34.697+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]: no state, so not refreshing +2025-07-11T08:58:34.699+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0] +2025-07-11T08:58:34.699+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1] +2025-07-11T08:58:34.699+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0]" references: [] +2025-07-11T08:58:34.699+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]" references: [] +2025-07-11T08:58:34.699+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0]: no state, so not refreshing +2025-07-11T08:58:34.699+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]: no state, so not refreshing +2025-07-11T08:58:34.699+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0008621c0 Settings:0xc000868120 RegistryClient:0xc000828580 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_req_id=a52c29ac-34a5-f074-b61a-909a296f7ef5 tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:34.699+0200" +2025-07-11T08:58:34.700+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default +2025-07-11T08:58:34.700+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [] +2025-07-11T08:58:34.700+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default: no state, so not refreshing +2025-07-11T08:58:34.700+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:250 tf_req_id=a52c29ac-34a5-f074-b61a-909a296f7ef5 timestamp="2025-07-11T08:58:34.700+0200" +2025-07-11T08:58:34.701+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a52c29ac-34a5-f074-b61a-909a296f7ef5 tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"id\")" timestamp="2025-07-11T08:58:34.700+0200" +2025-07-11T08:58:34.701+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"metadata\")" tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a52c29ac-34a5-f074-b61a-909a296f7ef5 tf_resource_type=helm_release @module=sdk.framework timestamp="2025-07-11T08:58:34.701+0200" +2025-07-11T08:58:34.701+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_req_id=a52c29ac-34a5-f074-b61a-909a296f7ef5 tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"manifest\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:34.701+0200" +2025-07-11T08:58:34.701+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"status\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a52c29ac-34a5-f074-b61a-909a296f7ef5 timestamp="2025-07-11T08:58:34.701+0200" +2025-07-11T08:58:34.703+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:58:34.703+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default" references: [] +2025-07-11T08:58:34.703+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default: no state, so not refreshing +2025-07-11T08:58:34.704+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"argo-cd" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID: Keyring: Lint:false Manifest: MaxHistory:0 Metadata: Name:"argocd" Namespace:"argocd" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive:[{"name":"config.secret.argocdServerAdminPassword","type":,"value":"3w=tr!042qbxD7d?22Ayj(WFW6qRi@N)yRUJ8KQ:eEDAStFZ"}] SkipCrds:false Status: Timeout:300 Values:[] Verify:false Version:"7.0.20" Wait:true WaitForJobs:true}: @module=helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a52c29ac-34a5-f074-b61a-909a296f7ef5 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:34.704+0200" +2025-07-11T08:58:34.704+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: : tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a52c29ac-34a5-f074-b61a-909a296f7ef5 timestamp="2025-07-11T08:58:34.704+0200" +2025-07-11T08:58:34.704+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Start: tf_req_id=a52c29ac-34a5-f074-b61a-909a296f7ef5 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:34.704+0200" +2025-07-11T08:58:34.704+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a52c29ac-34a5-f074-b61a-909a296f7ef5 tf_rpc=PlanResourceChange @module=helm KubernetesData=map[] tf_resource_type=helm_release timestamp="2025-07-11T08:58:34.704+0200" +2025-07-11T08:58:34.704+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api +2025-07-11T08:58:34.705+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api" references: [] +2025-07-11T08:58:34.705+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api: no state, so not refreshing +2025-07-11T08:58:34.705+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm tf_req_id=a52c29ac-34a5-f074-b61a-909a296f7ef5 timestamp="2025-07-11T08:58:34.705+0200" +2025-07-11T08:58:34.705+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_rpc=PlanResourceChange tf_req_id=a52c29ac-34a5-f074-b61a-909a296f7ef5 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:34.705+0200" +2025-07-11T08:58:34.705+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Initial Values: Name=argocd, Namespace=argocd, Repository=https://charts.bitnami.com/bitnami, Repository_Username=, Repository_Password=, Chart=argo-cd: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 tf_req_id=a52c29ac-34a5-f074-b61a-909a296f7ef5 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:34.705+0200" +2025-07-11T08:58:34.705+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Metadata has changes, setting to unknown: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1799 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a52c29ac-34a5-f074-b61a-909a296f7ef5 tf_resource_type=helm_release @module=helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:34.705+0200" +2025-07-11T08:58:34.705+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:58:34.705+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc000868240 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a52c29ac-34a5-f074-b61a-909a296f7ef5 tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 @module=helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:34.705+0200" +2025-07-11T08:58:34.705+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [] +2025-07-11T08:58:34.705+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default: no state, so not refreshing +2025-07-11T08:58:34.707+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:58:34.707+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default" references: [] +2025-07-11T08:58:34.707+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default: no state, so not refreshing +2025-07-11T08:58:34.707+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default, 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: + - .version: planned value cty.StringVal("OIDC_VERSION_1_0") for a non-computed attribute + - .clock_skew: planned value cty.StringVal("0s") for a non-computed attribute +2025-07-11T08:58:34.708+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent +2025-07-11T08:58:34.708+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent" references: [] +2025-07-11T08:58:34.708+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent: no state, so not refreshing +2025-07-11T08:58:34.708+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api, 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: + - .data: sensitive planned value does not match config value + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:58:34.709+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api +2025-07-11T08:58:34.709+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api" references: [] +2025-07-11T08:58:34.709+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default +2025-07-11T08:58:34.709+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default" references: [] +2025-07-11T08:58:34.709+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api: no state, so not refreshing +2025-07-11T08:58:34.709+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:58:34.709+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [] +2025-07-11T08:58:34.709+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default: no state, so not refreshing +2025-07-11T08:58:34.709+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default: no state, so not refreshing +2025-07-11T08:58:34.710+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent, 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: + - .data: sensitive planned value does not match config value + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:58:34.711+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default, 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: + - .version: planned value cty.StringVal("OIDC_VERSION_1_0") for a non-computed attribute + - .clock_skew: planned value cty.StringVal("0s") for a non-computed attribute +2025-07-11T08:58:34.712+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api, 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .data: sensitive planned value does not match config value +2025-07-11T08:58:34.712+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0] +2025-07-11T08:58:34.712+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]" references: [] +2025-07-11T08:58:34.712+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent +2025-07-11T08:58:34.712+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent" references: [] +2025-07-11T08:58:34.712+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]: no state, so not refreshing +2025-07-11T08:58:34.712+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:58:34.712+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default" references: [] +2025-07-11T08:58:34.712+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent: no state, so not refreshing +2025-07-11T08:58:34.713+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default: no state, so not refreshing +2025-07-11T08:58:34.714+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0], 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: + - .data: sensitive planned value does not match config value + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:58:34.714+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent, 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: + - .data: sensitive planned value does not match config value + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:58:34.715+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:58:34.715+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default" references: [] +2025-07-11T08:58:34.715+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default: no state, so not refreshing +2025-07-11T08:58:34.716+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api +2025-07-11T08:58:34.716+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api" references: [] +2025-07-11T08:58:34.716+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default +2025-07-11T08:58:34.716+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default" references: [] +2025-07-11T08:58:34.716+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api: no state, so not refreshing +2025-07-11T08:58:34.716+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:58:34.716+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [] +2025-07-11T08:58:34.716+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default: no state, so not refreshing +2025-07-11T08:58:34.716+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default: no state, so not refreshing +2025-07-11T08:58:34.718+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:58:34.718+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default" references: [] +2025-07-11T08:58:34.718+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0] +2025-07-11T08:58:34.718+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default, 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: + - .clock_skew: planned value cty.StringVal("0s") for a non-computed attribute + - .version: planned value cty.StringVal("OIDC_VERSION_1_0") for a non-computed attribute +2025-07-11T08:58:34.718+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]" references: [] +2025-07-11T08:58:34.718+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default: no state, so not refreshing +2025-07-11T08:58:34.718+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api, 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .data: sensitive planned value does not match config value +2025-07-11T08:58:34.718+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]: no state, so not refreshing +2025-07-11T08:58:34.719+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent +2025-07-11T08:58:34.719+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent" references: [] +2025-07-11T08:58:34.719+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent: no state, so not refreshing +2025-07-11T08:58:34.720+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0], 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .data: sensitive planned value does not match config value +2025-07-11T08:58:34.720+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent, 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: + - .data: sensitive planned value does not match config value + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:58:34.721+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:58:34.721+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default" references: [] +2025-07-11T08:58:34.721+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default: no state, so not refreshing +2025-07-11T08:58:34.722+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api +2025-07-11T08:58:34.722+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api" references: [] +2025-07-11T08:58:34.722+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:58:34.722+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [] +2025-07-11T08:58:34.722+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default +2025-07-11T08:58:34.722+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default" references: [] +2025-07-11T08:58:34.722+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api: no state, so not refreshing +2025-07-11T08:58:34.723+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default: no state, so not refreshing +2025-07-11T08:58:34.723+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default: no state, so not refreshing +2025-07-11T08:58:34.724+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api, 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .data: sensitive planned value does not match config value +2025-07-11T08:58:34.724+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default, 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: + - .clock_skew: planned value cty.StringVal("0s") for a non-computed attribute + - .version: planned value cty.StringVal("OIDC_VERSION_1_0") for a non-computed attribute +2025-07-11T08:58:34.724+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0] +2025-07-11T08:58:34.724+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]" references: [] +2025-07-11T08:58:34.724+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]: no state, so not refreshing +2025-07-11T08:58:34.724+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:58:34.724+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default" references: [] +2025-07-11T08:58:34.724+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default: no state, so not refreshing +2025-07-11T08:58:34.725+0200 [DEBUG] Resource instance state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent +2025-07-11T08:58:34.725+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent" references: [] +2025-07-11T08:58:34.725+0200 [DEBUG] refresh: module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent: no state, so not refreshing +2025-07-11T08:58:34.726+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0], 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: + - .data: sensitive planned value does not match config value + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:58:34.726+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:34.726+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent, 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: + - .data: sensitive planned value does not match config value + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:58:34.727+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=973291 +2025-07-11T08:58:34.727+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:34.728+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:34.730+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=972804 +2025-07-11T08:58:34.730+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:39.912+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Got chart: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 @module=helm tf_req_id=a52c29ac-34a5-f074-b61a-909a296f7ef5 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:39.911+0200" +2025-07-11T08:58:39.912+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: @module=helm tf_req_id=a52c29ac-34a5-f074-b61a-909a296f7ef5 tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 timestamp="2025-07-11T08:58:39.911+0200" +2025-07-11T08:58:39.912+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Release validated: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 tf_req_id=a52c29ac-34a5-f074-b61a-909a296f7ef5 timestamp="2025-07-11T08:58:39.911+0200" +2025-07-11T08:58:39.912+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Done: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=a52c29ac-34a5-f074-b61a-909a296f7ef5 tf_rpc=PlanResourceChange @module=helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 timestamp="2025-07-11T08:58:39.911+0200" +2025-07-11T08:58:39.913+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:39.913+0200 [DEBUG] Resource instance state not found for node "module.monitoring.helm_release.kube_prometheus_stack", instance module.monitoring.helm_release.kube_prometheus_stack +2025-07-11T08:58:39.914+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack" references: [] +2025-07-11T08:58:39.919+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=972756 +2025-07-11T08:58:39.919+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:39.919+0200 [DEBUG] refresh: module.monitoring.helm_release.kube_prometheus_stack: no state, so not refreshing +2025-07-11T08:58:39.919+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:39.921+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000710380 Settings:0xc000757440 RegistryClient:0xc000762500 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_req_id=9383f748-419b-58d4-1672-4fdc642f11b3 tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ValidateResourceConfig timestamp="2025-07-11T08:58:39.921+0200" +2025-07-11T08:58:39.922+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000710380 Settings:0xc000757440 RegistryClient:0xc000762500 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_req_id=8f68cd8e-e5ae-a3d4-8d10-c78cd06a6483 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:39.922+0200" +2025-07-11T08:58:39.923+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:250 tf_req_id=8f68cd8e-e5ae-a3d4-8d10-c78cd06a6483 tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:39.923+0200" +2025-07-11T08:58:39.923+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"id\")" tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_req_id=8f68cd8e-e5ae-a3d4-8d10-c78cd06a6483 timestamp="2025-07-11T08:58:39.923+0200" +2025-07-11T08:58:39.923+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"metadata\")" tf_req_id=8f68cd8e-e5ae-a3d4-8d10-c78cd06a6483 tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:39.923+0200" +2025-07-11T08:58:39.924+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"status\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8f68cd8e-e5ae-a3d4-8d10-c78cd06a6483 tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_resource_type=helm_release timestamp="2025-07-11T08:58:39.924+0200" +2025-07-11T08:58:39.924+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"manifest\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_req_id=8f68cd8e-e5ae-a3d4-8d10-c78cd06a6483 tf_resource_type=helm_release timestamp="2025-07-11T08:58:39.924+0200" +2025-07-11T08:58:39.927+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"kube-prometheus-stack" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID: Keyring: Lint:false Manifest: MaxHistory:0 Metadata: Name:"monitoring" Namespace:"monitoring" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://prometheus-community.github.io/helm-charts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status: Timeout:300 Values:["additionalPrometheusRulesMap:\n custom-app-rules:\n groups:\n - name: aspnetcore\n interval: 30s\n rules:\n - alert: HighRequestLatency\n expr: histogram_quantile(0.95, http_request_duration_seconds_bucket) > 0.5\n for: 5m\n labels:\n severity: warning\n annotations:\n summary: \"High request latency on {{ $labels.instance }}\"\n description: \"95th percentile latency is above 500ms (current value: {{ $value }}s)\"\n - alert: HighErrorRate\n expr: 'rate(http_requests_total{status=~\"5..\"}[5m]) > 0.05'\n for: 5m\n labels:\n severity: critical\n annotations:\n summary: \"High error rate on {{ $labels.instance }}\"\n description: \"Error rate is above 5% (current value: {{ $value }})\"\n \nprometheus:\n prometheusSpec:\n retention: 24h\n retentionSize: 10GB\n\n resources:\n requests:\n memory: 200Mi\n cpu: 100m\n limits:\n memory: 500Mi\n cpu: 500m\n\n # Remote write to VictoriaMetrics\n remoteWrite:\n - url: https://metrics.binarysunset.dev/api/v1/write\n basicAuth:\n username:\n name: prometheus-remote-write-auth\n key: username\n password:\n name: prometheus-remote-write-auth\n key: password\n writeRelabelConfigs:\n - sourceLabels: [\"__name__\"]\n regex: \"(up|kube_.*|container_.*|node_.*|http_.*|process_.*)\"\n action: keep\n\n # Remote read from VictoriaMetrics for old data\n remoteRead:\n - url: https://metrics.binarysunset.dev/api/v1/read\n basicAuth:\n username:\n name: prometheus-remote-write-auth\n key: username\n password:\n name: prometheus-remote-write-auth\n key: password\n readRecent: false # Only read data older than local retention\n\nalertmanager:\n enabled: true\n alertmanagerSpec:\n replicas: 1\n resources:\n requests:\n memory: 50Mi\n cpu: 10m\n limits:\n memory: 150Mi\n cpu: 100m\n retention: 24h\n\ngrafana:\n resources:\n requests:\n memory: 100Mi\n cpu: 50m\n limits:\n memory: 300Mi\n cpu: 200m\n persistence:\n enabled: true\n size: 1Gi\n adminUser: admin\n adminPassword: acf0vJ0XUVECnChUTU1u6WCBUeXXJVKB2qwpsWQH\n\nkubeStateMetrics:\n resources:\n requests:\n memory: 50Mi\n cpu: 10m\n limits:\n memory: 150Mi\n cpu: 100m\n\nnodeExporter:\n resources:\n requests:\n memory: 30Mi\n cpu: 10m\n limits:\n memory: 100Mi\n cpu: 100m\n\nprometheusOperator:\n resources:\n requests:\n memory: 100Mi\n cpu: 50m\n limits:\n memory: 300Mi\n cpu: 200m\n\ndefaultRules:\n create: true\n rules:\n alertmanager: true\n etcd: false\n general: true\n k8s: true\n kubernetesApps: true\n kubernetesResources: true\n kubernetesStorage: true\n kubernetesSystem: true\n node: true\n prometheus: true"] Verify:false Version:"75.9.0" Wait:true WaitForJobs:false}: tf_req_id=8f68cd8e-e5ae-a3d4-8d10-c78cd06a6483 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:39.927+0200" +2025-07-11T08:58:39.927+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: : tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 tf_req_id=8f68cd8e-e5ae-a3d4-8d10-c78cd06a6483 tf_rpc=PlanResourceChange @module=helm timestamp="2025-07-11T08:58:39.927+0200" +2025-07-11T08:58:39.927+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Start: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 tf_req_id=8f68cd8e-e5ae-a3d4-8d10-c78cd06a6483 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:39.927+0200" +2025-07-11T08:58:39.927+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 KubernetesData=map[] tf_req_id=8f68cd8e-e5ae-a3d4-8d10-c78cd06a6483 tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:39.927+0200" +2025-07-11T08:58:39.927+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange tf_req_id=8f68cd8e-e5ae-a3d4-8d10-c78cd06a6483 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm configPaths=[] timestamp="2025-07-11T08:58:39.927+0200" +2025-07-11T08:58:39.927+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8f68cd8e-e5ae-a3d4-8d10-c78cd06a6483 tf_rpc=PlanResourceChange @module=helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:39.927+0200" +2025-07-11T08:58:39.927+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Initial Values: Name=monitoring, Namespace=monitoring, Repository=https://prometheus-community.github.io/helm-charts, Repository_Username=, Repository_Password=, Chart=kube-prometheus-stack: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8f68cd8e-e5ae-a3d4-8d10-c78cd06a6483 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm timestamp="2025-07-11T08:58:39.927+0200" +2025-07-11T08:58:39.927+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Metadata has changes, setting to unknown: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1799 @module=helm tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8f68cd8e-e5ae-a3d4-8d10-c78cd06a6483 timestamp="2025-07-11T08:58:39.927+0200" +2025-07-11T08:58:39.927+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc000757560 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=8f68cd8e-e5ae-a3d4-8d10-c78cd06a6483 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:39.927+0200" +2025-07-11T08:58:44.526+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Got chart: tf_req_id=8f68cd8e-e5ae-a3d4-8d10-c78cd06a6483 tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 timestamp="2025-07-11T08:58:44.526+0200" +2025-07-11T08:58:44.526+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8f68cd8e-e5ae-a3d4-8d10-c78cd06a6483 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 @module=helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:44.526+0200" +2025-07-11T08:58:44.526+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Release validated: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8f68cd8e-e5ae-a3d4-8d10-c78cd06a6483 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 @module=helm timestamp="2025-07-11T08:58:44.526+0200" +2025-07-11T08:58:44.526+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Done: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 @module=helm tf_req_id=8f68cd8e-e5ae-a3d4-8d10-c78cd06a6483 tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:44.526+0200" +2025-07-11T08:58:44.528+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:44.531+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=972822 +2025-07-11T08:58:44.531+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:44.532+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:44.533+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 id=972697 +2025-07-11T08:58:44.533+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:44.544+0200 [DEBUG] building apply graph to check for errors +2025-07-11T08:58:44.549+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0] +2025-07-11T08:58:44.549+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:58:44.549+0200 [DEBUG] Resource state not found for node "module.monitoring.helm_release.kube_prometheus_stack", instance module.monitoring.helm_release.kube_prometheus_stack +2025-07-11T08:58:44.549+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:58:44.549+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default +2025-07-11T08:58:44.549+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0] +2025-07-11T08:58:44.549+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.zitadel_action.groups-claim", instance module.zitadel-argocd.zitadel_action.groups-claim +2025-07-11T08:58:44.549+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default +2025-07-11T08:58:44.549+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent +2025-07-11T08:58:44.549+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token", instance module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token +2025-07-11T08:58:44.549+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:58:44.549+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5] +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.zitadel.data.kubernetes_secret.zitadel_admin", instance module.zitadel.data.kubernetes_secret.zitadel_admin +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default", instance module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.argocd.helm_release.argocd", instance module.argocd.helm_release.argocd +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default", instance module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0] +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0] +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0]", instance module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0] +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default", instance module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0]", instance module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0] +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default", instance module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.argocd.data.external.processed_values", instance module.argocd.data.external.processed_values +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0] +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6] +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default", instance module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project.zitadel_project.default", instance module.zitadel-argocd.module.zitadel_project.zitadel_project.default +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3] +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0] +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default", instance module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2] +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1] +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1] +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]", instance module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0] +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0] +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info", instance module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default", instance module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4] +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7] +2025-07-11T08:58:44.550+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api +2025-07-11T08:58:44.556+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/local"], implied first by module.zitadel.local_file.zitadel_jwt_profile_file (expand) +2025-07-11T08:58:44.556+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/zitadel/zitadel"], implied first by module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:58:44.556+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/random"], implied first by module.postgresql.random_password.postgresql_user_password (expand) +2025-07-11T08:58:44.556+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/external"], implied first by module.argocd.data.external.processed_values +2025-07-11T08:58:44.556+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/null"], implied first by module.tenant-365zon.module.minio.null_resource.health_check (expand) +2025-07-11T08:58:44.557+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.557+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.557+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.557+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_replica_set_key (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:44.557+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.557+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.557+0200 [DEBUG] ProviderTransformer: "module.monitoring.random_password.grafana_admin_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:44.557+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.557+0200 [DEBUG] ProviderTransformer: "module.argocd.random_password.admin_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:44.557+0200 [DEBUG] ProviderTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn (expand)" (*terraform.nodeExpandApplyableResource) needs module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:44.557+0200 [DEBUG] ProviderTransformer: "module.zitadel.helm_release.zitadel (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:44.557+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.minio.helm_release.minio (expand)" (*terraform.nodeExpandApplyableResource) needs module.minio.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin" (*terraform.NodeApplyableResourceInstance) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.zitadel.random_password.zitadel_masterkey (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_user_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_action.groups-claim" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.random_password.password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/local"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_namespace.argocd (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.redis.random_password.redis (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "data.minio_s3_object.k8s_yaml (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_namespace.mongodb (expand)" (*terraform.nodeExpandApplyableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_secret.argocd-tls (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.zitadel.helm_release.zitadel[0]" (*terraform.NodeApplyableResourceInstance) needs module.zitadel.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_secret.postgresql_auth (expand)" (*terraform.nodeExpandApplyableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_namespace.monitoring" (*terraform.NodeApplyableResourceInstance) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_secret.redis (expand)" (*terraform.nodeExpandApplyableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.argocd.helm_release.argocd (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_secret.mongodb_auth (expand)" (*terraform.nodeExpandApplyableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.random_password.tenant (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.null_resource.health_check (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/null"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.argocd.data.external.processed_values (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/external"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.558+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_access_key (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/local"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.postgresql.helm_release.postgresql (expand)" (*terraform.nodeExpandApplyableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_root_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_namespace.postgresql (expand)" (*terraform.nodeExpandApplyableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.redis.helm_release.redis (expand)" (*terraform.nodeExpandApplyableResource) needs module.redis.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.monitoring.helm_release.kube_prometheus_stack" (*terraform.NodeApplyableResourceInstance) needs module.monitoring.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.argocd.data.external.processed_values" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/external"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)" (*terraform.nodeExpandApplyableResource) needs module.cluster-init.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.kubernetes_job.create-tenant (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-db.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.argocd.helm_release.argocd" (*terraform.NodeApplyableResourceInstance) needs module.argocd.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.storage (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.mongodb.helm_release.mongodb (expand)" (*terraform.nodeExpandApplyableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_root_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.helm_release.rabbitmq (expand)" (*terraform.nodeExpandApplyableResource) needs module.rabbitmq.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.argocd.data.kubernetes_secret.bridge-tls (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_secret.zitadel (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_action.groups-claim (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.monitoring.helm_release.kube_prometheus_stack (expand)" (*terraform.nodeExpandApplyableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_namespace.monitoring (expand)" (*terraform.nodeExpandApplyableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider["registry.terraform.io/hashicorp/local"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.559+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.560+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.560+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_namespace.redis (expand)" (*terraform.nodeExpandApplyableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.560+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_namespace.zitadel (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.560+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.560+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand)" (*terraform.nodeExpandApplyableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.560+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.560+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.560+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.560+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.560+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_secret_key (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:44.560+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.560+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.560+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.560+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.560+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_namespace.tenant (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.560+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.560+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.560+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.560+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.560+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.560+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.561+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:44.561+0200 [DEBUG] pruning unused module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.561+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/vault"] +2025-07-11T08:58:44.561+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:44.561+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.561+0200 [DEBUG] pruning unused module.tenant-365zon.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:44.561+0200 [DEBUG] pruning unused module.rabbitmq.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.561+0200 [DEBUG] pruning unused module.minio.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.561+0200 [DEBUG] pruning unused provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:44.561+0200 [DEBUG] pruning unused module.mongodb.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:58:44.561+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:44.561+0200 [DEBUG] pruning unused module.argocd.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:58:44.561+0200 [DEBUG] pruning unused module.postgresql.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:58:44.561+0200 [DEBUG] pruning unused module.cluster-init.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:44.561+0200 [DEBUG] pruning unused module.zitadel-db.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand) module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_server (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (expand)" references: [] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_auth (expand)" references: [module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file" references: [module.zitadel.data.kubernetes_secret.zitadel_admin (expand) module.zitadel.data.kubernetes_secret.zitadel_admin module.zitadel.data.kubernetes_secret.zitadel_admin] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (close)" references: [] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand)" references: [] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)" references: [] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.email (expand)" references: [] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_auth (expand)" references: [module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_auth (expand)" references: [module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.database (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (expand)" references: [] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "local.bridge_dns (expand)" references: [local.tld (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "local.k8s_config (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.uri (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (expand)" references: [] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file (expand)" references: [module.zitadel.data.kubernetes_secret.zitadel_admin (expand) module.zitadel.data.kubernetes_secret.zitadel_admin module.zitadel.data.kubernetes_secret.zitadel_admin] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_secret_key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.namespace (expand)" references: [] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.storage (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand) module.tenant-365zon.module.minio.output.secret_key (expand) module.tenant-365zon.var.minio_api_uri (expand) module.tenant-365zon.module.minio.output.bucket (expand) module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "var.vault_token" references: [] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_issuer (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand)" references: [] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_auth (expand)" references: [module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.email (expand) module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.wait_on (expand)" references: [module.argocd.output.installed (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_config (expand)" references: [module.zitadel.var.k8s_config_yaml (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default" references: [module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (close)" references: [] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_user_password (expand)" references: [] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.zitadel.random_password.zitadel_masterkey (expand)" references: [] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_auth (expand)" references: [module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:58:44.575+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_config (expand)" references: [module.argocd.var.k8s_config_yaml (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_config (expand)" references: [module.zitadel-bootstrap.var.k8s_config_yaml (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_secret.argocd-tls (expand)" references: [module.argocd.data.kubernetes_secret.bridge-tls (expand) module.argocd.data.kubernetes_secret.bridge-tls (expand) module.argocd.kubernetes_namespace.argocd (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.name (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_host (expand)" references: [module.mongodb.local.k8s_config (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_host (expand)" references: [module.monitoring.local.k8s_config (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_password (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.minio.output.installed (expand)" references: [module.minio.helm_release.minio (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.minio.output.secret_key (expand)" references: [module.minio.random_password.minio_secret_key (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.service_name (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.minio.var.ingressClass (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_redirect_uri (expand)" references: [module.zitadel.output.server (expand) module.zitadel-argocd.output.logoutSuffix (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.namespace (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.minio.var.storageSize (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_auth (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.tenant-365zon.var.jwt_profile_file (expand) module.tenant-365zon.var.domain (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_host (expand)" references: [module.postgresql.local.k8s_config (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.enabled (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.minio.local.service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0]" references: [module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand) module.zitadel-argocd.module.zitadel_project.var.owners (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.minio.var.displayOnHomepage (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.access_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "output.minio-root-secret-key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (close)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.enabled (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.bucket (expand)" references: [module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.postgresql (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (close)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "local.cluster_shortname (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0]" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.service_uri (expand)" references: [module.rabbitmq.var.service_name (expand) module.rabbitmq.var.server_dns (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (close)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.mongodb (close)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)" references: [] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.installed (expand)" references: [module.postgresql.helm_release.postgresql (expand)] +2025-07-11T08:58:44.576+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (expand)" references: [] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.tls (expand)" references: [] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_host (expand)" references: [module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_config (expand)" references: [module.tenant-365zon.var.k8s_config_yaml (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_username (expand)" references: [] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_secret_key (expand)" references: [module.minio.random_password.minio_secret_key (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.installed (expand)" references: [module.rabbitmq.helm_release.rabbitmq (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.scopes (expand)" references: [] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.logoutSuffix (expand)" references: [] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.redis.output.installed (expand)" references: [module.redis.helm_release.redis (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_host (expand)" references: [module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.password (expand)" references: [module.postgresql.random_password.postgresql_user_password (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.secret_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.admin_password (expand)" references: [module.argocd.random_password.admin_password (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/aminueza/minio\"]" references: [var.region var.secret_key var.access_key var.minio_server] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.ingressClass (expand)" references: [] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_host (expand)" references: [module.zitadel.local.k8s_config (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_auth (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_auth (expand)" references: [module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_config (expand)" references: [module.redis.var.k8s_config_yaml (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.zitadel (expand)" references: [] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (expand)" references: [] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.zitadel.helm_release.zitadel (expand)" references: [module.zitadel.var.wait_on (expand) module.zitadel.kubernetes_secret.zitadel (expand) module.zitadel.var.enabled (expand) module.zitadel.local.service_uri (expand) module.zitadel.var.database (expand) module.zitadel.var.database_username (expand) module.zitadel.var.database_password (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.database_root_username (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.display_on_homepage (expand) module.zitadel.var.ingressClass (expand) module.zitadel.kubernetes_namespace.zitadel (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "var.bucket" references: [] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.mongodb_connection_string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.wait_on (expand)" references: [module.minio.output.installed (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.ingressClass (expand)" references: [] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.admin (expand)" references: [] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default" references: [module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.external.processed_values" references: [module.argocd.local.service_uri (expand) module.argocd.var.server_dns (expand) module.argocd.local.grpc_service_uri (expand) module.argocd.var.redis_db_start_index (expand) module.argocd.var.redis_password (expand) module.argocd.var.oauth_uri (expand) module.argocd.var.oauth_issuer (expand) module.argocd.var.oauth_client_id (expand) module.argocd.var.oauth_client_secret (expand) module.argocd.var.oauth_redirect_uri (expand) module.argocd.var.tls (expand) module.argocd.var.ingressClass (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)" references: [] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring (expand)" references: [] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.minio.var.service_name (expand)" references: [] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (expand)" references: [] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.grafana_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (expand)" references: [] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (expand)" references: [] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/external\"]" references: [] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)] +2025-07-11T08:58:44.577+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (expand)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_secret_key (expand)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_username (expand)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_host (expand)" references: [module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default" references: [module.zitadel-argocd.module.zitadel_project.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project.var.name (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.helm_release.rabbitmq (expand)" references: [module.rabbitmq.random_password.password (expand) module.rabbitmq.var.wait_on (expand) module.rabbitmq.random_password.password (expand) module.rabbitmq.var.replicas (expand) module.rabbitmq.local.service_uri (expand) module.rabbitmq.var.admin (expand) module.rabbitmq.var.tls (expand) module.rabbitmq.var.ingressClass (expand) module.rabbitmq.var.namespace (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.replicas (expand)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (close)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (expand)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (expand)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.name (expand)" references: [module.zitadel-argocd.var.name (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.ingressClass (expand)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.org_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand) module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.redis_db_next_start_index (expand)" references: [module.argocd.var.redis_db_start_index (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default" references: [module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.ingressClass (expand)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.server (expand)" references: [module.tenant-365zon.var.minio_server (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.redis.output.password (expand)" references: [module.redis.random_password.redis (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_host (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.postgresql (close)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (close)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_auth (expand)" references: [module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (close)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.jwt_profile_file (expand)" references: [module.zitadel.local_file.zitadel_jwt_profile_file module.zitadel.local_file.zitadel_jwt_profile_file module.zitadel.local_file.zitadel_jwt_profile_file (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.service_uri (expand)" references: [module.monitoring.var.service_name (expand) module.monitoring.var.server_dns (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.tenant-365zon.local.k8s_host (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.postgresql.helm_release.postgresql (expand)" references: [module.postgresql.var.wait_on (expand) module.postgresql.kubernetes_secret.postgresql_auth (expand) module.postgresql.var.enabled (expand) module.postgresql.var.username (expand) module.postgresql.kubernetes_namespace.postgresql (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_config (expand)" references: [module.postgresql.var.k8s_config_yaml (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand)" references: [module.zitadel-bootstrap.var.domain (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.argocd (expand)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.minio.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (validation)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.name (expand)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.admin_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand)] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand)" references: [] +2025-07-11T08:58:44.578+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.namespace (expand)" references: [] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_auth (expand)" references: [module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (close)" references: [] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_namespace.redis (expand)" references: [module.redis.var.namespace (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_db_start_index (expand)" references: [] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand)" references: [] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.service_uri (expand)" references: [module.zitadel.var.service_name (expand) module.zitadel.var.server_dns (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "var.access_key" references: [] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "local.k8s_auth (expand)" references: [local.k8s_config (expand) local.k8s_config (expand) local.k8s_config (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_config (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.prometheus_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (close)" references: [] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_namespace.tenant (expand)" references: [module.tenant-365zon.var.wait_on (expand) module.tenant-365zon.local.name (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_url (expand)" references: [] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_api_uri (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_password (expand)" references: [module.redis.output.password (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand)" references: [] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.connection_string (expand)" references: [module.rabbitmq.random_password.password (expand) module.rabbitmq.var.namespace (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (close)" references: [] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-bootstrap.var.jwt_profile_file (expand) module.zitadel-bootstrap.var.domain (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.rabbitmq.local.k8s_host (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.null_resource.health_check (expand)" references: [module.tenant-365zon.module.minio.var.wait_on (expand) module.tenant-365zon.module.minio.var.server (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)" references: [] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.host (expand)" references: [] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_host (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.alertmanager_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_namespace.zitadel (expand)" references: [module.zitadel.var.enabled (expand) module.zitadel.var.namespace (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.namespace (expand)" references: [] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.wait_on (expand)" references: [module.cluster-init.var.wait_on (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default" references: [module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.email (expand) module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel-db.local.k8s_host (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (expand)" references: [] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_access_key (expand)" references: [module.minio.random_password.minio_access_key (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_secret_key (expand)" references: [module.tenant-365zon.module.minio.output.secret_key (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring" references: [] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_root_password (expand)" references: [] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)" references: [module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim (expand) module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:58:44.579+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin (expand)" references: [module.zitadel.helm_release.zitadel (expand) module.zitadel.helm_release.zitadel[0] module.zitadel.var.namespace (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_read_url (expand)" references: [] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_replica_set_key (expand)" references: [] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)" references: [] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand) module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0] module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (close)" references: [] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd (expand)" references: [module.argocd.var.wait_on (expand) module.argocd.kubernetes_secret.argocd-tls (expand) module.argocd.data.external.processed_values module.argocd.data.external.processed_values module.argocd.data.external.processed_values (expand) module.argocd.random_password.admin_password (expand) module.argocd.kubernetes_namespace.argocd (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_host (expand)" references: [module.redis.local.k8s_config (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.installed (expand)" references: [module.zitadel-db.kubernetes_job.create-tenant (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.minio.var.mode (expand)" references: [] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_server (expand)" references: [module.minio.output.minio_server (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.display_on_homepage (expand)" references: [] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.idp_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)" references: [module.zitadel-argocd.module.zitadel_project.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project.var.name (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_secret (expand)" references: [module.zitadel-argocd.output.client_secret (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "local.cluster_dns (expand)" references: [local.cluster_shortname (expand) local.tld (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "output.minio-access-key (expand)" references: [module.tenant-365zon.output.minio_access_key (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.mongodb (expand)" references: [] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.argocd_service_domain (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_uri (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.external.processed_values (expand)" references: [module.argocd.local.service_uri (expand) module.argocd.var.server_dns (expand) module.argocd.local.grpc_service_uri (expand) module.argocd.var.redis_db_start_index (expand) module.argocd.var.redis_password (expand) module.argocd.var.oauth_uri (expand) module.argocd.var.oauth_issuer (expand) module.argocd.var.oauth_client_id (expand) module.argocd.var.oauth_client_secret (expand) module.argocd.var.oauth_redirect_uri (expand) module.argocd.var.tls (expand) module.argocd.var.ingressClass (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_api_uri (expand)" references: [module.minio.output.minio_api_uri (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.replicas (expand)" references: [local.node_count (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand) module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.minio.helm_release.minio (expand)" references: [module.minio.var.mode (expand) module.minio.var.replicas (expand) module.minio.var.replicas (expand) module.minio.var.storageSize (expand) module.minio.local.service_uri (expand) module.minio.local.admin_service_uri (expand) module.minio.var.admin (expand) module.minio.var.mode (expand) module.minio.var.tls (expand) module.minio.var.ingressClass (expand) module.minio.var.displayOnHomepage (expand) module.minio.random_password.minio_access_key (expand) module.minio.random_password.minio_secret_key (expand) module.minio.var.namespace (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_namespace.argocd (expand)" references: [module.argocd.var.namespace (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.kubernetes_secret.bridge-tls (expand)" references: [] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand)" references: [] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:58:44.580+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (expand)" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.minio (expand)" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.redis.random_password.redis (expand)" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings (expand)" references: [module.tenant-365zon.var.mongodb_connection_string (expand) module.tenant-365zon.var.rabbitmq_connection_string (expand) module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand) module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_username (expand)" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.wait_on (expand)" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_auth (expand)" references: [module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.redis.helm_release.redis (expand)" references: [module.redis.var.wait_on (expand) module.redis.var.architecture (expand) module.redis.var.architecture (validation) module.redis.kubernetes_namespace.redis (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "var.secret_key" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "var.region" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.secret_key (expand)" references: [module.tenant-365zon.var.minio_secret_key (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.server (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "output.minio-secret-key (expand)" references: [module.tenant-365zon.output.minio_secret_key (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack" references: [module.monitoring.var.wait_on (expand) module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand) module.monitoring.var.remote_write_url (expand) module.monitoring.var.remote_read_url (expand) module.monitoring.random_password.grafana_admin_password (expand) module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_secret.zitadel (expand)" references: [module.zitadel.var.enabled (expand) module.zitadel.random_password.zitadel_masterkey (expand) module.zitadel.kubernetes_namespace.zitadel (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_access_key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_config (expand)" references: [module.monitoring.var.k8s_config_yaml (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (expand)" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (close)" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.installed (expand)" references: [module.mongodb.helm_release.mongodb (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (close)" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_access_key (expand)" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "output.minio-root-access-key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_namespace.mongodb (expand)" references: [module.mongodb.var.namespace (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand)" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.wait_on (expand)" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.minio.local.admin_service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.admin_server_dns (expand) module.minio.var.admin_server_dns (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.connection_string (expand)" references: [module.mongodb.random_password.mongodb_root_password (expand) module.mongodb.var.replicas (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0] module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.enabled (expand)" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.output.installed (expand)" references: [module.cluster-init.module.longhorn.helm_release.longhorn (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.output.installed (expand)" references: [module.cluster-init.module.longhorn.output.installed (expand) module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.provider[\"registry.terraform.io/aminueza/minio\"]" references: [module.tenant-365zon.module.minio.var.secret_key (expand) module.tenant-365zon.module.minio.var.access_key (expand) module.tenant-365zon.module.minio.var.server (expand) module.tenant-365zon.module.minio.var.region (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.zitadel (close)" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (expand)" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (close)" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_namespace.postgresql (expand)" references: [module.postgresql.var.enabled (expand) module.postgresql.var.namespace (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand)" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_password (expand)" references: [module.zitadel-db.output.password (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.service_name (expand)" references: [] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_admin_uri (expand)" references: [module.minio.local.admin_service_uri (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_action.groups-claim" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.cluster-init.module.longhorn.local.k8s_host (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand)] +2025-07-11T08:58:44.581+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (close)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.name (expand)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0] module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (close)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (close)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (expand)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_secret.mongodb_auth (expand)" references: [module.mongodb.var.wait_on (expand) module.mongodb.random_password.mongodb_root_password (expand) module.mongodb.random_password.mongodb_replica_set_key (expand) module.mongodb.kubernetes_namespace.mongodb (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.server_dns (expand)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_auth (expand)" references: [module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0] module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_action.groups-claim (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.local.argocd_uri (expand)" references: [module.zitadel-argocd.var.argocd_service_domain (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.minio.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (close)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.tls (expand)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_config (expand)" references: [module.mongodb.var.k8s_config_yaml (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand) module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)" references: [module.tenant-365zon.var.org_id (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.wait_on (expand)" references: [module.postgresql.output.installed (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "output.mongodb-connection-string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (close)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.mongodb.helm_release.mongodb (expand)" references: [module.mongodb.var.wait_on (expand) module.mongodb.kubernetes_secret.mongodb_auth (expand) module.mongodb.var.usernames (expand) module.mongodb.var.databases (expand) module.mongodb.var.replicas (expand) module.mongodb.kubernetes_namespace.mongodb (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.enabled (expand)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (close)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (expand)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (expand)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.owners (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.minio.var.tls (expand)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_access_key (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.minio (close)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)" references: [module.tenant-365zon.var.user_id (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.redis.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.minio.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.minio.local.k8s_host (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (expand)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_username (expand)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin_server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.password (expand)" references: [module.zitadel-db.random_password.tenant (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "output.argocd-root-password (expand)" references: [module.argocd.output.admin_password (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (close)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.random_password.password (expand)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_database (expand)" references: [] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0] module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)] +2025-07-11T08:58:44.582+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_secret.redis (expand)" references: [module.redis.random_password.redis (expand) module.redis.kubernetes_namespace.redis (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.random_password.tenant (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)" references: [module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.minio.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.job_name (expand)" references: [module.zitadel-db.var.enabled (expand) module.zitadel-db.kubernetes_job.create-tenant (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.access_key (expand)" references: [module.tenant-365zon.var.minio_access_key (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.username (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.service_name (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand)" references: [module.monitoring.var.remote_write_username (expand) module.monitoring.var.remote_write_password (expand) module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "local.k8s_config_yaml (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.installed (expand)" references: [module.argocd.helm_release.argocd (expand) module.argocd.helm_release.argocd module.argocd.helm_release.argocd] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_auth (expand)" references: [module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)" references: [module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "var.minio_server" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.username (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "local.k8s_host (expand)" references: [local.k8s_config (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand) module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "data.minio_s3_object.k8s_yaml (expand)" references: [var.bucket] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.wait_on (expand)" references: [module.zitadel-db.output.installed (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.namespace (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "local.tld (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (close)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.minio.var.namespace (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_config (expand)" references: [module.minio.var.k8s_config_yaml (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_config (expand)" references: [module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.installed (expand)" references: [module.zitadel.helm_release.zitadel (expand) module.zitadel.helm_release.zitadel[0] module.zitadel.local_file.zitadel_jwt_profile_file module.zitadel.local_file.zitadel_jwt_profile_file module.zitadel.local_file.zitadel_jwt_profile_file (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_host (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.argocd (close)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.monitoring.random_password.grafana_admin_password (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.zitadel.helm_release.zitadel[0]" references: [module.zitadel.var.wait_on (expand) module.zitadel.kubernetes_secret.zitadel (expand) module.zitadel.var.enabled (expand) module.zitadel.local.service_uri (expand) module.zitadel.var.database (expand) module.zitadel.var.database_username (expand) module.zitadel.var.database_password (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.database_root_username (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.display_on_homepage (expand) module.zitadel.var.ingressClass (expand) module.zitadel.kubernetes_namespace.zitadel (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_id (expand)" references: [module.zitadel-argocd.output.client_id (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_host (expand)" references: [module.minio.local.k8s_config (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_bucket (expand)" references: [module.tenant-365zon.module.minio.output.bucket (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.application_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "output.monitoring (expand)" references: [module.monitoring.output.access_instructions (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.argocd.random_password.admin_password (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.region (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.minio.var.replicas (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin" references: [module.zitadel.helm_release.zitadel (expand) module.zitadel.helm_release.zitadel[0] module.zitadel.var.namespace (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:58:44.583+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.wait_on (expand)" references: [module.zitadel-argocd.output.installed (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.wait_on (expand)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (expand)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.rabbitmq_connection_string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.redis.var.wait_on (expand)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_config (expand)" references: [module.rabbitmq.var.k8s_config_yaml (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_host (expand)" references: [module.argocd.local.k8s_config (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)" references: [module.tenant-365zon.module.minio.null_resource.health_check (expand) module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)" references: [module.tenant-365zon.local.name (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.namespace (expand)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.databases (expand)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.tld (expand)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_host (expand)" references: [module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default" references: [module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.redis (close)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.kubernetes_job.create-tenant (expand)" references: [module.zitadel-db.var.wait_on (expand) module.zitadel-db.var.enabled (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.namespace (expand) module.zitadel-db.var.host (expand) module.zitadel-db.var.root_username (expand) module.zitadel-db.var.root_password (expand) module.zitadel-db.var.root_database (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.name (expand) module.zitadel-db.random_password.tenant (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/null\"]" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack (expand)" references: [module.monitoring.var.wait_on (expand) module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand) module.monitoring.var.remote_write_url (expand) module.monitoring.var.remote_read_url (expand) module.monitoring.random_password.grafana_admin_password (expand) module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_host (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_config (expand)" references: [module.zitadel-db.var.k8s_config_yaml (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.root_password (expand)" references: [module.postgresql.random_password.postgresql_root_password (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.name (expand)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.namespace (expand)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "local.node_count (expand)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.user_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.access_instructions (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.random_password.grafana_admin_password (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "var.vault_addr" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd" references: [module.argocd.var.wait_on (expand) module.argocd.kubernetes_secret.argocd-tls (expand) module.argocd.random_password.admin_password (expand) module.argocd.kubernetes_namespace.argocd (expand) module.argocd.data.external.processed_values module.argocd.data.external.processed_values module.argocd.data.external.processed_values (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_secret.postgresql_auth (expand)" references: [module.postgresql.var.wait_on (expand) module.postgresql.var.enabled (expand) module.postgresql.random_password.postgresql_user_password (expand) module.postgresql.random_password.postgresql_root_password (expand) module.postgresql.kubernetes_namespace.postgresql (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (close)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (close)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (expand)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.minio.output.access_key (expand)" references: [module.minio.random_password.minio_access_key (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.monitoring (expand)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "var.endpoints" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.monitoring (close)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.service_name (expand)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "output.rabbitmq-connection-string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)" references: [module.tenant-365zon.module.minio.null_resource.health_check (expand) module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)" references: [] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.grpc_service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-argocd.var.domain (expand) module.zitadel-argocd.var.jwt_profile_file (expand)] +2025-07-11T08:58:44.584+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn (expand)" references: [module.cluster-init.module.longhorn.var.wait_on (expand) module.cluster-init.module.longhorn.var.namespace (expand)] +2025-07-11T08:58:44.585+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)] +2025-07-11T08:58:44.585+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)] +2025-07-11T08:58:44.585+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)" references: [] +2025-07-11T08:58:44.585+0200 [DEBUG] ReferenceTransformer: "module.redis (expand)" references: [] +2025-07-11T08:58:44.585+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:58:44.585+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_root_password (expand)" references: [] +2025-07-11T08:58:44.585+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:58:44.585+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand)" references: [] +2025-07-11T08:58:44.585+0200 [DEBUG] ReferenceTransformer: "module.redis.var.namespace (expand)" references: [] +2025-07-11T08:58:44.585+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:58:44.585+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.usernames (expand)" references: [] +2025-07-11T08:58:44.585+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.namespace (expand)" references: [] +2025-07-11T08:58:44.632+0200 [DEBUG] DestroyEdgeTransformer2: module.zitadel.data.kubernetes_secret.zitadel_admin has stored dependency of module.zitadel.local_file.zitadel_jwt_profile_file (destroy) +2025-07-11T08:58:44.632+0200 [DEBUG] DestroyEdgeTransformer2: module.zitadel.helm_release.zitadel[0] has stored dependency of module.zitadel.local_file.zitadel_jwt_profile_file (destroy) +2025-07-11T08:58:44.714+0200 [DEBUG] command: asking for input: "\nDo you want to perform these actions?" +2025-07-11T08:58:47.042+0200 [INFO] backend/local: apply calling Apply +2025-07-11T08:58:47.042+0200 [DEBUG] Building and walking apply graph for NormalMode plan +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.zitadel_action.groups-claim", instance module.zitadel-argocd.zitadel_action.groups-claim +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1] +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project.zitadel_project.default", instance module.zitadel-argocd.module.zitadel_project.zitadel_project.default +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0] +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]", instance module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0] +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0] +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0] +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default", instance module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default", instance module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default", instance module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default", instance module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4] +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6] +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default", instance module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7] +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0]", instance module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0] +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.argocd.data.external.processed_values", instance module.argocd.data.external.processed_values +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default", instance module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info", instance module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0] +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent +2025-07-11T08:58:47.048+0200 [DEBUG] Resource state not found for node "module.monitoring.helm_release.kube_prometheus_stack", instance module.monitoring.helm_release.kube_prometheus_stack +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.zitadel.data.kubernetes_secret.zitadel_admin", instance module.zitadel.data.kubernetes_secret.zitadel_admin +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2] +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0] +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token", instance module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1] +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default", instance module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.argocd.helm_release.argocd", instance module.argocd.helm_release.argocd +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3] +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0] +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5] +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]", instance module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0] +2025-07-11T08:58:47.049+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0]", instance module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0] +2025-07-11T08:58:47.054+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/zitadel/zitadel"], implied first by module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) +2025-07-11T08:58:47.054+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/random"], implied first by module.argocd.random_password.admin_password (expand) +2025-07-11T08:58:47.054+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/null"], implied first by module.tenant-365zon.module.minio.null_resource.health_check (expand) +2025-07-11T08:58:47.054+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/local"], implied first by module.zitadel.local_file.zitadel_jwt_profile_file (expand) +2025-07-11T08:58:47.054+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/external"], implied first by module.argocd.data.external.processed_values (expand) +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.zitadel.helm_release.zitadel[0]" (*terraform.NodeApplyableResourceInstance) needs module.zitadel.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_action.groups-claim (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn (expand)" (*terraform.nodeExpandApplyableResource) needs module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_root_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_replica_set_key (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.argocd.random_password.admin_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_root_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_namespace.monitoring (expand)" (*terraform.nodeExpandApplyableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.zitadel.random_password.zitadel_masterkey (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.random_password.password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_action.groups-claim" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_secret.redis (expand)" (*terraform.nodeExpandApplyableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.monitoring.random_password.grafana_admin_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:47.056+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.minio.helm_release.minio (expand)" (*terraform.nodeExpandApplyableResource) needs module.minio.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.zitadel.helm_release.zitadel (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin" (*terraform.NodeApplyableResourceInstance) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_namespace.zitadel (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_namespace.redis (expand)" (*terraform.nodeExpandApplyableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.null_resource.health_check (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/null"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.storage (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.monitoring.helm_release.kube_prometheus_stack (expand)" (*terraform.nodeExpandApplyableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_namespace.postgresql (expand)" (*terraform.nodeExpandApplyableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_secret_key (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_namespace.mongodb (expand)" (*terraform.nodeExpandApplyableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider["registry.terraform.io/hashicorp/local"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "data.minio_s3_object.k8s_yaml (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.argocd.helm_release.argocd (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.argocd.data.kubernetes_secret.bridge-tls (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_secret.argocd-tls (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_user_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_secret.zitadel (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)" (*terraform.nodeExpandApplyableResource) needs module.cluster-init.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.random_password.tenant (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.redis.random_password.redis (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.057+0200 [DEBUG] ProviderTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_secret.mongodb_auth (expand)" (*terraform.nodeExpandApplyableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.argocd.data.external.processed_values (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/external"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_access_key (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.argocd.data.external.processed_values" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/external"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.kubernetes_job.create-tenant (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-db.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.redis.helm_release.redis (expand)" (*terraform.nodeExpandApplyableResource) needs module.redis.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_namespace.argocd (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/local"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.mongodb.helm_release.mongodb (expand)" (*terraform.nodeExpandApplyableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.postgresql.helm_release.postgresql (expand)" (*terraform.nodeExpandApplyableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.helm_release.rabbitmq (expand)" (*terraform.nodeExpandApplyableResource) needs module.rabbitmq.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand)" (*terraform.nodeExpandApplyableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_secret.postgresql_auth (expand)" (*terraform.nodeExpandApplyableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default" (*terraform.NodeApplyableResourceInstance) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_namespace.tenant (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/local"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_namespace.monitoring" (*terraform.NodeApplyableResourceInstance) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.monitoring.helm_release.kube_prometheus_stack" (*terraform.NodeApplyableResourceInstance) needs module.monitoring.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.argocd.helm_release.argocd" (*terraform.NodeApplyableResourceInstance) needs module.argocd.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:47.058+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.059+0200 [DEBUG] pruning unused module.tenant-365zon.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:47.059+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/vault"] +2025-07-11T08:58:47.059+0200 [DEBUG] pruning unused module.postgresql.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:58:47.059+0200 [DEBUG] pruning unused provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:58:47.059+0200 [DEBUG] pruning unused module.minio.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.059+0200 [DEBUG] pruning unused module.rabbitmq.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.059+0200 [DEBUG] pruning unused module.zitadel-db.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:47.059+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.059+0200 [DEBUG] pruning unused module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.059+0200 [DEBUG] pruning unused module.cluster-init.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:47.059+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:47.059+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:58:47.059+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:58:47.060+0200 [DEBUG] pruning unused module.argocd.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:58:47.060+0200 [DEBUG] pruning unused module.mongodb.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:58:47.074+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_secret.mongodb_auth (expand)" references: [module.mongodb.var.wait_on (expand) module.mongodb.random_password.mongodb_root_password (expand) module.mongodb.random_password.mongodb_replica_set_key (expand) module.mongodb.kubernetes_namespace.mongodb (expand)] +2025-07-11T08:58:47.074+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.ingressClass (expand)" references: [] +2025-07-11T08:58:47.074+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_config (expand)" references: [module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)] +2025-07-11T08:58:47.074+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:58:47.074+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T08:58:47.074+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (close)" references: [] +2025-07-11T08:58:47.074+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:47.074+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (expand)" references: [] +2025-07-11T08:58:47.074+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:58:47.074+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:58:47.074+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:58:47.074+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:47.074+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:47.074+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)] +2025-07-11T08:58:47.074+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (close)" references: [] +2025-07-11T08:58:47.074+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (expand)" references: [] +2025-07-11T08:58:47.074+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.namespace (expand)" references: [] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.access_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)" references: [] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_issuer (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "output.minio-root-secret-key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.minio.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.ingressClass (expand)" references: [] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)" references: [] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.wait_on (expand)" references: [module.zitadel-db.output.installed (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default" references: [module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.redis.var.namespace (expand)" references: [] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand)" references: [] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file (expand)" references: [module.zitadel.data.kubernetes_secret.zitadel_admin module.zitadel.data.kubernetes_secret.zitadel_admin module.zitadel.data.kubernetes_secret.zitadel_admin (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.enabled (expand)" references: [] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_host (expand)" references: [module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (close)" references: [] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.argocd (expand)" references: [] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_secret.argocd-tls (expand)" references: [module.argocd.data.kubernetes_secret.bridge-tls (expand) module.argocd.data.kubernetes_secret.bridge-tls (expand) module.argocd.kubernetes_namespace.argocd (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.redis.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand)" references: [] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.org_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close)" references: [] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.namespace (expand)" references: [] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (expand)" references: [] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.minio.helm_release.minio (expand)" references: [module.minio.local.service_uri (expand) module.minio.local.admin_service_uri (expand) module.minio.var.admin (expand) module.minio.var.mode (expand) module.minio.var.tls (expand) module.minio.var.ingressClass (expand) module.minio.var.displayOnHomepage (expand) module.minio.var.namespace (expand) module.minio.random_password.minio_access_key (expand) module.minio.random_password.minio_secret_key (expand) module.minio.var.mode (expand) module.minio.var.replicas (expand) module.minio.var.replicas (expand) module.minio.var.storageSize (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand) module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand) module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "var.vault_addr" references: [] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.minio.var.ingressClass (expand)" references: [] +2025-07-11T08:58:47.075+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file" references: [module.zitadel.data.kubernetes_secret.zitadel_admin module.zitadel.data.kubernetes_secret.zitadel_admin module.zitadel.data.kubernetes_secret.zitadel_admin (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default" references: [module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.minio.var.service_name (expand)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default" references: [module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.email (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (close)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (expand)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.namespace (expand)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (close)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (close)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_config (expand)" references: [module.tenant-365zon.var.k8s_config_yaml (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (expand)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.namespace (expand)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (expand)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (close)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.wait_on (expand)" references: [module.argocd.output.installed (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_database (expand)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_secret_key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database (expand)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "local.tld (expand)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.bucket (expand)" references: [module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_secret.redis (expand)" references: [module.redis.random_password.redis (expand) module.redis.kubernetes_namespace.redis (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.access_key (expand)" references: [module.tenant-365zon.var.minio_access_key (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.ingressClass (expand)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.minio.local.service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.replicas (expand)" references: [local.node_count (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.wait_on (expand)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.minio.output.access_key (expand)" references: [module.minio.random_password.minio_access_key (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "output.argocd-root-password (expand)" references: [module.argocd.output.admin_password (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.username (expand)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (expand)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_host (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_secret.postgresql_auth (expand)" references: [module.postgresql.var.wait_on (expand) module.postgresql.var.enabled (expand) module.postgresql.random_password.postgresql_user_password (expand) module.postgresql.random_password.postgresql_root_password (expand) module.postgresql.kubernetes_namespace.postgresql (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_password (expand)" references: [module.redis.output.password (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.password (expand)" references: [module.zitadel-db.random_password.tenant (expand)] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.redis.random_password.redis (expand)" references: [] +2025-07-11T08:58:47.076+0200 [DEBUG] ReferenceTransformer: "module.redis.var.wait_on (expand)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.minio.var.tls (expand)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_namespace.mongodb (expand)" references: [module.mongodb.var.namespace (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.minio.var.storageSize (expand)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (expand)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel.helm_release.zitadel (expand)" references: [module.zitadel.var.wait_on (expand) module.zitadel.kubernetes_secret.zitadel (expand) module.zitadel.var.enabled (expand) module.zitadel.local.service_uri (expand) module.zitadel.var.database (expand) module.zitadel.var.database_username (expand) module.zitadel.var.database_password (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.database_root_username (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.display_on_homepage (expand) module.zitadel.var.ingressClass (expand) module.zitadel.kubernetes_namespace.zitadel (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.namespace (expand)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.username (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (expand)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (expand)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_db_start_index (expand)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.secret_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (close)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (expand)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.minio.var.mode (expand)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_config (expand)" references: [module.zitadel-bootstrap.var.k8s_config_yaml (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand) module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_server (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/external\"]" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_auth (expand)" references: [module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.external.processed_values (expand)" references: [module.argocd.local.service_uri (expand) module.argocd.var.server_dns (expand) module.argocd.local.grpc_service_uri (expand) module.argocd.var.redis_db_start_index (expand) module.argocd.var.redis_password (expand) module.argocd.var.oauth_uri (expand) module.argocd.var.oauth_issuer (expand) module.argocd.var.oauth_client_id (expand) module.argocd.var.oauth_client_secret (expand) module.argocd.var.oauth_redirect_uri (expand) module.argocd.var.tls (expand) module.argocd.var.ingressClass (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.email (expand) module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.service_name (expand)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.admin_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim (expand) module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.usernames (expand)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.local.argocd_uri (expand)" references: [module.zitadel-argocd.var.argocd_service_domain (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (close)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel (close)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (close)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.redis (close)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.kubernetes_job.create-tenant (expand)" references: [module.zitadel-db.var.wait_on (expand) module.zitadel-db.var.enabled (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.namespace (expand) module.zitadel-db.var.host (expand) module.zitadel-db.var.root_username (expand) module.zitadel-db.var.root_password (expand) module.zitadel-db.var.root_database (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.name (expand) module.zitadel-db.random_password.tenant (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.owners (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_access_key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_password (expand)" references: [module.zitadel-db.output.password (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.enabled (expand)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.minio.local.admin_service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.admin_server_dns (expand) module.minio.var.admin_server_dns (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.wait_on (expand)" references: [] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_auth (expand)" references: [module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand) module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)] +2025-07-11T08:58:47.077+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.mongodb (close)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_auth (expand)" references: [module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (close)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring (expand)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.enabled (expand)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.rabbitmq.local.k8s_host (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)" references: [module.tenant-365zon.var.org_id (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (expand)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)" references: [module.zitadel-argocd.module.zitadel_project.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand) module.zitadel-argocd.module.zitadel_project.var.name (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_config (expand)" references: [module.argocd.var.k8s_config_yaml (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.connection_string (expand)" references: [module.rabbitmq.random_password.password (expand) module.rabbitmq.var.namespace (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "output.minio-secret-key (expand)" references: [module.tenant-365zon.output.minio_secret_key (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "output.monitoring (expand)" references: [module.monitoring.output.access_instructions (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.minio.output.secret_key (expand)" references: [module.minio.random_password.minio_secret_key (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (expand)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)" references: [module.tenant-365zon.local.name (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.namespace (expand)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.wait_on (expand)" references: [module.cluster-init.var.wait_on (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.access_instructions (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.random_password.grafana_admin_password (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-bootstrap.var.domain (expand) module.zitadel-bootstrap.var.jwt_profile_file (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_access_key (expand)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "local.k8s_host (expand)" references: [local.k8s_config (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_auth (expand)" references: [module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.grafana_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0]" references: [module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (close)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_config (expand)" references: [module.mongodb.var.k8s_config_yaml (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "output.minio-root-access-key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.external.processed_values" references: [module.argocd.local.service_uri (expand) module.argocd.var.server_dns (expand) module.argocd.local.grpc_service_uri (expand) module.argocd.var.redis_db_start_index (expand) module.argocd.var.redis_password (expand) module.argocd.var.oauth_uri (expand) module.argocd.var.oauth_issuer (expand) module.argocd.var.oauth_client_id (expand) module.argocd.var.oauth_client_secret (expand) module.argocd.var.oauth_redirect_uri (expand) module.argocd.var.tls (expand) module.argocd.var.ingressClass (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (expand)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn (expand)" references: [module.cluster-init.module.longhorn.var.wait_on (expand) module.cluster-init.module.longhorn.var.namespace (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "var.access_key" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.service_name (expand)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.minio.var.replicas (expand)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_id (expand)" references: [module.zitadel-argocd.output.client_id (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.installed (expand)" references: [module.rabbitmq.helm_release.rabbitmq (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.scopes (expand)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_read_url (expand)" references: [] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_server (expand)" references: [module.minio.output.minio_server (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:47.078+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_bucket (expand)" references: [module.tenant-365zon.module.minio.output.bucket (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.mongodb.helm_release.mongodb (expand)" references: [module.mongodb.var.wait_on (expand) module.mongodb.kubernetes_secret.mongodb_auth (expand) module.mongodb.kubernetes_namespace.mongodb (expand) module.mongodb.var.usernames (expand) module.mongodb.var.databases (expand) module.mongodb.var.replicas (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.random_password.tenant (expand)" references: [] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.application_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "output.mongodb-connection-string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.namespace (expand)" references: [] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "local.k8s_config (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.jwt_profile_file (expand)" references: [module.zitadel.local_file.zitadel_jwt_profile_file (expand) module.zitadel.local_file.zitadel_jwt_profile_file module.zitadel.local_file.zitadel_jwt_profile_file] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.connection_string (expand)" references: [module.mongodb.random_password.mongodb_root_password (expand) module.mongodb.var.replicas (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_config (expand)" references: [module.zitadel.var.k8s_config_yaml (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default" references: [module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.tenant-365zon.var.domain (expand) module.tenant-365zon.var.jwt_profile_file (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_namespace.zitadel (expand)" references: [module.zitadel.var.enabled (expand) module.zitadel.var.namespace (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel.random_password.zitadel_masterkey (expand)" references: [] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.minio.var.namespace (expand)" references: [] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim (expand) module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "var.secret_key" references: [] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand)" references: [] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.installed (expand)" references: [module.argocd.helm_release.argocd (expand) module.argocd.helm_release.argocd module.argocd.helm_release.argocd] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack" references: [module.monitoring.var.wait_on (expand) module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand) module.monitoring.var.remote_write_url (expand) module.monitoring.var.remote_read_url (expand) module.monitoring.random_password.grafana_admin_password (expand) module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand)" references: [module.monitoring.var.remote_write_username (expand) module.monitoring.var.remote_write_password (expand) module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (close)" references: [] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.display_on_homepage (expand)" references: [] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand)" references: [] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.server_dns (expand)" references: [] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.mongodb (expand)" references: [] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)" references: [module.tenant-365zon.module.minio.null_resource.health_check (expand) module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_auth (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_host (expand)" references: [module.minio.local.k8s_config (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand) module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin" references: [module.zitadel.helm_release.zitadel (expand) module.zitadel.helm_release.zitadel[0] module.zitadel.var.namespace (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand)" references: [] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_host (expand)" references: [module.redis.local.k8s_config (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "var.minio_server" references: [] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_host (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.redis (expand)" references: [] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (expand)" references: [] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (close)" references: [] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (close)" references: [] +2025-07-11T08:58:47.079+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_root_password (expand)" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin (expand)" references: [module.zitadel.helm_release.zitadel (expand) module.zitadel.helm_release.zitadel[0] module.zitadel.var.namespace (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand)" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.rabbitmq_connection_string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_host (expand)" references: [module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "var.bucket" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_uri (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "local.bridge_dns (expand)" references: [local.tld (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_host (expand)" references: [module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.admin_password (expand)" references: [module.argocd.random_password.admin_password (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.name (expand)" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.minio.var.displayOnHomepage (expand)" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand)" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.argocd (close)" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (expand)" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.installed (expand)" references: [module.zitadel.helm_release.zitadel (expand) module.zitadel.helm_release.zitadel[0] module.zitadel.local_file.zitadel_jwt_profile_file (expand) module.zitadel.local_file.zitadel_jwt_profile_file module.zitadel.local_file.zitadel_jwt_profile_file] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.installed (expand)" references: [module.zitadel-db.kubernetes_job.create-tenant (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.provider[\"registry.terraform.io/aminueza/minio\"]" references: [module.tenant-365zon.module.minio.var.region (expand) module.tenant-365zon.module.minio.var.secret_key (expand) module.tenant-365zon.module.minio.var.access_key (expand) module.tenant-365zon.module.minio.var.server (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.name (expand)" references: [module.zitadel-argocd.var.name (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_host (expand)" references: [module.zitadel.local.k8s_config (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_host (expand)" references: [module.argocd.local.k8s_config (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/null\"]" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel (expand)" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_host (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.minio.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_config (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_secret (expand)" references: [module.zitadel-argocd.output.client_secret (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.job_name (expand)" references: [module.zitadel-db.var.enabled (expand) module.zitadel-db.kubernetes_job.create-tenant (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_replica_set_key (expand)" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_user_password (expand)" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (validation)" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.alertmanager_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "output.rabbitmq-connection-string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand)" references: [module.zitadel-bootstrap.var.domain (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.wait_on (expand)" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "local.k8s_config_yaml (expand)" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "local.node_count (expand)" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_secret_key (expand)" references: [module.minio.random_password.minio_secret_key (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.monitoring (expand)" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0] module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (expand)" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.enabled (expand)" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.name (expand)" references: [] +2025-07-11T08:58:47.080+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.service_uri (expand)" references: [module.rabbitmq.var.service_name (expand) module.rabbitmq.var.server_dns (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_config (expand)" references: [module.rabbitmq.var.k8s_config_yaml (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd (expand)" references: [module.argocd.var.wait_on (expand) module.argocd.kubernetes_secret.argocd-tls (expand) module.argocd.data.external.processed_values (expand) module.argocd.data.external.processed_values module.argocd.data.external.processed_values module.argocd.random_password.admin_password (expand) module.argocd.kubernetes_namespace.argocd (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_host (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: [] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (expand)" references: [] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)" references: [] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_auth (expand)" references: [module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "var.region" references: [] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)" references: [] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_auth (expand)" references: [module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_auth (expand)" references: [module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_auth (expand)" references: [module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_host (expand)" references: [module.postgresql.local.k8s_config (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)" references: [] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_username (expand)" references: [] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "local.cluster_shortname (expand)" references: [] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.logoutSuffix (expand)" references: [] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (close)" references: [] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (close)" references: [] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.output.installed (expand)" references: [module.cluster-init.module.longhorn.helm_release.longhorn (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim (expand) module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.minio.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.minio.local.k8s_host (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (close)" references: [] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.postgresql (expand)" references: [] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.argocd.random_password.admin_password (expand)" references: [] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_access_key (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "local.cluster_dns (expand)" references: [local.cluster_shortname (expand) local.tld (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.database (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_host (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "data.minio_s3_object.k8s_yaml (expand)" references: [var.bucket] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_username (expand)" references: [] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_config (expand)" references: [module.monitoring.var.k8s_config_yaml (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:47.081+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default" references: [module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (close)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.databases (expand)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd" references: [module.argocd.var.wait_on (expand) module.argocd.kubernetes_secret.argocd-tls (expand) module.argocd.random_password.admin_password (expand) module.argocd.kubernetes_namespace.argocd (expand) module.argocd.data.external.processed_values (expand) module.argocd.data.external.processed_values module.argocd.data.external.processed_values] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.postgresql (close)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "output.minio-access-key (expand)" references: [module.tenant-365zon.output.minio_access_key (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.storage (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand) module.tenant-365zon.module.minio.output.secret_key (expand) module.tenant-365zon.var.minio_api_uri (expand) module.tenant-365zon.module.minio.output.bucket (expand) module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.grpc_service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.random_password.password (expand)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "var.vault_token" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.wait_on (expand)" references: [module.postgresql.output.installed (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.service_name (expand)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_config (expand)" references: [module.postgresql.var.k8s_config_yaml (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_secret_key (expand)" references: [module.tenant-365zon.module.minio.output.secret_key (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.namespace (expand)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.service_uri (expand)" references: [module.zitadel.var.service_name (expand) module.zitadel.var.server_dns (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.service_uri (expand)" references: [module.monitoring.var.service_name (expand) module.monitoring.var.server_dns (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)" references: [module.tenant-365zon.module.minio.null_resource.health_check (expand) module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_namespace.redis (expand)" references: [module.redis.var.namespace (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.installed (expand)" references: [module.mongodb.helm_release.mongodb (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)" references: [module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.var.owners (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.tld (expand)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_api_uri (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (close)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (close)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_action.groups-claim (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.monitoring.random_password.grafana_admin_password (expand)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack (expand)" references: [module.monitoring.var.wait_on (expand) module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand) module.monitoring.var.remote_write_url (expand) module.monitoring.var.remote_read_url (expand) module.monitoring.random_password.grafana_admin_password (expand) module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.ingressClass (expand)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_url (expand)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.region (expand)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.name (expand)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_config (expand)" references: [module.zitadel-db.var.k8s_config_yaml (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_auth (expand)" references: [module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0] module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.redis_db_next_start_index (expand)" references: [module.argocd.var.redis_db_start_index (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:58:47.082+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)" references: [] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_api_uri (expand)" references: [module.minio.output.minio_api_uri (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_host (expand)" references: [module.monitoring.local.k8s_config (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.prometheus_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: [] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin (expand)" references: [] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)" references: [module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.server (expand)" references: [module.tenant-365zon.var.minio_server (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.idp_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)" references: [] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.user_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_access_key (expand)" references: [module.minio.random_password.minio_access_key (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.minio.output.installed (expand)" references: [module.minio.helm_release.minio (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.root_password (expand)" references: [module.postgresql.random_password.postgresql_root_password (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_host (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_namespace.postgresql (expand)" references: [module.postgresql.var.enabled (expand) module.postgresql.var.namespace (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_root_password (expand)" references: [] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.postgresql.helm_release.postgresql (expand)" references: [module.postgresql.var.wait_on (expand) module.postgresql.kubernetes_secret.postgresql_auth (expand) module.postgresql.var.enabled (expand) module.postgresql.kubernetes_namespace.postgresql (expand) module.postgresql.var.username (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_host (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.null_resource.health_check (expand)" references: [module.tenant-365zon.module.minio.var.wait_on (expand) module.tenant-365zon.module.minio.var.server (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0]" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (close)" references: [] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_username (expand)" references: [] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand)" references: [] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.wait_on (expand)" references: [module.minio.output.installed (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_redirect_uri (expand)" references: [module.zitadel.output.server (expand) module.zitadel-argocd.output.logoutSuffix (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_host (expand)" references: [module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings (expand)" references: [module.tenant-365zon.var.mongodb_connection_string (expand) module.tenant-365zon.var.rabbitmq_connection_string (expand) module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.email (expand)" references: [] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.mongodb_connection_string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_auth (expand)" references: [module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:47.083+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.uri (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.redis.output.installed (expand)" references: [module.redis.helm_release.redis (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-argocd.var.domain (expand) module.zitadel-argocd.var.jwt_profile_file (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_auth (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.server (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_secret_key (expand)" references: [] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_namespace.tenant (expand)" references: [module.tenant-365zon.var.wait_on (expand) module.tenant-365zon.local.name (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.host (expand)" references: [] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.tls (expand)" references: [] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)" references: [] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)" references: [module.tenant-365zon.var.user_id (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_action.groups-claim" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (expand)" references: [] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (close)" references: [] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.secret_key (expand)" references: [module.tenant-365zon.var.minio_secret_key (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)" references: [] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "local.k8s_auth (expand)" references: [local.k8s_config (expand) local.k8s_config (expand) local.k8s_config (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (close)" references: [] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close)" references: [] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin_server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)" references: [] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)" references: [] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_config (expand)" references: [module.minio.var.k8s_config_yaml (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.cluster-init.module.longhorn.local.k8s_host (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (expand)" references: [] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)" references: [] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.wait_on (expand)" references: [module.zitadel-argocd.output.installed (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (expand)" references: [] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.redis.helm_release.redis (expand)" references: [module.redis.var.wait_on (expand) module.redis.var.architecture (expand) module.redis.var.architecture (validation) module.redis.kubernetes_namespace.redis (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:58:47.084+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (expand)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (close)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.minio (close)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_password (expand)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand)" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim (expand) module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.zitadel_action.groups-claim] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.kubernetes_secret.bridge-tls (expand)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default" references: [module.zitadel-argocd.module.zitadel_project.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project.var.name (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (expand)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.name (expand)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (expand)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.helm_release.rabbitmq (expand)" references: [module.rabbitmq.random_password.password (expand) module.rabbitmq.var.wait_on (expand) module.rabbitmq.var.replicas (expand) module.rabbitmq.local.service_uri (expand) module.rabbitmq.var.admin (expand) module.rabbitmq.var.tls (expand) module.rabbitmq.var.ingressClass (expand) module.rabbitmq.random_password.password (expand) module.rabbitmq.var.namespace (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.password (expand)" references: [module.postgresql.random_password.postgresql_user_password (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.argocd_service_domain (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0] module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.monitoring (close)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_username (expand)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_admin_uri (expand)" references: [module.minio.local.admin_service_uri (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.admin (expand)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (expand)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_namespace.argocd (expand)" references: [module.argocd.var.namespace (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_host (expand)" references: [module.mongodb.local.k8s_config (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_secret.zitadel (expand)" references: [module.zitadel.var.enabled (expand) module.zitadel.random_password.zitadel_masterkey (expand) module.zitadel.kubernetes_namespace.zitadel (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_config (expand)" references: [module.redis.var.k8s_config_yaml (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.service_name (expand)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/aminueza/minio\"]" references: [var.secret_key var.access_key var.minio_server var.region] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "var.endpoints" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.minio.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.replicas (expand)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.tls (expand)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.output.installed (expand)" references: [module.cluster-init.module.longhorn.output.installed (expand) module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.redis.output.password (expand)" references: [module.redis.random_password.redis (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)" references: [] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_auth (expand)" references: [module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.installed (expand)" references: [module.postgresql.helm_release.postgresql (expand)] +2025-07-11T08:58:47.085+0200 [DEBUG] ReferenceTransformer: "module.zitadel.helm_release.zitadel[0]" references: [module.zitadel.var.wait_on (expand) module.zitadel.kubernetes_secret.zitadel (expand) module.zitadel.var.enabled (expand) module.zitadel.local.service_uri (expand) module.zitadel.var.database (expand) module.zitadel.var.database_username (expand) module.zitadel.var.database_password (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.database_root_username (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.display_on_homepage (expand) module.zitadel.var.ingressClass (expand) module.zitadel.kubernetes_namespace.zitadel (expand)] +2025-07-11T08:58:47.086+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)] +2025-07-11T08:58:47.086+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand)] +2025-07-11T08:58:47.086+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (expand)" references: [] +2025-07-11T08:58:47.086+0200 [DEBUG] ReferenceTransformer: "module.minio (expand)" references: [] +2025-07-11T08:58:47.133+0200 [DEBUG] DestroyEdgeTransformer2: module.zitadel.data.kubernetes_secret.zitadel_admin has stored dependency of module.zitadel.local_file.zitadel_jwt_profile_file (destroy) +2025-07-11T08:58:47.133+0200 [DEBUG] DestroyEdgeTransformer2: module.zitadel.helm_release.zitadel[0] has stored dependency of module.zitadel.local_file.zitadel_jwt_profile_file (destroy) +2025-07-11T08:58:47.196+0200 [DEBUG] Starting graph walk: walkApply +2025-07-11T08:58:47.198+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.198+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.203+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5"] +2025-07-11T08:58:47.203+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 pid=973412 +2025-07-11T08:58:47.203+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 +2025-07-11T08:58:47.207+0200 [INFO] provider.terraform-provider-random_v3.7.2_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.206+0200" +2025-07-11T08:58:47.219+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:47.219+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: plugin address: address=/tmp/plugin1962094272 network=unix timestamp="2025-07-11T08:58:47.219+0200" +2025-07-11T08:58:47.227+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.227+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.231+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5"] +2025-07-11T08:58:47.231+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 pid=973421 +2025-07-11T08:58:47.231+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 +2025-07-11T08:58:47.234+0200 [INFO] provider.terraform-provider-local_v2.5.3_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.234+0200" +2025-07-11T08:58:47.246+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:47.246+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: plugin address: address=/tmp/plugin2678525307 network=unix timestamp="2025-07-11T08:58:47.246+0200" +2025-07-11T08:58:47.253+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.253+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.258+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 args=[".terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1"] +2025-07-11T08:58:47.258+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 pid=973430 +2025-07-11T08:58:47.258+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 +2025-07-11T08:58:47.260+0200 [INFO] provider.terraform-provider-slugify_v0.1.1: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.260+0200" +2025-07-11T08:58:47.272+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:47.272+0200 [DEBUG] provider.terraform-provider-slugify_v0.1.1: plugin address: address=/tmp/plugin4087419832 network=unix timestamp="2025-07-11T08:58:47.272+0200" +2025-07-11T08:58:47.279+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.279+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.284+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5"] +2025-07-11T08:58:47.284+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 pid=973443 +2025-07-11T08:58:47.284+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 +2025-07-11T08:58:47.286+0200 [INFO] provider.terraform-provider-null_v3.2.4_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.286+0200" +2025-07-11T08:58:47.299+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:47.299+0200 [DEBUG] provider.terraform-provider-null_v3.2.4_x5: plugin address: address=/tmp/plugin1551381758 network=unix timestamp="2025-07-11T08:58:47.299+0200" +2025-07-11T08:58:47.307+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.307+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.311+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:58:47.311+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=973451 +2025-07-11T08:58:47.311+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:58:47.318+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.318+0200" +2025-07-11T08:58:47.345+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:47.345+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin3161005574 network=unix timestamp="2025-07-11T08:58:47.345+0200" +2025-07-11T08:58:47.357+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.357+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.361+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5"] +2025-07-11T08:58:47.362+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 pid=973462 +2025-07-11T08:58:47.362+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 +2025-07-11T08:58:47.364+0200 [INFO] provider.terraform-provider-external_v2.3.5_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.364+0200" +2025-07-11T08:58:47.376+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:47.376+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: plugin address: address=/tmp/plugin3164615670 network=unix timestamp="2025-07-11T08:58:47.376+0200" +2025-07-11T08:58:47.384+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.385+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.389+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:47.389+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=973470 +2025-07-11T08:58:47.389+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:47.406+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.405+0200" +2025-07-11T08:58:47.417+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:47.417+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin854257526 network=unix timestamp="2025-07-11T08:58:47.417+0200" +2025-07-11T08:58:47.425+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:47.425+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.425+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.430+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:47.431+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=973485 +2025-07-11T08:58:47.431+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:47.448+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.448+0200" +2025-07-11T08:58:47.457+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1582230565 network=unix timestamp="2025-07-11T08:58:47.457+0200" +2025-07-11T08:58:47.457+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:47.464+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.465+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.465+0200 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/aminueza/minio\"]" changed the config value, but that value is unused +2025-07-11T08:58:47.469+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:47.469+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=973501 +2025-07-11T08:58:47.469+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:47.483+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.483+0200" +2025-07-11T08:58:47.495+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:47.495+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin947853521 network=unix timestamp="2025-07-11T08:58:47.495+0200" +2025-07-11T08:58:47.504+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:47.504+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.504+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.508+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:47.508+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=973515 +2025-07-11T08:58:47.508+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:47.527+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.526+0200" +2025-07-11T08:58:47.535+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: network=unix address=/tmp/plugin3400431756 timestamp="2025-07-11T08:58:47.535+0200" +2025-07-11T08:58:47.535+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:47.543+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.543+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.544+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:47 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:58:47.544+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f2f82264-14e9-3f41-b922-7a5ebd4ada47 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 tf_rpc=ConfigureProvider timestamp="2025-07-11T08:58:47.544+0200" +2025-07-11T08:58:47.544+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f2f82264-14e9-3f41-b922-7a5ebd4ada47 @module=helm timestamp="2025-07-11T08:58:47.544+0200" +2025-07-11T08:58:47.544+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=89175c36-9a75-01d1-5ac7-8a9c8177c200 tf_rpc=ConfigureProvider timestamp="2025-07-11T08:58:47.544+0200" +2025-07-11T08:58:47.544+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f2f82264-14e9-3f41-b922-7a5ebd4ada47 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm timestamp="2025-07-11T08:58:47.544+0200" +2025-07-11T08:58:47.544+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=89175c36-9a75-01d1-5ac7-8a9c8177c200 tf_rpc=ConfigureProvider timestamp="2025-07-11T08:58:47.544+0200" +2025-07-11T08:58:47.544+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=89175c36-9a75-01d1-5ac7-8a9c8177c200 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 timestamp="2025-07-11T08:58:47.544+0200" +2025-07-11T08:58:47.545+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:58:47 [DEBUG] MinIO SSL client transport configured successfully: timestamp="2025-07-11T08:58:47.545+0200" +2025-07-11T08:58:47.548+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:47.548+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=973534 +2025-07-11T08:58:47.548+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:47.561+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.561+0200" +2025-07-11T08:58:47.573+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:47.573+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin1680319166 network=unix timestamp="2025-07-11T08:58:47.573+0200" +2025-07-11T08:58:47.580+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.580+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.580+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:47.585+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:47.585+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=973547 +2025-07-11T08:58:47.585+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:47.603+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.603+0200" +2025-07-11T08:58:47.613+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:47.613+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2439905127 network=unix timestamp="2025-07-11T08:58:47.613+0200" +2025-07-11T08:58:47.620+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.620+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.624+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:47.625+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=973565 +2025-07-11T08:58:47.625+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:47.638+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.638+0200" +2025-07-11T08:58:47.650+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:47.650+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin2748421725 network=unix timestamp="2025-07-11T08:58:47.650+0200" +2025-07-11T08:58:47.658+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:47.659+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 id=973412 +2025-07-11T08:58:47.659+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:47.659+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.659+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.659+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:47 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:58:47.660+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9b60728d-c226-fa75-0484-b875e46ffcbd tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 timestamp="2025-07-11T08:58:47.659+0200" +2025-07-11T08:58:47.660+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9b60728d-c226-fa75-0484-b875e46ffcbd @module=helm tf_rpc=ConfigureProvider timestamp="2025-07-11T08:58:47.660+0200" +2025-07-11T08:58:47.660+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9b60728d-c226-fa75-0484-b875e46ffcbd tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 timestamp="2025-07-11T08:58:47.660+0200" +2025-07-11T08:58:47.663+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:47.664+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=973581 +2025-07-11T08:58:47.664+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:47.677+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.676+0200" +2025-07-11T08:58:47.689+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:47.689+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin141421293 network=unix timestamp="2025-07-11T08:58:47.688+0200" +2025-07-11T08:58:47.697+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:47.697+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.697+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.697+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:47.701+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:47.701+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=973595 +2025-07-11T08:58:47.701+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:47.714+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.714+0200" +2025-07-11T08:58:47.726+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin533705101 network=unix timestamp="2025-07-11T08:58:47.726+0200" +2025-07-11T08:58:47.726+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:47.734+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:47.734+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.734+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.738+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:47.738+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=973610 +2025-07-11T08:58:47.738+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:47.756+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.756+0200" +2025-07-11T08:58:47.764+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:47.764+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1275633691 network=unix timestamp="2025-07-11T08:58:47.764+0200" +2025-07-11T08:58:47.771+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.771+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.776+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:47.776+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=973628 +2025-07-11T08:58:47.776+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:47.789+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.789+0200" +2025-07-11T08:58:47.801+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin2227615802 network=unix timestamp="2025-07-11T08:58:47.801+0200" +2025-07-11T08:58:47.801+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:47.809+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.809+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.809+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:47.813+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:47.814+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=973643 +2025-07-11T08:58:47.814+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:47.832+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.831+0200" +2025-07-11T08:58:47.840+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:47.840+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2161151075 network=unix timestamp="2025-07-11T08:58:47.840+0200" +2025-07-11T08:58:47.846+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.846+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.851+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:47.851+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=973661 +2025-07-11T08:58:47.851+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:47.869+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.869+0200" +2025-07-11T08:58:47.878+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:47.878+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2919417726 network=unix timestamp="2025-07-11T08:58:47.878+0200" +2025-07-11T08:58:47.885+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.885+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.886+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:47 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:58:47.886+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:47 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:58:47.886+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:47 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:58:47.886+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: tf_provider_addr=registry.terraform.io/hashicorp/helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_req_id=95d6dde8-a473-fea8-4bcb-1137b84175e7 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm timestamp="2025-07-11T08:58:47.886+0200" +2025-07-11T08:58:47.886+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3383f84c-40ff-94a2-5122-4203fa10bb9d tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm timestamp="2025-07-11T08:58:47.886+0200" +2025-07-11T08:58:47.886+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: tf_req_id=be18ee0b-d6a2-e90f-e460-d0ba1f4dc3ca @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 timestamp="2025-07-11T08:58:47.886+0200" +2025-07-11T08:58:47.886+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: tf_rpc=ConfigureProvider settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm tf_req_id=be18ee0b-d6a2-e90f-e460-d0ba1f4dc3ca timestamp="2025-07-11T08:58:47.886+0200" +2025-07-11T08:58:47.887+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=be18ee0b-d6a2-e90f-e460-d0ba1f4dc3ca tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 timestamp="2025-07-11T08:58:47.887+0200" +2025-07-11T08:58:47.887+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3383f84c-40ff-94a2-5122-4203fa10bb9d tf_rpc=ConfigureProvider timestamp="2025-07-11T08:58:47.886+0200" +2025-07-11T08:58:47.886+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider tf_req_id=95d6dde8-a473-fea8-4bcb-1137b84175e7 timestamp="2025-07-11T08:58:47.886+0200" +2025-07-11T08:58:47.887+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=3383f84c-40ff-94a2-5122-4203fa10bb9d tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 timestamp="2025-07-11T08:58:47.886+0200" +2025-07-11T08:58:47.887+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm tf_rpc=ConfigureProvider config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=4ed04676-1ce6-bebe-4059-a8f6245d23b6 timestamp="2025-07-11T08:58:47.887+0200" +2025-07-11T08:58:47.887+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm tf_req_id=4ed04676-1ce6-bebe-4059-a8f6245d23b6 timestamp="2025-07-11T08:58:47.887+0200" +2025-07-11T08:58:47.887+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_req_id=95d6dde8-a473-fea8-4bcb-1137b84175e7 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:47.887+0200" +2025-07-11T08:58:47.887+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=4ed04676-1ce6-bebe-4059-a8f6245d23b6 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm timestamp="2025-07-11T08:58:47.887+0200" +2025-07-11T08:58:47.891+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:47.891+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=973680 +2025-07-11T08:58:47.891+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:47.908+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.908+0200" +2025-07-11T08:58:47.917+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:47.917+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1016136054 network=unix timestamp="2025-07-11T08:58:47.917+0200" +2025-07-11T08:58:47.924+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.924+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.928+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:47.928+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=973698 +2025-07-11T08:58:47.928+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:47.945+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.945+0200" +2025-07-11T08:58:47.953+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:47.953+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2749057756 network=unix timestamp="2025-07-11T08:58:47.953+0200" +2025-07-11T08:58:47.961+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:47.961+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:47.965+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:58:47.965+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=973715 +2025-07-11T08:58:47.965+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:58:47.985+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:58:47.985+0200" +2025-07-11T08:58:47.994+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin813686370 network=unix timestamp="2025-07-11T08:58:47.994+0200" +2025-07-11T08:58:47.994+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:48.001+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:48.003+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=973485 +2025-07-11T08:58:48.003+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:48.003+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:48.006+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=973501 +2025-07-11T08:58:48.006+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:48.007+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:48.008+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=973451 +2025-07-11T08:58:48.008+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:48.008+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:48.008+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:48.008+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:48 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:58:48.008+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:48 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:58:48.008+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:48 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:58:48.013+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:48.013+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=973732 +2025-07-11T08:58:48.013+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:48.025+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:48.025+0200" +2025-07-11T08:58:48.037+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin3097574580 network=unix timestamp="2025-07-11T08:58:48.037+0200" +2025-07-11T08:58:48.037+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:48.045+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:48.046+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=973628 +2025-07-11T08:58:48.046+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:48.047+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:48.048+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=973610 +2025-07-11T08:58:48.048+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:48.048+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:48.048+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:48.053+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:58:48.053+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=973748 +2025-07-11T08:58:48.053+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:58:48.065+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:58:48.065+0200" +2025-07-11T08:58:48.077+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin1466806855 network=unix timestamp="2025-07-11T08:58:48.077+0200" +2025-07-11T08:58:48.077+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:58:48.086+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:48.087+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=973595 +2025-07-11T08:58:48.087+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:48.088+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:48.090+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=973680 +2025-07-11T08:58:48.090+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:48.091+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:48.092+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 id=973443 +2025-07-11T08:58:48.092+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:48.092+0200 [INFO] Starting apply for module.zitadel.local_file.zitadel_jwt_profile_file +2025-07-11T08:58:48.092+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:48.093+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=973698 +2025-07-11T08:58:48.093+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:48.093+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:58:48.093+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:58:48.098+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:58:48.098+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=973784 +2025-07-11T08:58:48.098+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:58:48.104+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:58:48.104+0200" +2025-07-11T08:58:48.131+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:58:48.131+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin941902043 network=unix timestamp="2025-07-11T08:58:48.131+0200" +2025-07-11T08:58:48.143+0200 [DEBUG] module.zitadel.local_file.zitadel_jwt_profile_file: applying the planned Delete change +2025-07-11T08:58:48.144+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:48.144+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:48.144+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:48 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:58:48.145+0200 [WARN] ValidateProviderConfig from "module.tenant-365zon.module.minio.provider[\"registry.terraform.io/aminueza/minio\"]" changed the config value, but that value is unused +2025-07-11T08:58:48.145+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:58:48 [DEBUG] MinIO SSL client transport configured successfully: timestamp="2025-07-11T08:58:48.145+0200" +2025-07-11T08:58:48.145+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.monitoring.kubernetes_namespace.monitoring, 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:58:48.145+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:48.147+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=973715 +2025-07-11T08:58:48.147+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:48.147+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:48.148+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=973784 +2025-07-11T08:58:48.148+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:48.148+0200 [INFO] Starting apply for module.monitoring.kubernetes_namespace.monitoring +2025-07-11T08:58:48.148+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:58:48.148+0200 [DEBUG] module.monitoring.kubernetes_namespace.monitoring: applying the planned Update change +2025-07-11T08:58:48.149+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=aade2bc6-7c4e-abd5-76c1-b0cf17c9ce40 tf_rpc=ConfigureProvider @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 timestamp="2025-07-11T08:58:48.149+0200" +2025-07-11T08:58:48.149+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @module=helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_req_id=aade2bc6-7c4e-abd5-76c1-b0cf17c9ce40 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:48.149+0200" +2025-07-11T08:58:48.149+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider tf_req_id=572454e0-1a4c-c2ee-678b-4d2ab6aacf32 timestamp="2025-07-11T08:58:48.149+0200" +2025-07-11T08:58:48.149+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=572454e0-1a4c-c2ee-678b-4d2ab6aacf32 tf_rpc=ConfigureProvider timestamp="2025-07-11T08:58:48.149+0200" +2025-07-11T08:58:48.149+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=aade2bc6-7c4e-abd5-76c1-b0cf17c9ce40 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm timestamp="2025-07-11T08:58:48.149+0200" +2025-07-11T08:58:48.149+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=572454e0-1a4c-c2ee-678b-4d2ab6aacf32 tf_rpc=ConfigureProvider timestamp="2025-07-11T08:58:48.149+0200" +2025-07-11T08:58:48.149+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:48 [INFO] Updating namespace: [{"path":"/metadata/annotations/lifecycle.cattle.io~1create.namespace-auth","op":"remove"} {"path":"/metadata/annotations/cattle.io~1status","op":"remove"}] +2025-07-11T08:58:48.149+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:48.149+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Content-Length=156 Host=rancher.bridge.fourlights.dev @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_method=PATCH tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/monitoring Content-Type="application/json-patch+json" User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_body="[{\"path\":\"/metadata/annotations/lifecycle.cattle.io~1create.namespace-auth\",\"op\":\"remove\"},{\"path\":\"/metadata/annotations/cattle.io~1status\",\"op\":\"remove\"}]" tf_http_trans_id=45b2ce9b-8de8-f9eb-007b-e969d41eabbc @module=kubernetes.Kubernetes Accept-Encoding=gzip tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T08:58:48.149+0200" +2025-07-11T08:58:48.152+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=973748 +2025-07-11T08:58:48.152+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:48.152+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:48.153+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=973661 +2025-07-11T08:58:48.153+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:48.153+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:48.155+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=973581 +2025-07-11T08:58:48.155+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:48.155+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:48.156+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=973470 +2025-07-11T08:58:48.156+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:48.156+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:48.158+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0007462a0 Settings:0xc00074d440 RegistryClient:0xc000713600 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_req_id=bd9ac06b-c1d8-d012-734a-c28d45c4e1f7 tf_resource_type=helm_release tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:48.158+0200" +2025-07-11T08:58:48.160+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0007462a0 Settings:0xc00074d440 RegistryClient:0xc000713600 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 timestamp="2025-07-11T08:58:48.160+0200" +2025-07-11T08:58:48.162+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Detected value change between proposed new state and prior state: tf_attribute_path=values tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:241 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:48.162+0200" +2025-07-11T08:58:48.162+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:250 @module=sdk.framework tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:48.162+0200" +2025-07-11T08:58:48.162+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"metadata\").AttributeName(\"notes\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_rpc=PlanResourceChange @module=sdk.framework tf_resource_type=helm_release timestamp="2025-07-11T08:58:48.162+0200" +2025-07-11T08:58:48.162+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"metadata\").AttributeName(\"app_version\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=sdk.framework tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:48.162+0200" +2025-07-11T08:58:48.162+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"metadata\").AttributeName(\"revision\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework timestamp="2025-07-11T08:58:48.162+0200" +2025-07-11T08:58:48.162+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_resource_type=helm_release tf_attribute_path="AttributeName(\"metadata\").AttributeName(\"first_deployed\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 timestamp="2025-07-11T08:58:48.162+0200" +2025-07-11T08:58:48.162+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"metadata\").AttributeName(\"namespace\")" timestamp="2025-07-11T08:58:48.162+0200" +2025-07-11T08:58:48.162+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"metadata\").AttributeName(\"chart\")" tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_resource_type=helm_release timestamp="2025-07-11T08:58:48.162+0200" +2025-07-11T08:58:48.162+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"metadata\").AttributeName(\"values\")" timestamp="2025-07-11T08:58:48.162+0200" +2025-07-11T08:58:48.162+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"metadata\").AttributeName(\"name\")" tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:48.162+0200" +2025-07-11T08:58:48.162+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"metadata\").AttributeName(\"last_deployed\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 @module=sdk.framework timestamp="2025-07-11T08:58:48.162+0200" +2025-07-11T08:58:48.162+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"metadata\").AttributeName(\"version\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 timestamp="2025-07-11T08:58:48.162+0200" +2025-07-11T08:58:48.162+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=sdk.framework tf_attribute_path="AttributeName(\"metadata\")" tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:48.162+0200" +2025-07-11T08:58:48.162+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"status\")" tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 timestamp="2025-07-11T08:58:48.162+0200" +2025-07-11T08:58:48.162+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"manifest\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_rpc=PlanResourceChange @module=sdk.framework timestamp="2025-07-11T08:58:48.162+0200" +2025-07-11T08:58:48.162+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"id\")" tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:48.162+0200" +2025-07-11T08:58:48.166+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"zitadel" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID: Keyring: Lint:false Manifest: MaxHistory:0 Metadata: Name:"zitadel" Namespace:"zitadel" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.zitadel.com" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status: Timeout:300 Values:["zitadel:\n masterkeySecretName: \"zitadel\"\n configmapConfig:\n Log:\n Level: 'info'\n LogStore:\n Access:\n Stdout:\n Enabled: true\n ExternalSecure: true\n ExternalDomain: zitadel.365zon.fourlights.dev\n ExternalPort: 443\n TLS:\n Enabled: false\n FirstInstance:\n Org:\n Machine:\n Machine:\n Username: zitadel-admin-sa\n Name: Admin\n MachineKey:\n ExpirationDate: \"2026-01-01T00:00:00Z\"\n Type: 1\n Database:\n Postgres:\n Host: postgresql-hl.postgresql.svc.cluster.local\n Port: 5432\n Database: zitadel\n MaxOpenConns: 20\n MaxIdleConns: 10\n MaxConnLifetime: 30m\n MaxConnIdleTime: 5m\n User:\n Username: zitadel\n Password: \"LW+70S#T8*TcfX]HQ*w12>B&\"\n SSL:\n Mode: disable\n Admin:\n Username: postgres\n Password: \"PvwMI{LznVaS_W-112$IZfdAH2Q\"\n SSL:\n Mode: disable\n \n\nreadinessProbe:\n initialDelaySeconds: 5\n periodSeconds: 5\n failureThreshold: 10\n\nstartupProbe:\n periodSeconds: 5\n failureThreshold: 30\n\nservice:\n annotations:\n traefik.ingress.kubernetes.io/service.serversscheme: h2c\n\ningress:\n enabled: true\n className: nginx\n annotations:\n kubernetes.io/ingress.class: nginx\n cert-manager.io/cluster-issuer: letsencrypt\n \n nginx.ingress.kubernetes.io/backend-protocol: \"GRPC\"\n nginx.ingress.kubernetes.io/grpc-backend: \"true\"\n \n gethomepage.dev/enabled: \"true\"\n gethomepage.dev/name: \"Zitadel\"\n gethomepage.dev/description: \"Identity and Access Management\"\n gethomepage.dev/group: \"Tools\"\n gethomepage.dev/icon: \"zitadel.png\"\n \n hosts:\n - host: zitadel.365zon.fourlights.dev\n paths:\n - path: /\n pathType: Prefix\n\n"] Verify:false Version:"8.12.0" Wait:true WaitForJobs:true}: tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 timestamp="2025-07-11T08:58:48.166+0200" +2025-07-11T08:58:48.166+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"zitadel" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"zitadel" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"v2.67.2","chart":"zitadel","first_deployed":1752215453,"last_deployed":1752215453,"name":"zitadel","namespace":"zitadel","notes":"Thank you for installing zitadel.\nExtract your service account key for authenticating at the ZITADEL API's:\n\n $ kubectl -n zitadel get secret zitadel-admin-sa -o jsonpath='{ .data.zitadel-admin-sa\\.json }' | base64 -D","revision":1,"values":"{\"ingress\":{\"annotations\":{\"cert-manager.io/cluster-issuer\":\"letsencrypt\",\"gethomepage.dev/description\":\"Identity and Access Management\",\"gethomepage.dev/enabled\":\"true\",\"gethomepage.dev/group\":\"Tools\",\"gethomepage.dev/icon\":\"zitadel.png\",\"gethomepage.dev/name\":\"Zitadel\",\"kubernetes.io/ingress.class\":\"nginx\"},\"className\":\"nginx\",\"enabled\":true,\"hosts\":[{\"host\":\"zitadel.365zon.fourlights.dev\",\"paths\":[{\"path\":\"/\",\"pathType\":\"Prefix\"}]}]},\"readinessProbe\":{\"failureThreshold\":10,\"initialDelaySeconds\":5,\"periodSeconds\":5},\"service\":{\"annotations\":{\"traefik.ingress.kubernetes.io/service.serversscheme\":\"h2c\"}},\"startupProbe\":{\"failureThreshold\":30,\"periodSeconds\":5},\"zitadel\":{\"configmapConfig\":{\"Database\":{\"Postgres\":{\"Admin\":{\"Password\":\"PvwMI{LznVaS\\u003cq_[(rXD0p]c\\u003e_W-112$IZfdAH2Q\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"postgres\"},\"Database\":\"zitadel\",\"Host\":\"postgresql-hl.postgresql.svc.cluster.local\",\"MaxConnIdleTime\":\"5m\",\"MaxConnLifetime\":\"30m\",\"MaxIdleConns\":10,\"MaxOpenConns\":20,\"Port\":5432,\"User\":{\"Password\":\"LW+70S#T8*TcfX]HQ*w12\\u003eB\\u0026\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"zitadel\"}}},\"ExternalDomain\":\"zitadel.365zon.fourlights.dev\",\"ExternalPort\":443,\"ExternalSecure\":true,\"FirstInstance\":{\"Org\":{\"Machine\":{\"Machine\":{\"Name\":\"Admin\",\"Username\":\"zitadel-admin-sa\"},\"MachineKey\":{\"ExpirationDate\":\"2026-01-01T00:00:00Z\",\"Type\":1}}}},\"Log\":{\"Level\":\"info\"},\"LogStore\":{\"Access\":{\"Stdout\":{\"Enabled\":true}}},\"TLS\":{\"Enabled\":false}},\"masterkeySecretName\":\"zitadel\"}}","version":"8.12.0"} Name:"zitadel" Namespace:"zitadel" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.zitadel.com" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["zitadel:\n masterkeySecretName: \"zitadel\"\n configmapConfig:\n Log:\n Level: 'info'\n LogStore:\n Access:\n Stdout:\n Enabled: true\n ExternalSecure: true\n ExternalDomain: zitadel.365zon.fourlights.dev\n ExternalPort: 443\n TLS:\n Enabled: false\n FirstInstance:\n Org:\n Machine:\n Machine:\n Username: zitadel-admin-sa\n Name: Admin\n MachineKey:\n ExpirationDate: \"2026-01-01T00:00:00Z\"\n Type: 1\n Database:\n Postgres:\n Host: postgresql-hl.postgresql.svc.cluster.local\n Port: 5432\n Database: zitadel\n MaxOpenConns: 20\n MaxIdleConns: 10\n MaxConnLifetime: 30m\n MaxConnIdleTime: 5m\n User:\n Username: zitadel\n Password: \"LW+70S#T8*TcfX]HQ*w12>B&\"\n SSL:\n Mode: disable\n Admin:\n Username: postgres\n Password: \"PvwMI{LznVaS_W-112$IZfdAH2Q\"\n SSL:\n Mode: disable\n \n\nreadinessProbe:\n initialDelaySeconds: 5\n periodSeconds: 5\n failureThreshold: 10\n\nstartupProbe:\n periodSeconds: 5\n failureThreshold: 30\n\nservice:\n annotations:\n traefik.ingress.kubernetes.io/service.serversscheme: h2c\n\ningress:\n enabled: true\n className: nginx\n annotations:\n kubernetes.io/ingress.class: nginx\n cert-manager.io/cluster-issuer: letsencrypt\n \n gethomepage.dev/enabled: \"true\"\n gethomepage.dev/name: \"Zitadel\"\n gethomepage.dev/description: \"Identity and Access Management\"\n gethomepage.dev/group: \"Tools\"\n gethomepage.dev/icon: \"zitadel.png\"\n \n hosts:\n - host: zitadel.365zon.fourlights.dev\n paths:\n - path: /\n pathType: Prefix\n\n"] Verify:false Version:"8.12.0" Wait:true WaitForJobs:true}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 timestamp="2025-07-11T08:58:48.166+0200" +2025-07-11T08:58:48.166+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Start: tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:48.166+0200" +2025-07-11T08:58:48.166+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_rpc=PlanResourceChange @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 tf_resource_type=helm_release timestamp="2025-07-11T08:58:48.166+0200" +2025-07-11T08:58:48.166+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @module=helm configPaths=[] tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_resource_type=helm_release timestamp="2025-07-11T08:58:48.166+0200" +2025-07-11T08:58:48.166+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 timestamp="2025-07-11T08:58:48.166+0200" +2025-07-11T08:58:48.166+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Initial Values: Name=zitadel, Namespace=zitadel, Repository=https://charts.zitadel.com, Repository_Username=, Repository_Password=, Chart=zitadel: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:58:48.166+0200" +2025-07-11T08:58:48.166+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Metadata has changes, setting to unknown: @module=helm tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1799 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:48.166+0200" +2025-07-11T08:58:48.166+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc00074d560 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 @module=helm tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:48.166+0200" +2025-07-11T08:58:48.644+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_op_type=response + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"monitoring","uid":"4e752f54-5f50-4c50-9f26-9b0bc0d1b794","resourceVersion":"109681457","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"monitoring"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:53:05Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 X-Api-Cattle-Auth=true tf_http_res_status_code=200 Content-Type=application/json Date="Fri, 11 Jul 2025 06:58:48 GMT" tf_http_trans_id=45b2ce9b-8de8-f9eb-007b-e969d41eabbc @module=kubernetes.Kubernetes Audit-Id=0db2f4d8-92dc-43d1-8b68-03c4002437a8 X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_reason="200 OK" Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=794 timestamp="2025-07-11T08:58:48.644+0200" +2025-07-11T08:58:48.644+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:48 [INFO] Submitted updated namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"monitoring", GenerateName:"", Namespace:"", SelfLink:"", UID:"4e752f54-5f50-4c50-9f26-9b0bc0d1b794", ResourceVersion:"109681457", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"monitoring"}, Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000c1edb0), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 53, 5, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000c1ede0), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:58:48.644+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:48 [INFO] Checking namespace monitoring +2025-07-11T08:58:48.644+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_body="" tf_http_req_version=HTTP/1.1 tf_http_trans_id=6bcdabcc-db9b-5c28-26c6-05160f45843b @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 tf_http_op_type=request Accept="application/json, */*" Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/monitoring @module=kubernetes.Kubernetes Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" timestamp="2025-07-11T08:58:48.644+0200" +2025-07-11T08:58:48.804+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Content-Type=application/json X-Api-Cattle-Auth=true + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"monitoring","uid":"4e752f54-5f50-4c50-9f26-9b0bc0d1b794","resourceVersion":"109681461","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"monitoring"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:58:49Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:58:49Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:58:48Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=1231 X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_trans_id=6bcdabcc-db9b-5c28-26c6-05160f45843b Date="Fri, 11 Jul 2025 06:58:48 GMT" X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=b78f40ed-9fa5-4184-8a36-88ee44ad7870 @module=kubernetes.Kubernetes timestamp="2025-07-11T08:58:48.803+0200" +2025-07-11T08:58:48.804+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:48 [INFO] Namespace monitoring exists +2025-07-11T08:58:48.804+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:48 [INFO] Reading namespace monitoring +2025-07-11T08:58:48.804+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_body="" tf_http_req_method=GET tf_http_trans_id=4144328b-f1da-385c-ded5-efd26c6c9450 @module=kubernetes.Kubernetes Accept="application/json, */*" tf_http_op_type=request tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept-Encoding=gzip new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/monitoring Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev timestamp="2025-07-11T08:58:48.804+0200" +2025-07-11T08:58:48.853+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_res_status_reason="200 OK" @module=kubernetes.Kubernetes Audit-Id=e498f0d3-e9bf-4b46-aa4f-f9a48a1bc040 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json X-Content-Type-Options=nosniff new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"monitoring","uid":"4e752f54-5f50-4c50-9f26-9b0bc0d1b794","resourceVersion":"109681461","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"monitoring"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:58:49Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:58:49Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:58:48Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_version=HTTP/2.0 tf_http_trans_id=4144328b-f1da-385c-ded5-efd26c6c9450 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 Content-Length=1231 Date="Fri, 11 Jul 2025 06:58:48 GMT" X-Api-Cattle-Auth=true tf_http_res_status_code=200 timestamp="2025-07-11T08:58:48.852+0200" +2025-07-11T08:58:48.853+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:58:48 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"monitoring", GenerateName:"", Namespace:"", SelfLink:"", UID:"4e752f54-5f50-4c50-9f26-9b0bc0d1b794", ResourceVersion:"109681461", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"monitoring"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:58:49Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:58:49Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000c1f578), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 58, 48, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000c1f5a8), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:58:48.853+0200 [WARN] Provider "module.monitoring.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" produced an unexpected new value for module.monitoring.kubernetes_namespace.monitoring, 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: + - .metadata[0].resource_version: was cty.StringVal("109679530"), but now cty.StringVal("109681461") + - .metadata[0].annotations: new element "cattle.io/status" has appeared + - .metadata[0].annotations: new element "lifecycle.cattle.io/create.namespace-auth" has appeared +2025-07-11T08:58:48.854+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:58:48.854+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:58:48.855+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=973547 +2025-07-11T08:58:48.855+0200 [DEBUG] provider: plugin exited +2025-07-11T08:58:49.226+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Got chart: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_resource_type=helm_release timestamp="2025-07-11T08:58:49.226+0200" +2025-07-11T08:58:49.226+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 @module=helm tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:49.226+0200" +2025-07-11T08:58:49.226+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Release validated: @module=helm tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 timestamp="2025-07-11T08:58:49.226+0200" +2025-07-11T08:58:49.226+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Done: tf_req_id=bbb9aa7b-0305-b2a4-76db-981a2a193f01 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 @module=helm tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:49.226+0200" +2025-07-11T08:58:49.227+0200 [INFO] Starting apply for module.zitadel.helm_release.zitadel[0] +2025-07-11T08:58:49.228+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:58:49.228+0200 [DEBUG] module.zitadel.helm_release.zitadel[0]: applying the planned Update change +2025-07-11T08:58:49.230+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0007462a0 Settings:0xc00074d440 RegistryClient:0xc000713600 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ApplyResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 timestamp="2025-07-11T08:58:49.230+0200" +2025-07-11T08:58:49.230+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseUpdate: zitadel] Started: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ApplyResourceChange tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:959 timestamp="2025-07-11T08:58:49.230+0200" +2025-07-11T08:58:49.230+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseUpdate: zitadel] Getting helm configuration for namespace: zitadel: @module=helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_rpc=ApplyResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:963 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:49.230+0200" +2025-07-11T08:58:49.230+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 timestamp="2025-07-11T08:58:49.230+0200" +2025-07-11T08:58:49.230+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_rpc=ApplyResourceChange @module=helm configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:49.230+0200" +2025-07-11T08:58:49.230+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:58:49.230+0200" +2025-07-11T08:58:49.230+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc00074d560 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_rpc=ApplyResourceChange @module=helm tf_resource_type=helm_release timestamp="2025-07-11T08:58:49.230+0200" +2025-07-11T08:58:49.747+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_rpc=ApplyResourceChange tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 @module=helm timestamp="2025-07-11T08:58:49.747+0200" +2025-07-11T08:58:49.747+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Processing Set_list attribute: tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1336 @module=helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:49.747+0200" +2025-07-11T08:58:49.747+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Final merged values: map[ingress:map[annotations:map[cert-manager.io/cluster-issuer:letsencrypt gethomepage.dev/description:Identity and Access Management gethomepage.dev/enabled:true gethomepage.dev/group:Tools gethomepage.dev/icon:zitadel.png gethomepage.dev/name:Zitadel kubernetes.io/ingress.class:nginx nginx.ingress.kubernetes.io/backend-protocol:GRPC nginx.ingress.kubernetes.io/grpc-backend:true] className:nginx enabled:true hosts:[map[host:zitadel.365zon.fourlights.dev paths:[map[path:/ pathType:Prefix]]]]] readinessProbe:map[failureThreshold:10 initialDelaySeconds:5 periodSeconds:5] service:map[annotations:map[traefik.ingress.kubernetes.io/service.serversscheme:h2c]] startupProbe:map[failureThreshold:30 periodSeconds:5] zitadel:map[configmapConfig:map[Database:map[Postgres:map[Admin:map[Password:PvwMI{LznVaS_W-112$IZfdAH2Q SSL:map[Mode:disable] Username:postgres] Database:zitadel Host:postgresql-hl.postgresql.svc.cluster.local MaxConnIdleTime:5m MaxConnLifetime:30m MaxIdleConns:10 MaxOpenConns:20 Port:5432 User:map[Password:LW+70S#T8*TcfX]HQ*w12>B& SSL:map[Mode:disable] Username:zitadel]]] ExternalDomain:zitadel.365zon.fourlights.dev ExternalPort:443 ExternalSecure:true FirstInstance:map[Org:map[Machine:map[Machine:map[Name:Admin Username:zitadel-admin-sa] MachineKey:map[ExpirationDate:2026-01-01T00:00:00Z Type:1]]]] Log:map[Level:info] LogStore:map[Access:map[Stdout:map[Enabled:true]]] TLS:map[Enabled:false]] masterkeySecretName:zitadel]]: tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1378 @module=helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:58:49.747+0200" +2025-07-11T08:58:49.747+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: ---[ values.yaml ]----------------------------------- +ingress: + annotations: + cert-manager.io/cluster-issuer: letsencrypt + gethomepage.dev/description: Identity and Access Management + gethomepage.dev/enabled: "true" + gethomepage.dev/group: Tools + gethomepage.dev/icon: zitadel.png + gethomepage.dev/name: Zitadel + kubernetes.io/ingress.class: nginx + nginx.ingress.kubernetes.io/backend-protocol: GRPC + nginx.ingress.kubernetes.io/grpc-backend: "true" + className: nginx + enabled: true + hosts: + - host: zitadel.365zon.fourlights.dev + paths: + - path: / + pathType: Prefix +readinessProbe: + failureThreshold: 10 + initialDelaySeconds: 5 + periodSeconds: 5 +service: + annotations: + traefik.ingress.kubernetes.io/service.serversscheme: h2c +startupProbe: + failureThreshold: 30 + periodSeconds: 5 +zitadel: + configmapConfig: + Database: + Postgres: + Admin: + Password: PvwMI{LznVaS_W-112$IZfdAH2Q + SSL: + Mode: disable + Username: postgres + Database: zitadel + Host: postgresql-hl.postgresql.svc.cluster.local + MaxConnIdleTime: 5m + MaxConnLifetime: 30m + MaxIdleConns: 10 + MaxOpenConns: 20 + Port: 5432 + User: + Password: LW+70S#T8*TcfX]HQ*w12>B& + SSL: + Mode: disable + Username: zitadel + ExternalDomain: zitadel.365zon.fourlights.dev + ExternalPort: 443 + ExternalSecure: true + FirstInstance: + Org: + Machine: + Machine: + Name: Admin + Username: zitadel-admin-sa + MachineKey: + ExpirationDate: "2026-01-01T00:00:00Z" + Type: 1 + Log: + Level: info + LogStore: + Access: + Stdout: + Enabled: true + TLS: + Enabled: false + masterkeySecretName: zitadel + +: tf_rpc=ApplyResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1457 @module=helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:58:49.747+0200" +2025-07-11T08:59:12.954+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"v2.67.2","chart":"zitadel","first_deployed":1752215453,"last_deployed":1752217130,"name":"zitadel","namespace":"zitadel","notes":"Thank you for installing zitadel.\nExtract your service account key for authenticating at the ZITADEL API's:\n\n $ kubectl -n zitadel get secret zitadel-admin-sa -o jsonpath='{ .data.zitadel-admin-sa\\.json }' | base64 -D","revision":2,"values":"{\"ingress\":{\"annotations\":{\"cert-manager.io/cluster-issuer\":\"letsencrypt\",\"gethomepage.dev/description\":\"Identity and Access Management\",\"gethomepage.dev/enabled\":\"true\",\"gethomepage.dev/group\":\"Tools\",\"gethomepage.dev/icon\":\"zitadel.png\",\"gethomepage.dev/name\":\"Zitadel\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/backend-protocol\":\"GRPC\",\"nginx.ingress.kubernetes.io/grpc-backend\":\"true\"},\"className\":\"nginx\",\"enabled\":true,\"hosts\":[{\"host\":\"zitadel.365zon.fourlights.dev\",\"paths\":[{\"path\":\"/\",\"pathType\":\"Prefix\"}]}]},\"readinessProbe\":{\"failureThreshold\":10,\"initialDelaySeconds\":5,\"periodSeconds\":5},\"service\":{\"annotations\":{\"traefik.ingress.kubernetes.io/service.serversscheme\":\"h2c\"}},\"startupProbe\":{\"failureThreshold\":30,\"periodSeconds\":5},\"zitadel\":{\"configmapConfig\":{\"Database\":{\"Postgres\":{\"Admin\":{\"Password\":\"PvwMI{LznVaS\\u003cq_[(rXD0p]c\\u003e_W-112$IZfdAH2Q\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"postgres\"},\"Database\":\"zitadel\",\"Host\":\"postgresql-hl.postgresql.svc.cluster.local\",\"MaxConnIdleTime\":\"5m\",\"MaxConnLifetime\":\"30m\",\"MaxIdleConns\":10,\"MaxOpenConns\":20,\"Port\":5432,\"User\":{\"Password\":\"LW+70S#T8*TcfX]HQ*w12\\u003eB\\u0026\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"zitadel\"}}},\"ExternalDomain\":\"zitadel.365zon.fourlights.dev\",\"ExternalPort\":443,\"ExternalSecure\":true,\"FirstInstance\":{\"Org\":{\"Machine\":{\"Machine\":{\"Name\":\"Admin\",\"Username\":\"zitadel-admin-sa\"},\"MachineKey\":{\"ExpirationDate\":\"2026-01-01T00:00:00Z\",\"Type\":1}}}},\"Log\":{\"Level\":\"info\"},\"LogStore\":{\"Access\":{\"Stdout\":{\"Enabled\":true}}},\"TLS\":{\"Enabled\":false}},\"masterkeySecretName\":\"zitadel\"}}","version":"8.12.0"}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 @module=helm tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:12.954+0200" +2025-07-11T08:59:12.954+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=create_namespace tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:12.954+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ApplyResourceChange tf_attribute_path=recreate_pods tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:12.954+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_rpc=ApplyResourceChange tf_attribute_path=reuse_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=wait_for_jobs tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ApplyResourceChange tf_attribute_path=disable_crd_hooks tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=lint tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=reset_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=replace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=atomic tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=force_update tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 @module=sdk.framework tf_attribute_path=timeout tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=chart tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=skip_crds @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=repository @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release tf_rpc=ApplyResourceChange @module=sdk.framework timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=pass_credentials tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=disable_openapi_validation tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=values[0] tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_attribute_path=values tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=dependency_update tf_rpc=ApplyResourceChange @module=sdk.framework timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ApplyResourceChange tf_attribute_path=status tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=wait tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release @module=sdk.framework tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=disable_webhooks tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ApplyResourceChange @module=sdk.framework tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=verify tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=cleanup_on_fail tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=max_history tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.955+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=cc025628-0e72-0ac0-55cd-10a9bb8100c8 tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=render_subchart_notes tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:12.955+0200" +2025-07-11T08:59:12.957+0200 [DEBUG] states/remote: state read serial is: 43; serial is: 43 +2025-07-11T08:59:12.957+0200 [DEBUG] states/remote: state read lineage is: 8bb1bb78-c340-a09d-d7d3-bfdfbe0a740e; lineage is: 8bb1bb78-c340-a09d-d7d3-bfdfbe0a740e +2025-07-11T08:59:12.960+0200 [INFO] backend-s3: Uploading remote state: tf_backend.operation=Put tf_backend.req_id=ab6a13aa-8d92-155f-10e4-360ab6ea37fc tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T08:59:12.961+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=PutObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Put tf_backend.req_id=ab6a13aa-8d92-155f-10e4-360ab6ea37fc tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.method=PUT http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate?x-id=PutObject http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;content-encoding;content-length;content-type;host;x-amz-content-sha256;x-amz-date;x-amz-decoded-content-length;x-amz-sdk-checksum-algorithm;x-amz-trailer, Signature=*****" http.request.header.amz_sdk_invocation_id=fa8b3e91-c9dd-43be-8826-ca79f6819ce8 http.request.header.x_amz_trailer=x-amz-checksum-sha256 http.request.header.x_amz_date=20250711T065912Z http.request.header.content_type=application/json http.request.header.x_amz_content_sha256=STREAMING-UNSIGNED-PAYLOAD-TRAILER net.peer.name=storage.bridge.fourlights.dev http.request.header.x_amz_sdk_checksum_algorithm=SHA256 http.request.header.x_amz_decoded_content_length=115835 http.request.header.amz_sdk_request="attempt=1; max=5" http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 ft/s3-transfer m/G,Z" http.request_content_length=115917 http.request.header.accept_encoding=identity http.request.header.content_encoding=aws-chunked http.request.body="[Redacted: 113.2 KB (115,917 bytes), Type: application/json]" +2025-07-11T08:59:13.835+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=PutObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Put tf_backend.req_id=ab6a13aa-8d92-155f-10e4-360ab6ea37fc tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.response.header.x_ratelimit_limit=57 http.response.header.server=MinIO http.response.header.accept_ranges=bytes http.duration=874 http.status_code=200 http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.x_amz_checksum_sha256=NhJ2xUedZhOw36EI0q5RnYFp80IurGOSvNN30WtFb1I= http.response.header.date="Fri, 11 Jul 2025 06:59:13 GMT" http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.x_amz_request_id=185120378C2FDA36 http.response.header.etag="\"7524c154d29cce4e8a40da26a4e1416f\"" http.response.body="" http.response.header.x_xss_protection="1; mode=block" http.response.header.x_content_type_options=nosniff http.response.header.x_ratelimit_remaining=57 +2025-07-11T08:59:13.835+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:13.838+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=973534 +2025-07-11T08:59:13.838+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:13.840+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:13 [INFO] Reading secret zitadel-admin-sa +2025-07-11T08:59:13.840+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_method=GET Accept="application/json, */*" Host=rancher.bridge.fourlights.dev tf_http_op_type=request tf_http_trans_id=268f90ab-a74b-b099-8302-6dd1689c60ad User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/zitadel/secrets/zitadel-admin-sa timestamp="2025-07-11T08:59:13.840+0200" +2025-07-11T08:59:13.978+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Content-Type-Options=nosniff Content-Type=application/json + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"zitadel-admin-sa","namespace":"zitadel","uid":"a0a1976c-014e-4471-9660-8fb4e595ae6e","resourceVersion":"109672001","creationTimestamp":"2025-07-11T06:31:34Z","managedFields":[{"manager":"kubectl-create","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:31:34Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:zitadel-admin-sa.json":{}},"f:type":{}}}]},"data":{"zitadel-admin-sa.json":"eyJ0eXBlIjoic2VydmljZWFjY291bnQiLCJrZXlJZCI6IjMyODM2Mjc4NTA0NDU3NTY2MiIsImtleSI6Ii0tLS0tQkVHSU4gUlNBIFBSSVZBVEUgS0VZLS0tLS1cbk1JSUVvd0lCQUFLQ0FRRUExK2dnQTA1UHNaWnpwa2xjcUVBY2s4VVVrbjFINUhKWGlEM3RvMElVMnZuTFFZazlcbi9weEhNMzBuMnVXTE9mbEwzT1dlcXkwckRmUjJ0cDNhMGd6aUdPM01WNkV1RFBnNzNXWnFITXd4YTRSa1BPTU9cbkxjSGNmbnA0Ykc5UnhaZ2J2ajJwRmt2UEovajVLQzU0SER5b2wydXJXdUdTVktLSUdZN2JVRTRIRDBuK2VqcjZcbkxvRWVHdElWMTd0dGlwcXZGMmpQTVhIdkgveWpzUVdQb2ZSUWg2a3FueFR1d3llc2psRVh5ZXpNUDErV2ZwQ2Fcbi9rbUdmb3dvY3lJdU1OSFVTZXltTGZCWDNLSVlWV3ArL0h1a1AxSjc4MVJRTFBpdmRoOGhpUFpUNTYwZ1hoNzJcbmlTS0NMZ1RMdVV0NzJMRnMrMVhuS3VxMmdJT0Z2UDhqcGFlK0dRSURBUUFCQW9JQkFFa2MrU0pGZGFWTXJwTWtcbkNyV0xLR0k5L2U1eGNGUURDSE5CaldTWXJ4bE1ON0ZVdVdLc0oweGZXSXkrNkx2VUdRV1AySUJkQmxSdWNYajdcbjBhc0o0OUxQVEVCc2UzeTIzd2JsZEkrVjhqSlhuZDRrZ1p1ckozREpKbGlLQmVYazBaaEZweW0rdUVMd0ErZkFcbmZMb0xMSWhDVkwrczNYRzlyRnNEVG05T1RRTzJ5a1B2d0dBeDE1MW5pdEJuTEptNm1zK21lQk9QYy9mL25zSCtcbklSNlczRm00aFdqU2VLZGVXU0pHNmVQa0pxYlhMVE5ZaHhua2JnTmc0Zno0Q0NQZjM5YXFTM05id2lVdi9kUUdcbmk4Y3AvVW5zWkdGMElsbVN5aXBRaXJGazl3TGQ5aVg5dk5vclBQTW9zRDY4bS9wbEMzZVhGSVFBVGJCWEVHYWZcbmVsTVVtZVVDZ1lFQTJqME00MmlpQlEwcXN1ajRyZmRDdjhyamFJdmE1RUc2SnAyQU10WG1RUXVscnAzMWl1S3dcbmpmcE1vVUFpcDVIUzFQZFF1WENLNm03RFZTM05yMzlwQmNHcnN1bVUvblcxaDNBV1RSNEdlV0Z0Y0NqNWVrN3Fcbml0SktmcEdueWZXbHBQZWx1WGZHbVM2bnBBMzZVUmxoWCtGZmFFNnZFSFZhN28vaGN3NGJGNnNDZ1lFQS9VUEtcbkhDd0pOQlBQMDRRN3pHRjJpdmwveno5V0R3bnAzZDlRWnpwbWpDWmEzSjUydExTaHM1VVJDOFZlU0g2bVdoNzhcbmZNb0ZiOGZGaUpVU2pBMURoMFgxcGJoWExlRm5KbW9iSEFsSFp2ZE1nR0RRU2UwVmZubUM3dEp4d0VRM3RkeHVcbi9FOTVrTkZ2WFVTcTBsU0lDRzhURndyMnpIdWVKZjhzUEh2c2JVc0NnWUVBenV0M250NkVUL25OOUZoRUFONGhcbjRhdEN0c3R6dlZ3OFhZU1VHcDhJYzcvUlZhRGJRTlh5eElyL3dSd0lQNDFac3liUzJTQkY5a1VTMjE1VVdRT2FcbjFpUnM0WFByR3VFTVB1QWRwUHpFOHExWGtES3BhRGdPMVpUUm9QUUZmTTEyUXRXendnZzR1dUNyZmpicWtaNVlcbjN3blc1aFZFazN4UnZVT2FaUGFJNVlVQ2dZQVFDNU5xWlgvUHhOR04zUHJNMy8vYW5pUHl4VmgyYTNKZGxDQkxcbjZlOUZRY2pQNFZvejZKMjErdU94a3pkOThFZ3B2WHpSaXhyOUVmTDV6RGY0bDM2SHUyN3NxTmtkRndLcDlGN3pcblQ4TXVTc3lWOVl3OG9zQ1IyckRvNEh4RWFnMzlmNUdvZW9DQkpFT2g3US9GYzRXS3d6NjZYdjl6eFFFbjl4cWVcbldsdUlNUUtCZ0VGa2x0ZjA5NTdwRUM3cFBiL3Q5LzIwajdPREtTS3JTWUUzK1NHaTlYd1VlVDc0SGtVNDNFdWZcbmEzS1dsd01tSmNZdnRjNFJETnVZSjZGOS9lQXE1YzVNcWd5U0VIb01oMzg2dTNZenpaQmNJNUwwNnBNSTRrWWJcbmpoSzYzT0NybHplSUx4d2N3YzAwenRZSGJqeGsveUZPVVdRL09rbkN6bEdFMG84VE9QeXVcbi0tLS0tRU5EIFJTQSBQUklWQVRFIEtFWS0tLS0tXG4iLCJleHBpcmF0aW9uRGF0ZSI6IjIwMjYtMDEtMDFUMDA6MDA6MDBaIiwidXNlcklkIjoiMzI4MzYyNzg1MDQ0NTEwMTI2In0K"},"type":"Opaque"} + tf_http_res_version=HTTP/2.0 tf_http_trans_id=268f90ab-a74b-b099-8302-6dd1689c60ad X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_op_type=response tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" Audit-Id=9e2dd2cf-b576-48b6-a342-239dfc97bf64 Date="Fri, 11 Jul 2025 06:59:13 GMT" X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." timestamp="2025-07-11T08:59:13.977+0200" +2025-07-11T08:59:13.978+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:13 [INFO] Received secret: v1.ObjectMeta{Name:"zitadel-admin-sa", GenerateName:"", Namespace:"zitadel", SelfLink:"", UID:"a0a1976c-014e-4471-9660-8fb4e595ae6e", ResourceVersion:"109672001", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 31, 34, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"kubectl-create", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 31, 34, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000e6c840), Subresource:""}}} +2025-07-11T08:59:13.979+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:13.979+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:13.980+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=973515 +2025-07-11T08:59:13.980+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:13.983+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:229 tf_provider_addr=registry.terraform.io/hashicorp/local @module=sdk.framework tf_req_id=817156b7-3a39-ff78-633c-de0de4df7380 tf_resource_type=local_file tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:13.983+0200" +2025-07-11T08:59:13.983+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:480 tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"content_sha512\")" tf_req_id=817156b7-3a39-ff78-633c-de0de4df7380 tf_resource_type=local_file timestamp="2025-07-11T08:59:13.983+0200" +2025-07-11T08:59:13.983+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: marking computed attribute that is null in the config as unknown: tf_req_id=817156b7-3a39-ff78-633c-de0de4df7380 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:480 @module=sdk.framework tf_attribute_path="AttributeName(\"id\")" tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file timestamp="2025-07-11T08:59:13.983+0200" +2025-07-11T08:59:13.983+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:480 tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"content_md5\")" tf_req_id=817156b7-3a39-ff78-633c-de0de4df7380 timestamp="2025-07-11T08:59:13.983+0200" +2025-07-11T08:59:13.983+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"content_sha1\")" tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:480 tf_req_id=817156b7-3a39-ff78-633c-de0de4df7380 tf_resource_type=local_file timestamp="2025-07-11T08:59:13.983+0200" +2025-07-11T08:59:13.983+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:480 @module=sdk.framework tf_attribute_path="AttributeName(\"content_sha256\")" tf_req_id=817156b7-3a39-ff78-633c-de0de4df7380 tf_resource_type=local_file tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:13.983+0200" +2025-07-11T08:59:13.983+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_attribute_path="AttributeName(\"content_base64sha256\")" tf_req_id=817156b7-3a39-ff78-633c-de0de4df7380 tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:480 timestamp="2025-07-11T08:59:13.983+0200" +2025-07-11T08:59:13.983+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: marking computed attribute that is null in the config as unknown: tf_req_id=817156b7-3a39-ff78-633c-de0de4df7380 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_planresourcechange.go:480 tf_attribute_path="AttributeName(\"content_base64sha512\")" tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=PlanResourceChange @module=sdk.framework timestamp="2025-07-11T08:59:13.983+0200" +2025-07-11T08:59:13.984+0200 [INFO] Starting apply for module.zitadel.local_file.zitadel_jwt_profile_file +2025-07-11T08:59:13.984+0200 [DEBUG] module.zitadel.local_file.zitadel_jwt_profile_file: applying the planned Create change +2025-07-11T08:59:13.985+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=1f4311fb-49ea-73f1-59f5-19bb91f750cd tf_resource_type=local_file tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=directory_permission timestamp="2025-07-11T08:59:13.985+0200" +2025-07-11T08:59:13.985+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=1f4311fb-49ea-73f1-59f5-19bb91f750cd tf_rpc=ApplyResourceChange @module=sdk.framework tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=content timestamp="2025-07-11T08:59:13.985+0200" +2025-07-11T08:59:13.985+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=1f4311fb-49ea-73f1-59f5-19bb91f750cd tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=filename tf_resource_type=local_file timestamp="2025-07-11T08:59:13.985+0200" +2025-07-11T08:59:13.985+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=file_permission tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=1f4311fb-49ea-73f1-59f5-19bb91f750cd tf_resource_type=local_file tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:13.985+0200" +2025-07-11T08:59:13.986+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:13.986+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:13.987+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 id=973421 +2025-07-11T08:59:13.987+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:13.987+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:13.987+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:13.992+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:59:13.992+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=973985 +2025-07-11T08:59:13.992+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:59:14.000+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:14.000+0200" +2025-07-11T08:59:14.012+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:14.012+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin1978624684 network=unix timestamp="2025-07-11T08:59:14.012+0200" +2025-07-11T08:59:14.020+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:14.020+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:14.024+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:59:14.024+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=973998 +2025-07-11T08:59:14.024+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:59:14.026+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=domain tf_req_id=aa5ae164-18e4-47e5-f156-8de1c7048045 tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:59:14.026+0200" +2025-07-11T08:59:14.026+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @module=sdk.framework tf_req_id=aa5ae164-18e4-47e5-f156-8de1c7048045 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 timestamp="2025-07-11T08:59:14.026+0200" +2025-07-11T08:59:14.026+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_req_id=aa5ae164-18e4-47e5-f156-8de1c7048045 tf_attribute_path=insecure tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:59:14.026+0200" +2025-07-11T08:59:14.026+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=insecure tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=aa5ae164-18e4-47e5-f156-8de1c7048045 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:59:14.026+0200" +2025-07-11T08:59:14.026+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_req_id=aa5ae164-18e4-47e5-f156-8de1c7048045 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=sdk.framework tf_attribute_path=token timestamp="2025-07-11T08:59:14.026+0200" +2025-07-11T08:59:14.026+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=aa5ae164-18e4-47e5-f156-8de1c7048045 tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=token @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:59:14.026+0200" +2025-07-11T08:59:14.026+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_req_id=aa5ae164-18e4-47e5-f156-8de1c7048045 timestamp="2025-07-11T08:59:14.026+0200" +2025-07-11T08:59:14.026+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=jwt_profile_file tf_req_id=aa5ae164-18e4-47e5-f156-8de1c7048045 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 timestamp="2025-07-11T08:59:14.026+0200" +2025-07-11T08:59:14.026+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=jwt_profile_json tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=aa5ae164-18e4-47e5-f156-8de1c7048045 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:59:14.026+0200" +2025-07-11T08:59:14.026+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=jwt_profile_json tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig tf_mux_provider="*proto6server.Server" tf_req_id=aa5ae164-18e4-47e5-f156-8de1c7048045 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp="2025-07-11T08:59:14.026+0200" +2025-07-11T08:59:14.026+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=aa5ae164-18e4-47e5-f156-8de1c7048045 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T08:59:14.026+0200" +2025-07-11T08:59:14.026+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=port tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=aa5ae164-18e4-47e5-f156-8de1c7048045 tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp="2025-07-11T08:59:14.026+0200" +2025-07-11T08:59:14.032+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:14.032+0200" +2025-07-11T08:59:14.043+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:14.043+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin4262722488 network=unix timestamp="2025-07-11T08:59:14.043+0200" +2025-07-11T08:59:14.051+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:14.051+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:14.052+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Provider Configure: tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:12 tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=c4628928-89b4-d1ce-5079-770fd578d22d timestamp="2025-07-11T08:59:14.052+0200" +2025-07-11T08:59:14.052+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Provider Configure: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ConfigureProvider tf_req_id=c4628928-89b4-d1ce-5079-770fd578d22d @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:20 @module=sdk.framework tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:59:14.052+0200" +2025-07-11T08:59:14.057+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:59:14.057+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=974014 +2025-07-11T08:59:14.057+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:59:14.057+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=4642e434-3c6b-b1a2-d693-eff919ed75a6 tf_rpc=ValidateProviderConfig tf_attribute_path=token tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:59:14.057+0200" +2025-07-11T08:59:14.057+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=token @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=4642e434-3c6b-b1a2-d693-eff919ed75a6 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:59:14.057+0200" +2025-07-11T08:59:14.057+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=4642e434-3c6b-b1a2-d693-eff919ed75a6 tf_rpc=ValidateProviderConfig tf_attribute_path=jwt_profile_file tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:59:14.057+0200" +2025-07-11T08:59:14.057+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig tf_attribute_path=jwt_profile_file tf_req_id=4642e434-3c6b-b1a2-d693-eff919ed75a6 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp="2025-07-11T08:59:14.057+0200" +2025-07-11T08:59:14.057+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=jwt_profile_json tf_req_id=4642e434-3c6b-b1a2-d693-eff919ed75a6 timestamp="2025-07-11T08:59:14.057+0200" +2025-07-11T08:59:14.057+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=jwt_profile_json tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=4642e434-3c6b-b1a2-d693-eff919ed75a6 timestamp="2025-07-11T08:59:14.057+0200" +2025-07-11T08:59:14.057+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_req_id=4642e434-3c6b-b1a2-d693-eff919ed75a6 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T08:59:14.057+0200" +2025-07-11T08:59:14.057+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=4642e434-3c6b-b1a2-d693-eff919ed75a6 @module=sdk.framework tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:59:14.057+0200" +2025-07-11T08:59:14.057+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_req_id=4642e434-3c6b-b1a2-d693-eff919ed75a6 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=domain tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:59:14.057+0200" +2025-07-11T08:59:14.057+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_req_id=4642e434-3c6b-b1a2-d693-eff919ed75a6 timestamp="2025-07-11T08:59:14.057+0200" +2025-07-11T08:59:14.057+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=insecure tf_req_id=4642e434-3c6b-b1a2-d693-eff919ed75a6 timestamp="2025-07-11T08:59:14.057+0200" +2025-07-11T08:59:14.057+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_rpc=ValidateProviderConfig @module=sdk.framework tf_req_id=4642e434-3c6b-b1a2-d693-eff919ed75a6 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=insecure tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:59:14.057+0200" +2025-07-11T08:59:14.064+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:14.064+0200" +2025-07-11T08:59:14.076+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:14.076+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin778161070 network=unix timestamp="2025-07-11T08:59:14.076+0200" +2025-07-11T08:59:14.084+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:12 tf_mux_provider="*proto6server.Server" tf_req_id=4f1231f5-3815-4345-a735-0b22a2f29c2b timestamp="2025-07-11T08:59:14.084+0200" +2025-07-11T08:59:14.084+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Provider Configure: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=4f1231f5-3815-4345-a735-0b22a2f29c2b tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:20 @module=sdk.framework tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:59:14.084+0200" +2025-07-11T08:59:14.088+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=insecure tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_mux_provider="*proto6server.Server" tf_req_id=4bf90d5b-8301-c844-e902-2f7a5197aa25 @module=sdk.framework timestamp="2025-07-11T08:59:14.088+0200" +2025-07-11T08:59:14.088+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=insecure tf_mux_provider="*proto6server.Server" tf_req_id=4bf90d5b-8301-c844-e902-2f7a5197aa25 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:59:14.088+0200" +2025-07-11T08:59:14.088+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=4bf90d5b-8301-c844-e902-2f7a5197aa25 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=token tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:59:14.088+0200" +2025-07-11T08:59:14.088+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_rpc=ValidateProviderConfig tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=4bf90d5b-8301-c844-e902-2f7a5197aa25 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp="2025-07-11T08:59:14.088+0200" +2025-07-11T08:59:14.088+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=sdk.framework tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_req_id=4bf90d5b-8301-c844-e902-2f7a5197aa25 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T08:59:14.088+0200" +2025-07-11T08:59:14.088+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=4bf90d5b-8301-c844-e902-2f7a5197aa25 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:59:14.088+0200" +2025-07-11T08:59:14.088+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_req_id=4bf90d5b-8301-c844-e902-2f7a5197aa25 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=jwt_profile_json tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:59:14.088+0200" +2025-07-11T08:59:14.088+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig tf_attribute_path=jwt_profile_json tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=4bf90d5b-8301-c844-e902-2f7a5197aa25 timestamp="2025-07-11T08:59:14.088+0200" +2025-07-11T08:59:14.088+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_req_id=4bf90d5b-8301-c844-e902-2f7a5197aa25 tf_rpc=ValidateProviderConfig tf_attribute_path=port tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework timestamp="2025-07-11T08:59:14.088+0200" +2025-07-11T08:59:14.088+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=port tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_mux_provider="*proto6server.Server" tf_req_id=4bf90d5b-8301-c844-e902-2f7a5197aa25 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:59:14.088+0200" +2025-07-11T08:59:14.088+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_attribute_path=domain tf_req_id=4bf90d5b-8301-c844-e902-2f7a5197aa25 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework timestamp="2025-07-11T08:59:14.088+0200" +2025-07-11T08:59:14.088+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=domain tf_mux_provider="*proto6server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=4bf90d5b-8301-c844-e902-2f7a5197aa25 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:59:14.088+0200" +2025-07-11T08:59:14.089+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Provider Configure: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:12 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ConfigureProvider tf_req_id=f71d4a70-fc44-7922-455e-6aa02e1407fb timestamp="2025-07-11T08:59:14.089+0200" +2025-07-11T08:59:14.089+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_mux_provider="*proto6server.Server" tf_req_id=f71d4a70-fc44-7922-455e-6aa02e1407fb tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:20 timestamp="2025-07-11T08:59:14.089+0200" +2025-07-11T08:59:14.090+0200 [INFO] Starting apply for module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default +2025-07-11T08:59:14.090+0200 [DEBUG] module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default: applying the planned Create change +2025-07-11T08:59:14.090+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_rpc=ApplyResourceChange @module=zitadel @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/org/funcs.go:38 tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=d98be5c3-0a2c-dcc3-75c8-ffcfd44338da tf_resource_type=zitadel_org timestamp="2025-07-11T08:59:14.090+0200" +2025-07-11T08:59:19.488+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:19.492+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default +2025-07-11T08:59:19.492+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default: applying the planned Create change +2025-07-11T08:59:19.492+0200 [INFO] Starting apply for module.zitadel-argocd.module.zitadel_project.zitadel_project.default +2025-07-11T08:59:19.492+0200 [INFO] Starting apply for module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default +2025-07-11T08:59:19.492+0200 [DEBUG] module.zitadel-argocd.module.zitadel_project.zitadel_project.default: applying the planned Create change +2025-07-11T08:59:19.492+0200 [INFO] Starting apply for module.zitadel-argocd.zitadel_action.groups-claim +2025-07-11T08:59:19.492+0200 [DEBUG] module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default: applying the planned Create change +2025-07-11T08:59:19.492+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_rpc=ApplyResourceChange @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project/funcs.go:67 tf_mux_provider=tf5to6server.v5tov6Server @module=zitadel tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=b0d06e3f-1107-f070-a731-16d3caf187e4 tf_resource_type=zitadel_project timestamp="2025-07-11T08:59:19.492+0200" +2025-07-11T08:59:19.492+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default, 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: + - .gender: planned value cty.StringVal("GENDER_UNSPECIFIED") for a non-computed attribute + - .preferred_language: planned value cty.StringVal("und") for a non-computed attribute +2025-07-11T08:59:19.492+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_resource_type=zitadel_project tf_rpc=ApplyResourceChange @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project/funcs.go:67 @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=e43f56d3-a670-fd97-a383-d49e1756b892 timestamp="2025-07-11T08:59:19.492+0200" +2025-07-11T08:59:19.492+0200 [INFO] Starting apply for module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default +2025-07-11T08:59:19.493+0200 [DEBUG] module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default: applying the planned Create change +2025-07-11T08:59:19.493+0200 [DEBUG] module.zitadel-argocd.zitadel_action.groups-claim: applying the planned Create change +2025-07-11T08:59:19.493+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: 2025/07/11 08:59:19 [DEBUG] setting computed for "login_names" from ComputedKeys +2025-07-11T08:59:19.493+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=2b2a8223-17b1-0af7-bf34-1f0dfb69541b tf_resource_type=zitadel_action tf_rpc=ApplyResourceChange @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/action/funcs.go:71 timestamp="2025-07-11T08:59:19.493+0200" +2025-07-11T08:59:19.493+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=622c20e0-ed80-9598-236b-f877dd4f9238 @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/human_user/funcs.go:38 tf_resource_type=zitadel_human_user tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:19.493+0200" +2025-07-11T08:59:19.991+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:19.993+0200 [INFO] Starting apply for module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default +2025-07-11T08:59:19.993+0200 [DEBUG] module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default: applying the planned Create change +2025-07-11T08:59:19.994+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=c5de1c3f-316d-40b1-7a87-daf010f7fad6 tf_resource_type=zitadel_login_policy tf_rpc=ApplyResourceChange @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/login_policy/funcs.go:174 timestamp="2025-07-11T08:59:19.994+0200" +2025-07-11T08:59:20.401+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:21.663+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_resource_type=zitadel_human_user tf_req_id=622c20e0-ed80-9598-236b-f877dd4f9238 tf_rpc=ApplyResourceChange @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/human_user/funcs.go:167 @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:59:21.663+0200" +2025-07-11T08:59:21.889+0200 [WARN] Provider "module.zitadel-bootstrap.provider[\"registry.terraform.io/zitadel/zitadel\"]" produced an unexpected new value for module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default, 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: + - .phone: was null, but now cty.StringVal("") + - .is_phone_verified: was null, but now cty.False + - .nick_name: was null, but now cty.StringVal("") +2025-07-11T08:59:21.889+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:21.891+0200 [INFO] Starting apply for module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default +2025-07-11T08:59:21.891+0200 [DEBUG] module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default: applying the planned Create change +2025-07-11T08:59:21.892+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_mux_provider=tf5to6server.v5tov6Server @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/org_member/funcs.go:61 @module=zitadel tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=4a97bb36-7676-e2a8-91a4-a964007aa293 tf_resource_type=zitadel_org_member tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:21.892+0200" +2025-07-11T08:59:22.180+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:22.181+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:22.182+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=974014 +2025-07-11T08:59:22.182+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:22.187+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:22.189+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0] +2025-07-11T08:59:22.189+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]: applying the planned Create change +2025-07-11T08:59:22.189+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=b2cf80c8-1c8d-1987-099e-c17ae1a3fe53 tf_resource_type=zitadel_project_member tf_rpc=ApplyResourceChange @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_member/funcs.go:63 timestamp="2025-07-11T08:59:22.189+0200" +2025-07-11T08:59:22.684+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:22.687+0200 [INFO] Starting apply for module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token +2025-07-11T08:59:22.687+0200 [INFO] Starting apply for module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info +2025-07-11T08:59:22.687+0200 [DEBUG] module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token: applying the planned Create change +2025-07-11T08:59:22.687+0200 [DEBUG] module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info: applying the planned Create change +2025-07-11T08:59:22.688+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=86156163-bee4-b718-6455-a7d02688342c tf_resource_type=zitadel_trigger_actions tf_rpc=ApplyResourceChange @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/trigger_actions/funcs.go:69 timestamp="2025-07-11T08:59:22.688+0200" +2025-07-11T08:59:22.688+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_resource_type=zitadel_trigger_actions tf_req_id=e8af89ee-1a0e-960e-0b68-2dea6525a8b5 tf_rpc=ApplyResourceChange @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/trigger_actions/funcs.go:69 @module=zitadel timestamp="2025-07-11T08:59:22.688+0200" +2025-07-11T08:59:22.890+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:22.890+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:22.891+0200 [INFO] Starting apply for module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0] +2025-07-11T08:59:22.891+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7] +2025-07-11T08:59:22.891+0200 [DEBUG] module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0]: applying the planned Create change +2025-07-11T08:59:22.892+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5] +2025-07-11T08:59:22.892+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1] +2025-07-11T08:59:22.892+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7]: applying the planned Create change +2025-07-11T08:59:22.892+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0] +2025-07-11T08:59:22.892+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6] +2025-07-11T08:59:22.892+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1]: applying the planned Create change +2025-07-11T08:59:22.892+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3] +2025-07-11T08:59:22.892+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]: applying the planned Create change +2025-07-11T08:59:22.892+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4] +2025-07-11T08:59:22.892+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]: applying the planned Create change +2025-07-11T08:59:22.892+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]: applying the planned Create change +2025-07-11T08:59:22.892+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4]: applying the planned Create change +2025-07-11T08:59:22.892+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_member/funcs.go:63 @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=d4f074cb-c8a7-8dd4-263a-14aad4d82744 tf_resource_type=zitadel_project_member tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:22.892+0200" +2025-07-11T08:59:22.892+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:66 tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=b40f9030-4d42-8ace-29d5-b12276620f7b tf_rpc=ApplyResourceChange @module=zitadel tf_resource_type=zitadel_project_role timestamp="2025-07-11T08:59:22.892+0200" +2025-07-11T08:59:22.892+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3]: applying the planned Create change +2025-07-11T08:59:22.892+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_mux_provider=tf5to6server.v5tov6Server tf_resource_type=zitadel_project_role tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=8881c3e5-32cc-cd84-6ede-49e2a73e724b tf_rpc=ApplyResourceChange @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:66 @module=zitadel timestamp="2025-07-11T08:59:22.892+0200" +2025-07-11T08:59:22.892+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:66 @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=8549bce0-50b4-2b74-60b3-4a790e282c0b tf_resource_type=zitadel_project_role tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:22.892+0200" +2025-07-11T08:59:22.892+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_resource_type=zitadel_project_role tf_mux_provider=tf5to6server.v5tov6Server tf_req_id=53b79562-ffe4-56b2-017d-81a1dc05cfe9 tf_rpc=ApplyResourceChange @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:66 @module=zitadel timestamp="2025-07-11T08:59:22.892+0200" +2025-07-11T08:59:22.892+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: @module=zitadel tf_req_id=f1f60c9c-9c66-7774-66f5-5999dd16fbe0 tf_resource_type=zitadel_project_role @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:66 tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:22.892+0200" +2025-07-11T08:59:22.892+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: @module=zitadel tf_rpc=ApplyResourceChange @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:66 tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=ad5f7d6c-a852-c9ed-ce13-14eed0d8e222 tf_resource_type=zitadel_project_role timestamp="2025-07-11T08:59:22.892+0200" +2025-07-11T08:59:22.892+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_req_id=c99b275f-b96d-d1c1-698f-3efe6e0a204d tf_resource_type=zitadel_project_role tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ApplyResourceChange @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:66 @module=zitadel timestamp="2025-07-11T08:59:22.892+0200" +2025-07-11T08:59:24.629+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:24.630+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2] +2025-07-11T08:59:24.630+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2]: applying the planned Create change +2025-07-11T08:59:24.631+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_rpc=ApplyResourceChange @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:66 tf_mux_provider=tf5to6server.v5tov6Server @module=zitadel tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=e71d5e28-8882-11ef-0588-3a5a371db924 tf_resource_type=zitadel_project_role timestamp="2025-07-11T08:59:24.631+0200" +2025-07-11T08:59:25.573+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:25.574+0200 [INFO] Starting apply for module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default +2025-07-11T08:59:25.574+0200 [DEBUG] module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default: applying the planned Create change +2025-07-11T08:59:25.575+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ApplyResourceChange @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/user_grant/funcs.go:62 @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_req_id=143bb6c7-f178-1b8d-f276-d99b17da0d71 tf_resource_type=zitadel_user_grant timestamp="2025-07-11T08:59:25.575+0200" +2025-07-11T08:59:26.116+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:26.118+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default, 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: + - .clock_skew: planned value cty.StringVal("0s") for a non-computed attribute + - .version: planned value cty.StringVal("OIDC_VERSION_1_0") for a non-computed attribute +2025-07-11T08:59:26.118+0200 [INFO] Starting apply for module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default +2025-07-11T08:59:26.118+0200 [DEBUG] module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default: applying the planned Create change +2025-07-11T08:59:26.119+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/application_oidc/funcs.go:122 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=a48e9dd9-bf0a-97cc-d5eb-e8657a266506 tf_resource_type=zitadel_application_oidc tf_rpc=ApplyResourceChange @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server timestamp="2025-07-11T08:59:26.119+0200" +2025-07-11T08:59:26.426+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:26.427+0200 [INFO] Starting apply for module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0] +2025-07-11T08:59:26.427+0200 [DEBUG] module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0]: applying the planned Create change +2025-07-11T08:59:26.428+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=4427723b-a81a-4f29-78d6-71efffdc234b tf_resource_type=zitadel_project_role @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:66 @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:26.427+0200" +2025-07-11T08:59:26.914+0200 [ERROR] provider.terraform-provider-zitadel_v2.0.2: Response contains error diagnostic: diagnostic_summary="failed to create usergrant: rpc error: code = FailedPrecondition desc = Errors.Project.Role.NotFound (COMMAND-mm9F4)" tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_resource_type=zitadel_user_grant @module=sdk.proto diagnostic_detail="" diagnostic_severity=ERROR tf_req_id=143bb6c7-f178-1b8d-f276-d99b17da0d71 tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov6/internal/diag/diagnostics.go:55 timestamp="2025-07-11T08:59:26.914+0200" +2025-07-11T08:59:26.914+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:26.914+0200 [ERROR] vertex "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" error: failed to create usergrant: rpc error: code = FailedPrecondition desc = Errors.Project.Role.NotFound (COMMAND-mm9F4) +2025-07-11T08:59:26.915+0200 [INFO] Starting apply for module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0] +2025-07-11T08:59:26.915+0200 [DEBUG] module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]: applying the planned Create change +2025-07-11T08:59:26.916+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: @module=zitadel tf_rpc=ApplyResourceChange @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:66 tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=25bad31a-40d3-e8e4-e67b-b2022355e089 tf_resource_type=zitadel_project_role timestamp="2025-07-11T08:59:26.916+0200" +2025-07-11T08:59:27.039+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:27.075+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:27.961+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:27.961+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:28.076+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_data_source_type=external tf_provider_addr=registry.terraform.io/hashicorp/external tf_req_id=47fffdc8-f150-537a-1256-feba7190ac0c tf_rpc=ReadDataSource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=program[0] timestamp="2025-07-11T08:59:28.076+0200" +2025-07-11T08:59:28.076+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/external tf_rpc=ReadDataSource @module=sdk.framework tf_data_source_type=external tf_req_id=47fffdc8-f150-537a-1256-feba7190ac0c @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=program[1] timestamp="2025-07-11T08:59:28.076+0200" +2025-07-11T08:59:28.076+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=program[2] tf_req_id=47fffdc8-f150-537a-1256-feba7190ac0c @module=sdk.framework tf_data_source_type=external tf_provider_addr=registry.terraform.io/hashicorp/external tf_rpc=ReadDataSource timestamp="2025-07-11T08:59:28.076+0200" +2025-07-11T08:59:28.076+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=program tf_provider_addr=registry.terraform.io/hashicorp/external tf_rpc=ReadDataSource tf_data_source_type=external tf_req_id=47fffdc8-f150-537a-1256-feba7190ac0c @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:28.076+0200" +2025-07-11T08:59:28.076+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:28.077+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:28.078+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 id=973462 +2025-07-11T08:59:28.078+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:28.129+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:28.276+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:28.284+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:28.290+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:28.437+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:28.581+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:28.582+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0] +2025-07-11T08:59:28.583+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]: applying the planned Create change +2025-07-11T08:59:28.583+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_mux_provider=tf5to6server.v5tov6Server tf_resource_type=zitadel_project_role tf_rpc=ApplyResourceChange @module=zitadel tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=77f31354-a1a5-3145-7836-d7e650ca3b6e @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:66 timestamp="2025-07-11T08:59:28.583+0200" +2025-07-11T08:59:28.744+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:28.746+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0] +2025-07-11T08:59:28.746+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0]: applying the planned Create change +2025-07-11T08:59:28.746+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1] +2025-07-11T08:59:28.746+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]: applying the planned Create change +2025-07-11T08:59:28.746+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=5cc89b5c-60e7-eed9-a276-d500baa63991 tf_resource_type=zitadel_project_role @module=zitadel tf_rpc=ApplyResourceChange @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:66 timestamp="2025-07-11T08:59:28.746+0200" +2025-07-11T08:59:28.747+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_resource_type=zitadel_project_role tf_rpc=ApplyResourceChange tf_req_id=4f2d336b-4e5c-298f-f915-df463e3e8d0b @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:66 @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server timestamp="2025-07-11T08:59:28.747+0200" +2025-07-11T08:59:28.893+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:29.051+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:29.054+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default +2025-07-11T08:59:29.054+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default: applying the planned Create change +2025-07-11T08:59:29.054+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_mux_provider=tf5to6server.v5tov6Server tf_req_id=b6651948-5bcc-68e9-3191-4e241d3b5bae @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/user_grant/funcs.go:62 @module=zitadel tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_resource_type=zitadel_user_grant tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:29.054+0200" +2025-07-11T08:59:29.196+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:29.197+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:59:29.197+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default: applying the planned Create change +2025-07-11T08:59:29.198+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/application_api/funcs.go:78 @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=45904107-6598-b1e0-7415-3ebb1880438f tf_resource_type=zitadel_application_api tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:29.198+0200" +2025-07-11T08:59:29.359+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:29.361+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:59:29.361+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default: applying the planned Create change +2025-07-11T08:59:29.361+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default, 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: + - .clock_skew: planned value cty.StringVal("0s") for a non-computed attribute + - .version: planned value cty.StringVal("OIDC_VERSION_1_0") for a non-computed attribute +2025-07-11T08:59:29.361+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:59:29.361+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/application_api/funcs.go:78 @module=zitadel tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_resource_type=zitadel_application_api tf_rpc=ApplyResourceChange tf_mux_provider=tf5to6server.v5tov6Server tf_req_id=d2d35bc7-0ab7-e827-340b-bf6f141a25b6 timestamp="2025-07-11T08:59:29.361+0200" +2025-07-11T08:59:29.361+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default: applying the planned Create change +2025-07-11T08:59:29.362+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api, 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:59:29.362+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=765da86d-c228-30ec-c8c9-d477841ba2ca tf_resource_type=zitadel_application_oidc @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/application_oidc/funcs.go:122 tf_rpc=ApplyResourceChange @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server timestamp="2025-07-11T08:59:29.362+0200" +2025-07-11T08:59:29.362+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api +2025-07-11T08:59:29.362+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api: applying the planned Create change +2025-07-11T08:59:29.363+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:29 [INFO] Creating new secret: v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"core-api", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Immutable:(*bool)(nil), Data:map[string][]uint8(nil), StringData:map[string]string{"audience":"328365621165169917", "authority":"https://zitadel.365zon", "client_id":"328365633211308260", "client_secret":"h0TpBA5fWzyKL3LY1Kk4GZkE4d8EEAzJ7zFTAGxbqhNd2a3rocC1cBZdc6lBiejQ"}, Type:"Opaque"} +2025-07-11T08:59:29.363+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept-Encoding=gzip Content-Length=329 tf_http_req_method=POST tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Accept="application/json, */*" tf_http_op_type=request Content-Type=application/json Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="{\"kind\":\"Secret\",\"apiVersion\":\"v1\",\"metadata\":{\"name\":\"core-api\",\"namespace\":\"365zon\",\"creationTimestamp\":null},\"stringData\":{\"audience\":\"328365621165169917\",\"authority\":\"https://zitadel.365zon\",\"client_id\":\"328365633211308260\",\"client_secret\":\"h0TpBA5fWzyKL3LY1Kk4GZkE4d8EEAzJ7zFTAGxbqhNd2a3rocC1cBZdc6lBiejQ\"},\"type\":\"Opaque\"}" tf_http_req_version=HTTP/1.1 tf_http_trans_id=80bae873-5dee-ad3c-ea88-eed22963fa82 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" timestamp="2025-07-11T08:59:29.363+0200" +2025-07-11T08:59:29.505+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:29.507+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default +2025-07-11T08:59:29.507+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default, 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: + - .version: planned value cty.StringVal("OIDC_VERSION_1_0") for a non-computed attribute + - .clock_skew: planned value cty.StringVal("0s") for a non-computed attribute +2025-07-11T08:59:29.507+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default: applying the planned Create change +2025-07-11T08:59:29.507+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:59:29.507+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default: applying the planned Create change +2025-07-11T08:59:29.507+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: 2025/07/11 08:59:29 [DEBUG] setting computed for "login_names" from ComputedKeys +2025-07-11T08:59:29.508+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=5cd8effc-7543-f9f7-cae7-b9288acbead9 tf_rpc=ApplyResourceChange @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/machine_user/funcs.go:39 @module=zitadel tf_resource_type=zitadel_machine_user tf_mux_provider=tf5to6server.v5tov6Server timestamp="2025-07-11T08:59:29.508+0200" +2025-07-11T08:59:29.508+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api, 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:59:29.508+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_rpc=ApplyResourceChange @module=zitadel tf_req_id=fcfbf2f2-6987-2841-66f7-368312ede125 @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/application_oidc/funcs.go:122 tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_resource_type=zitadel_application_oidc timestamp="2025-07-11T08:59:29.508+0200" +2025-07-11T08:59:29.508+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api +2025-07-11T08:59:29.508+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api: applying the planned Create change +2025-07-11T08:59:29.509+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:29 [INFO] Creating new secret: v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"salesforce-api", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Immutable:(*bool)(nil), Data:map[string][]uint8(nil), StringData:map[string]string{"audience":"328365621165169917", "authority":"https://zitadel.365zon", "client_id":"328365633462941103", "client_secret":"ASBq1de5q2DZd2oxEnudgzJyww6grebMCxSpP37h8dQCwdnWN6blYzLlt1EWAUCH"}, Type:"Opaque"} +2025-07-11T08:59:29.509+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_req_body="{\"kind\":\"Secret\",\"apiVersion\":\"v1\",\"metadata\":{\"name\":\"salesforce-api\",\"namespace\":\"365zon\",\"creationTimestamp\":null},\"stringData\":{\"audience\":\"328365621165169917\",\"authority\":\"https://zitadel.365zon\",\"client_id\":\"328365633462941103\",\"client_secret\":\"ASBq1de5q2DZd2oxEnudgzJyww6grebMCxSpP37h8dQCwdnWN6blYzLlt1EWAUCH\"},\"type\":\"Opaque\"}" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets Content-Length=335 Content-Type=application/json new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=POST @module=kubernetes.Kubernetes Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_version=HTTP/1.1 tf_http_trans_id=4551e72f-606f-45e0-ba85-ae65b7730886 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 timestamp="2025-07-11T08:59:29.509+0200" +2025-07-11T08:59:29.662+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:29.664+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent, 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:59:29.664+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent +2025-07-11T08:59:29.664+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent: applying the planned Create change +2025-07-11T08:59:29.664+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:29 [INFO] Creating new secret: v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"core-user-agent", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Immutable:(*bool)(nil), Data:map[string][]uint8(nil), StringData:map[string]string{"audience":"328365621165169917", "authority":"https://zitadel.365zon", "client_id":"328365633597184228"}, Type:"Opaque"} +2025-07-11T08:59:29.665+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Content-Length=253 Host=rancher.bridge.fourlights.dev tf_http_op_type=request @module=kubernetes.Kubernetes Accept="application/json, */*" Content-Type=application/json User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_body="{\"kind\":\"Secret\",\"apiVersion\":\"v1\",\"metadata\":{\"name\":\"core-user-agent\",\"namespace\":\"365zon\",\"creationTimestamp\":null},\"stringData\":{\"audience\":\"328365621165169917\",\"authority\":\"https://zitadel.365zon\",\"client_id\":\"328365633597184228\"},\"type\":\"Opaque\"}" tf_http_trans_id=4ad24021-c828-6642-899c-62fc4c706ec8 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 tf_http_req_version=HTTP/1.1 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=POST tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets Accept-Encoding=gzip timestamp="2025-07-11T08:59:29.665+0200" +2025-07-11T08:59:29.805+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"core-user-agent","namespace":"365zon","uid":"6df2c46f-030c-4a5d-8ffd-12383cfb05be","resourceVersion":"109681803","creationTimestamp":"2025-07-11T06:59:29Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:29Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjMzNTk3MTg0MjI4"},"type":"Opaque"} + Audit-Id=652d77b5-ef32-4a2d-8395-ce6f4762efbf tf_http_res_status_code=201 tf_http_trans_id=4ad24021-c828-6642-899c-62fc4c706ec8 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=590 Date="Fri, 11 Jul 2025 06:59:29 GMT" X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_status_reason="201 Created" tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes Content-Type=application/json X-Api-Cattle-Auth=true X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 tf_http_op_type=response timestamp="2025-07-11T08:59:29.805+0200" +2025-07-11T08:59:29.805+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=14f9de15-057b-44c8-9975-f2f778005472 Content-Type=application/json Date="Fri, 11 Jul 2025 06:59:29 GMT" tf_http_res_status_reason="201 Created" tf_http_res_version=HTTP/2.0 tf_http_trans_id=4551e72f-606f-45e0-ba85-ae65b7730886 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=717 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." @module=kubernetes.Kubernetes X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"salesforce-api","namespace":"365zon","uid":"55eb6452-1732-42a9-aff5-2ca53ea0e054","resourceVersion":"109681802","creationTimestamp":"2025-07-11T06:59:29Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:29Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjMzNDYyOTQxMTAz","client_secret":"QVNCcTFkZTVxMkRaZDJveEVudWRnekp5d3c2Z3JlYk1DeFNwUDM3aDhkUUN3ZG5XTjZibFl6TGx0MUVXQVVDSA=="},"type":"Opaque"} + tf_http_res_status_code=201 timestamp="2025-07-11T08:59:29.805+0200" +2025-07-11T08:59:29.805+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"core-api","namespace":"365zon","uid":"828e79f3-f9b7-48be-9213-b998fda452e4","resourceVersion":"109681804","creationTimestamp":"2025-07-11T06:59:29Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:29Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjMzMjExMzA4MjYw","client_secret":"aDBUcEJBNWZXenlLTDNMWTFLazRHWmtFNGQ4RUVBeko3ekZUQUd4YnFoTmQyYTNyb2NDMWNCWmRjNmxCaWVqUQ=="},"type":"Opaque"} + tf_http_res_status_code=201 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=1881778f-afdd-4404-a4a3-ed768fc91d3b Content-Length=711 Date="Fri, 11 Jul 2025 06:59:29 GMT" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=80bae873-5dee-ad3c-ea88-eed22963fa82 X-Api-Cattle-Auth=true tf_http_op_type=response tf_http_res_status_reason="201 Created" Content-Type=application/json X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] timestamp="2025-07-11T08:59:29.805+0200" +2025-07-11T08:59:29.805+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:29 [INFO] Submitting new secret: &v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"core-api", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"828e79f3-f9b7-48be-9213-b998fda452e4", ResourceVersion:"109681804", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000e82348), Subresource:""}}}, Immutable:(*bool)(nil), Data:map[string][]uint8{"audience":[]uint8{0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x32, 0x31, 0x31, 0x36, 0x35, 0x31, 0x36, 0x39, 0x39, 0x31, 0x37}, "authority":[]uint8{0x68, 0x74, 0x74, 0x70, 0x73, 0x3a, 0x2f, 0x2f, 0x7a, 0x69, 0x74, 0x61, 0x64, 0x65, 0x6c, 0x2e, 0x33, 0x36, 0x35, 0x7a, 0x6f, 0x6e}, "client_id":[]uint8{0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x33, 0x33, 0x32, 0x31, 0x31, 0x33, 0x30, 0x38, 0x32, 0x36, 0x30}, "client_secret":[]uint8{0x68, 0x30, 0x54, 0x70, 0x42, 0x41, 0x35, 0x66, 0x57, 0x7a, 0x79, 0x4b, 0x4c, 0x33, 0x4c, 0x59, 0x31, 0x4b, 0x6b, 0x34, 0x47, 0x5a, 0x6b, 0x45, 0x34, 0x64, 0x38, 0x45, 0x45, 0x41, 0x7a, 0x4a, 0x37, 0x7a, 0x46, 0x54, 0x41, 0x47, 0x78, 0x62, 0x71, 0x68, 0x4e, 0x64, 0x32, 0x61, 0x33, 0x72, 0x6f, 0x63, 0x43, 0x31, 0x63, 0x42, 0x5a, 0x64, 0x63, 0x36, 0x6c, 0x42, 0x69, 0x65, 0x6a, 0x51}}, StringData:map[string]string(nil), Type:"Opaque"} +2025-07-11T08:59:29.805+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:29 [INFO] Submitting new secret: &v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"core-user-agent", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"6df2c46f-030c-4a5d-8ffd-12383cfb05be", ResourceVersion:"109681803", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000e2a3a8), Subresource:""}}}, Immutable:(*bool)(nil), Data:map[string][]uint8{"audience":[]uint8{0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x32, 0x31, 0x31, 0x36, 0x35, 0x31, 0x36, 0x39, 0x39, 0x31, 0x37}, "authority":[]uint8{0x68, 0x74, 0x74, 0x70, 0x73, 0x3a, 0x2f, 0x2f, 0x7a, 0x69, 0x74, 0x61, 0x64, 0x65, 0x6c, 0x2e, 0x33, 0x36, 0x35, 0x7a, 0x6f, 0x6e}, "client_id":[]uint8{0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x33, 0x33, 0x35, 0x39, 0x37, 0x31, 0x38, 0x34, 0x32, 0x32, 0x38}}, StringData:map[string]string(nil), Type:"Opaque"} +2025-07-11T08:59:29.805+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:29 [INFO] Submitting new secret: &v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"salesforce-api", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"55eb6452-1732-42a9-aff5-2ca53ea0e054", ResourceVersion:"109681802", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000f6b590), Subresource:""}}}, Immutable:(*bool)(nil), Data:map[string][]uint8{"audience":[]uint8{0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x32, 0x31, 0x31, 0x36, 0x35, 0x31, 0x36, 0x39, 0x39, 0x31, 0x37}, "authority":[]uint8{0x68, 0x74, 0x74, 0x70, 0x73, 0x3a, 0x2f, 0x2f, 0x7a, 0x69, 0x74, 0x61, 0x64, 0x65, 0x6c, 0x2e, 0x33, 0x36, 0x35, 0x7a, 0x6f, 0x6e}, "client_id":[]uint8{0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x33, 0x33, 0x34, 0x36, 0x32, 0x39, 0x34, 0x31, 0x31, 0x30, 0x33}, "client_secret":[]uint8{0x41, 0x53, 0x42, 0x71, 0x31, 0x64, 0x65, 0x35, 0x71, 0x32, 0x44, 0x5a, 0x64, 0x32, 0x6f, 0x78, 0x45, 0x6e, 0x75, 0x64, 0x67, 0x7a, 0x4a, 0x79, 0x77, 0x77, 0x36, 0x67, 0x72, 0x65, 0x62, 0x4d, 0x43, 0x78, 0x53, 0x70, 0x50, 0x33, 0x37, 0x68, 0x38, 0x64, 0x51, 0x43, 0x77, 0x64, 0x6e, 0x57, 0x4e, 0x36, 0x62, 0x6c, 0x59, 0x7a, 0x4c, 0x6c, 0x74, 0x31, 0x45, 0x57, 0x41, 0x55, 0x43, 0x48}}, StringData:map[string]string(nil), Type:"Opaque"} +2025-07-11T08:59:29.805+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:29 [INFO] Checking secret core-api +2025-07-11T08:59:29.805+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:29 [INFO] Checking secret salesforce-api +2025-07-11T08:59:29.805+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:29 [INFO] Checking secret core-user-agent +2025-07-11T08:59:29.805+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_op_type=request tf_http_req_method=GET Accept="application/json, */*" Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" User-Agent="HashiCorp/1.0 Terraform/1.12.1" Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/salesforce-api tf_http_req_version=HTTP/1.1 tf_http_trans_id=bef6ac03-8546-915a-6e91-d8c5560748cd timestamp="2025-07-11T08:59:29.805+0200" +2025-07-11T08:59:29.806+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_op_type=request tf_http_trans_id=d06acdf7-cc70-c537-ee8a-a43fde633f81 @module=kubernetes.Kubernetes Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" Accept="application/json, */*" Host=rancher.bridge.fourlights.dev tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/core-user-agent tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET timestamp="2025-07-11T08:59:29.805+0200" +2025-07-11T08:59:29.806+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Accept="application/json, */*" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/core-api tf_http_trans_id=2137721c-8399-b73f-4f52-8998ee0b7de1 Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_version=HTTP/1.1 @module=kubernetes.Kubernetes User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_body="" tf_http_req_method=GET tf_http_op_type=request @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 timestamp="2025-07-11T08:59:29.805+0200" +2025-07-11T08:59:29.806+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:29.808+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent, 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:59:29.808+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent +2025-07-11T08:59:29.809+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent: applying the planned Create change +2025-07-11T08:59:29.809+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:29 [INFO] Creating new secret: v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"salesforce-user-agent", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Immutable:(*bool)(nil), Data:map[string][]uint8(nil), StringData:map[string]string{"audience":"328365621165169917", "authority":"https://zitadel.365zon", "client_id":"328365633899142397"}, Type:"Opaque"} +2025-07-11T08:59:29.809+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept="application/json, */*" Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Content-Type=application/json Host=rancher.bridge.fourlights.dev tf_http_trans_id=1e0632b6-a9eb-1fa1-6c7d-bd7dd4297474 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Length=259 tf_http_op_type=request tf_http_req_body="{\"kind\":\"Secret\",\"apiVersion\":\"v1\",\"metadata\":{\"name\":\"salesforce-user-agent\",\"namespace\":\"365zon\",\"creationTimestamp\":null},\"stringData\":{\"audience\":\"328365621165169917\",\"authority\":\"https://zitadel.365zon\",\"client_id\":\"328365633899142397\"},\"type\":\"Opaque\"}" tf_http_req_version=HTTP/1.1 @module=kubernetes.Kubernetes User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=POST tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets timestamp="2025-07-11T08:59:29.809+0200" +2025-07-11T08:59:29.973+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Content-Type=application/json Date="Fri, 11 Jul 2025 06:59:29 GMT" X-Content-Type-Options=nosniff tf_http_trans_id=bef6ac03-8546-915a-6e91-d8c5560748cd X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"salesforce-api","namespace":"365zon","uid":"55eb6452-1732-42a9-aff5-2ca53ea0e054","resourceVersion":"109681802","creationTimestamp":"2025-07-11T06:59:29Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:29Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjMzNDYyOTQxMTAz","client_secret":"QVNCcTFkZTVxMkRaZDJveEVudWRnekp5d3c2Z3JlYk1DeFNwUDM3aDhkUUN3ZG5XTjZibFl6TGx0MUVXQVVDSA=="},"type":"Opaque"} + tf_http_res_status_code=200 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=717 tf_http_res_version=HTTP/2.0 X-Api-Cattle-Auth=true tf_http_res_status_reason="200 OK" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=960df5f1-008d-40a4-9572-4c672f26c6d6 timestamp="2025-07-11T08:59:29.972+0200" +2025-07-11T08:59:29.973+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 Content-Length=596 Content-Type=application/json Date="Fri, 11 Jul 2025 06:59:29 GMT" X-Content-Type-Options=nosniff tf_http_op_type=response @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"salesforce-user-agent","namespace":"365zon","uid":"1b2acfa3-53b2-4b9a-9c37-e1dfbb36443c","resourceVersion":"109681805","creationTimestamp":"2025-07-11T06:59:29Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:29Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjMzODk5MTQyMzk3"},"type":"Opaque"} + tf_http_res_status_code=201 tf_http_trans_id=1e0632b6-a9eb-1fa1-6c7d-bd7dd4297474 Audit-Id=3f202621-784e-4cac-90de-29eb27ccf86c new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_reason="201 Created" Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Api-Cattle-Auth=true tf_http_res_version=HTTP/2.0 timestamp="2025-07-11T08:59:29.972+0200" +2025-07-11T08:59:29.973+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 Audit-Id=45769493-36c7-4a0e-9dc9-193b5733c97b Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" @module=kubernetes.Kubernetes Content-Length=590 Content-Type=application/json X-Content-Type-Options=nosniff Date="Fri, 11 Jul 2025 06:59:29 GMT" X-Api-Cattle-Auth=true new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"core-user-agent","namespace":"365zon","uid":"6df2c46f-030c-4a5d-8ffd-12383cfb05be","resourceVersion":"109681803","creationTimestamp":"2025-07-11T06:59:29Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:29Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjMzNTk3MTg0MjI4"},"type":"Opaque"} + tf_http_res_version=HTTP/2.0 tf_http_trans_id=d06acdf7-cc70-c537-ee8a-a43fde633f81 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 timestamp="2025-07-11T08:59:29.972+0200" +2025-07-11T08:59:29.973+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_op_type=response X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_version=HTTP/2.0 tf_http_trans_id=2137721c-8399-b73f-4f52-8998ee0b7de1 Content-Type=application/json tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" @module=kubernetes.Kubernetes Content-Length=711 Date="Fri, 11 Jul 2025 06:59:29 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"core-api","namespace":"365zon","uid":"828e79f3-f9b7-48be-9213-b998fda452e4","resourceVersion":"109681804","creationTimestamp":"2025-07-11T06:59:29Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:29Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjMzMjExMzA4MjYw","client_secret":"aDBUcEJBNWZXenlLTDNMWTFLazRHWmtFNGQ4RUVBeko3ekZUQUd4YnFoTmQyYTNyb2NDMWNCWmRjNmxCaWVqUQ=="},"type":"Opaque"} + @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=72523302-ae3e-49db-82e4-26ddcc0502cd Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Api-Cattle-Auth=true timestamp="2025-07-11T08:59:29.972+0200" +2025-07-11T08:59:29.973+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:29 [INFO] Submitting new secret: &v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"salesforce-user-agent", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"1b2acfa3-53b2-4b9a-9c37-e1dfbb36443c", ResourceVersion:"109681805", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001306120), Subresource:""}}}, Immutable:(*bool)(nil), Data:map[string][]uint8{"audience":[]uint8{0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x32, 0x31, 0x31, 0x36, 0x35, 0x31, 0x36, 0x39, 0x39, 0x31, 0x37}, "authority":[]uint8{0x68, 0x74, 0x74, 0x70, 0x73, 0x3a, 0x2f, 0x2f, 0x7a, 0x69, 0x74, 0x61, 0x64, 0x65, 0x6c, 0x2e, 0x33, 0x36, 0x35, 0x7a, 0x6f, 0x6e}, "client_id":[]uint8{0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x33, 0x33, 0x38, 0x39, 0x39, 0x31, 0x34, 0x32, 0x33, 0x39, 0x37}}, StringData:map[string]string(nil), Type:"Opaque"} +2025-07-11T08:59:29.973+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:29 [INFO] Reading secret salesforce-api +2025-07-11T08:59:29.973+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:29 [INFO] Reading secret core-user-agent +2025-07-11T08:59:29.973+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:29 [INFO] Checking secret salesforce-user-agent +2025-07-11T08:59:29.973+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:29 [INFO] Reading secret core-api +2025-07-11T08:59:29.973+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept-Encoding=gzip tf_http_op_type=request tf_http_req_body="" tf_http_req_method=GET User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/core-user-agent Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes tf_http_req_version=HTTP/1.1 tf_http_trans_id=74010431-f4fc-adaf-0b3b-16749926ef94 timestamp="2025-07-11T08:59:29.973+0200" +2025-07-11T08:59:29.973+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_method=GET User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/core-api tf_http_trans_id=d7b41252-f995-7c2d-d691-f09750a9c7d7 Host=rancher.bridge.fourlights.dev tf_http_op_type=request tf_http_req_version=HTTP/1.1 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Accept="application/json, */*" Accept-Encoding=gzip timestamp="2025-07-11T08:59:29.973+0200" +2025-07-11T08:59:29.973+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/salesforce-user-agent tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_body="" tf_http_req_method=GET tf_http_trans_id=dbfb33d6-2759-0b46-d7a7-8d5802b79fd0 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request @module=kubernetes.Kubernetes Accept="application/json, */*" Accept-Encoding=gzip timestamp="2025-07-11T08:59:29.973+0200" +2025-07-11T08:59:29.973+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/salesforce-api tf_http_req_body="" tf_http_req_method=GET tf_http_req_version=HTTP/1.1 tf_http_trans_id=e00ebb93-af48-0392-ce5e-56350868fa34 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Accept="application/json, */*" Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev @module=kubernetes.Kubernetes User-Agent="HashiCorp/1.0 Terraform/1.12.1" timestamp="2025-07-11T08:59:29.973+0200" +2025-07-11T08:59:30.116+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: @module=zitadel tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_resource_type=zitadel_machine_user @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/machine_user/funcs.go:150 tf_mux_provider=tf5to6server.v5tov6Server tf_req_id=5cd8effc-7543-f9f7-cae7-b9288acbead9 tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:30.115+0200" +2025-07-11T08:59:30.116+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=717 X-Api-Cattle-Auth=true X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." Audit-Id=1da54cd1-1406-42fa-b0e2-ba3e9ba9c40b Date="Fri, 11 Jul 2025 06:59:30 GMT" tf_http_op_type=response tf_http_res_status_code=200 tf_http_trans_id=e00ebb93-af48-0392-ce5e-56350868fa34 @module=kubernetes.Kubernetes Content-Type=application/json X-Content-Type-Options=nosniff + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"salesforce-api","namespace":"365zon","uid":"55eb6452-1732-42a9-aff5-2ca53ea0e054","resourceVersion":"109681802","creationTimestamp":"2025-07-11T06:59:29Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:29Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjMzNDYyOTQxMTAz","client_secret":"QVNCcTFkZTVxMkRaZDJveEVudWRnekp5d3c2Z3JlYk1DeFNwUDM3aDhkUUN3ZG5XTjZibFl6TGx0MUVXQVVDSA=="},"type":"Opaque"} + tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 timestamp="2025-07-11T08:59:30.115+0200" +2025-07-11T08:59:30.116+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:59:30 GMT" tf_http_op_type=response @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=41dbe50f-ec68-4ba6-a4e7-39a23ef91d77 tf_http_res_version=HTTP/2.0 tf_http_trans_id=d7b41252-f995-7c2d-d691-f09750a9c7d7 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 Content-Length=711 Content-Type=application/json new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"core-api","namespace":"365zon","uid":"828e79f3-f9b7-48be-9213-b998fda452e4","resourceVersion":"109681804","creationTimestamp":"2025-07-11T06:59:29Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:29Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjMzMjExMzA4MjYw","client_secret":"aDBUcEJBNWZXenlLTDNMWTFLazRHWmtFNGQ4RUVBeko3ekZUQUd4YnFoTmQyYTNyb2NDMWNCWmRjNmxCaWVqUQ=="},"type":"Opaque"} + tf_http_res_status_reason="200 OK" X-Api-Cattle-Auth=true X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_code=200 X-Content-Type-Options=nosniff @module=kubernetes.Kubernetes timestamp="2025-07-11T08:59:30.115+0200" +2025-07-11T08:59:30.116+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_op_type=response tf_http_res_status_reason="200 OK" Audit-Id=8471b88a-9e22-4599-88ce-82c11d5f9d44 Content-Length=596 Date="Fri, 11 Jul 2025 06:59:30 GMT" X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"salesforce-user-agent","namespace":"365zon","uid":"1b2acfa3-53b2-4b9a-9c37-e1dfbb36443c","resourceVersion":"109681805","creationTimestamp":"2025-07-11T06:59:29Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:29Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjMzODk5MTQyMzk3"},"type":"Opaque"} + tf_http_res_status_code=200 tf_http_trans_id=dbfb33d6-2759-0b46-d7a7-8d5802b79fd0 X-Content-Type-Options=nosniff new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." timestamp="2025-07-11T08:59:30.115+0200" +2025-07-11T08:59:30.116+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 @module=kubernetes.Kubernetes + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"core-user-agent","namespace":"365zon","uid":"6df2c46f-030c-4a5d-8ffd-12383cfb05be","resourceVersion":"109681803","creationTimestamp":"2025-07-11T06:59:29Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:29Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjMzNTk3MTg0MjI4"},"type":"Opaque"} + tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" Content-Length=590 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=73540105-bc43-4412-b26b-79dc397c7bed Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json Date="Fri, 11 Jul 2025 06:59:30 GMT" tf_http_trans_id=74010431-f4fc-adaf-0b3b-16749926ef94 timestamp="2025-07-11T08:59:30.115+0200" +2025-07-11T08:59:30.116+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:30 [INFO] Received secret: v1.ObjectMeta{Name:"core-api", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"828e79f3-f9b7-48be-9213-b998fda452e4", ResourceVersion:"109681804", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc00140a198), Subresource:""}}} +2025-07-11T08:59:30.116+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:30 [INFO] Received secret: v1.ObjectMeta{Name:"salesforce-api", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"55eb6452-1732-42a9-aff5-2ca53ea0e054", ResourceVersion:"109681802", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000e2aa38), Subresource:""}}} +2025-07-11T08:59:30.116+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:30 [INFO] Received secret: v1.ObjectMeta{Name:"core-user-agent", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"6df2c46f-030c-4a5d-8ffd-12383cfb05be", ResourceVersion:"109681803", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0014861f8), Subresource:""}}} +2025-07-11T08:59:30.116+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:30 [INFO] Reading secret salesforce-user-agent +2025-07-11T08:59:30.116+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_method=GET tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/salesforce-user-agent @module=kubernetes.Kubernetes tf_http_req_body="" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept-Encoding=gzip tf_http_op_type=request tf_http_trans_id=617ac248-32c4-54fe-d58a-d55935723095 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_version=HTTP/1.1 Accept="application/json, */*" Host=rancher.bridge.fourlights.dev timestamp="2025-07-11T08:59:30.116+0200" +2025-07-11T08:59:30.116+0200 [WARN] Provider "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" produced an unexpected new value for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api, 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: + - .immutable: was null, but now cty.False + - .metadata[0].generate_name: was null, but now cty.StringVal("") +2025-07-11T08:59:30.116+0200 [WARN] Provider "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" produced an unexpected new value for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent, 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: + - .immutable: was null, but now cty.False + - .metadata[0].generate_name: was null, but now cty.StringVal("") +2025-07-11T08:59:30.116+0200 [WARN] Provider "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" produced an unexpected new value for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api, 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: + - .immutable: was null, but now cty.False + - .metadata[0].generate_name: was null, but now cty.StringVal("") +2025-07-11T08:59:30.117+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:30.117+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:30.117+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:30.279+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @module=kubernetes.Kubernetes Content-Length=596 Date="Fri, 11 Jul 2025 06:59:30 GMT" X-Content-Type-Options=nosniff tf_http_res_status_code=200 tf_http_trans_id=617ac248-32c4-54fe-d58a-d55935723095 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json X-Api-Cattle-Auth=true X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=e9bce963-27a6-4c84-b160-99c882d0d15e tf_http_res_version=HTTP/2.0 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"salesforce-user-agent","namespace":"365zon","uid":"1b2acfa3-53b2-4b9a-9c37-e1dfbb36443c","resourceVersion":"109681805","creationTimestamp":"2025-07-11T06:59:29Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:29Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjMzODk5MTQyMzk3"},"type":"Opaque"} + tf_http_res_status_reason="200 OK" timestamp="2025-07-11T08:59:30.279+0200" +2025-07-11T08:59:30.279+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:30 [INFO] Received secret: v1.ObjectMeta{Name:"salesforce-user-agent", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"1b2acfa3-53b2-4b9a-9c37-e1dfbb36443c", ResourceVersion:"109681805", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000e2b158), Subresource:""}}} +2025-07-11T08:59:30.280+0200 [WARN] Provider "module.tenant-365zon.provider[\"registry.terraform.io/zitadel/zitadel\"]" produced an unexpected new value for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default, 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: + - .description: was null, but now cty.StringVal("") +2025-07-11T08:59:30.280+0200 [WARN] Provider "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" produced an unexpected new value for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent, 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: + - .immutable: was null, but now cty.False + - .metadata[0].generate_name: was null, but now cty.StringVal("") +2025-07-11T08:59:30.280+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:30.281+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:30.283+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:59:30.283+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default: applying the planned Create change +2025-07-11T08:59:30.283+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0], 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:59:30.283+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0] +2025-07-11T08:59:30.283+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]: applying the planned Create change +2025-07-11T08:59:30.283+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/user_grant/funcs.go:62 @module=zitadel tf_req_id=df1aa42c-f16d-a096-54a5-cffcc856a12a tf_resource_type=zitadel_user_grant tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:30.283+0200" +2025-07-11T08:59:30.284+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:30 [INFO] Creating new secret: v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"salesforce-service-account", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Immutable:(*bool)(nil), Data:map[string][]uint8(nil), StringData:map[string]string{"audience":"328365621165169917", "authority":"https://zitadel.365zon", "client_id":"salesforce@365zon.365zon", "client_secret":"0baZjPlgBQLArGjqO7XoSzkOUEWC3Ii1mfZSa5CoGKqYt3zV1X47UkEaZa6rKceV", "scope":"openid profile urn:zitadel:iam:org:project:id:328365621165169917:aud manage:profiles manage:contacts manage:addresses manage:enquiries manage:flowstates manage:flowevents manage:files manage:brands"}, Type:"Opaque"} +2025-07-11T08:59:30.284+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Length=561 User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_method=POST tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_version=HTTP/1.1 @module=kubernetes.Kubernetes Accept="application/json, */*" tf_http_op_type=request tf_http_trans_id=cbfcea18-b640-0ee0-ba29-fe27a22ae19e Content-Type=application/json Host=rancher.bridge.fourlights.dev tf_http_req_body="{\"kind\":\"Secret\",\"apiVersion\":\"v1\",\"metadata\":{\"name\":\"salesforce-service-account\",\"namespace\":\"365zon\",\"creationTimestamp\":null},\"stringData\":{\"audience\":\"328365621165169917\",\"authority\":\"https://zitadel.365zon\",\"client_id\":\"salesforce@365zon.365zon\",\"client_secret\":\"0baZjPlgBQLArGjqO7XoSzkOUEWC3Ii1mfZSa5CoGKqYt3zV1X47UkEaZa6rKceV\",\"scope\":\"openid profile urn:zitadel:iam:org:project:id:328365621165169917:aud manage:profiles manage:contacts manage:addresses manage:enquiries manage:flowstates manage:flowevents manage:files manage:brands\"},\"type\":\"Opaque\"}" timestamp="2025-07-11T08:59:30.284+0200" +2025-07-11T08:59:30.423+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_status_code=201 @module=kubernetes.Kubernetes Audit-Id=ae260e16-924f-4e21-be90-3e018c4cacf8 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json X-Content-Type-Options=nosniff + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"salesforce-service-account","namespace":"365zon","uid":"685f0b64-2c18-4e3f-b67e-598004c9bc7e","resourceVersion":"109681811","creationTimestamp":"2025-07-11T06:59:30Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:30Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{},"f:scope":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"c2FsZXNmb3JjZUAzNjV6b24uMzY1em9u","client_secret":"MGJhWmpQbGdCUUxBckdqcU83WG9TemtPVUVXQzNJaTFtZlpTYTVDb0dLcVl0M3pWMVg0N1VrRWFaYTZyS2NlVg==","scope":"b3BlbmlkIHByb2ZpbGUgdXJuOnppdGFkZWw6aWFtOm9yZzpwcm9qZWN0OmlkOjMyODM2NTYyMTE2NTE2OTkxNzphdWQgbWFuYWdlOnByb2ZpbGVzIG1hbmFnZTpjb250YWN0cyBtYW5hZ2U6YWRkcmVzc2VzIG1hbmFnZTplbnF1aXJpZXMgbWFuYWdlOmZsb3dzdGF0ZXMgbWFuYWdlOmZsb3dldmVudHMgbWFuYWdlOmZpbGVzIG1hbmFnZTpicmFuZHM="},"type":"Opaque"} + @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Length=1025 Date="Fri, 11 Jul 2025 06:59:30 GMT" tf_http_op_type=response tf_http_res_status_reason="201 Created" tf_http_trans_id=cbfcea18-b640-0ee0-ba29-fe27a22ae19e X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_version=HTTP/2.0 timestamp="2025-07-11T08:59:30.423+0200" +2025-07-11T08:59:30.423+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:30 [INFO] Submitting new secret: &v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"salesforce-service-account", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"685f0b64-2c18-4e3f-b67e-598004c9bc7e", ResourceVersion:"109681811", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 30, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 30, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0015bea50), Subresource:""}}}, Immutable:(*bool)(nil), Data:map[string][]uint8{"audience":[]uint8{0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x32, 0x31, 0x31, 0x36, 0x35, 0x31, 0x36, 0x39, 0x39, 0x31, 0x37}, "authority":[]uint8{0x68, 0x74, 0x74, 0x70, 0x73, 0x3a, 0x2f, 0x2f, 0x7a, 0x69, 0x74, 0x61, 0x64, 0x65, 0x6c, 0x2e, 0x33, 0x36, 0x35, 0x7a, 0x6f, 0x6e}, "client_id":[]uint8{0x73, 0x61, 0x6c, 0x65, 0x73, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x40, 0x33, 0x36, 0x35, 0x7a, 0x6f, 0x6e, 0x2e, 0x33, 0x36, 0x35, 0x7a, 0x6f, 0x6e}, "client_secret":[]uint8{0x30, 0x62, 0x61, 0x5a, 0x6a, 0x50, 0x6c, 0x67, 0x42, 0x51, 0x4c, 0x41, 0x72, 0x47, 0x6a, 0x71, 0x4f, 0x37, 0x58, 0x6f, 0x53, 0x7a, 0x6b, 0x4f, 0x55, 0x45, 0x57, 0x43, 0x33, 0x49, 0x69, 0x31, 0x6d, 0x66, 0x5a, 0x53, 0x61, 0x35, 0x43, 0x6f, 0x47, 0x4b, 0x71, 0x59, 0x74, 0x33, 0x7a, 0x56, 0x31, 0x58, 0x34, 0x37, 0x55, 0x6b, 0x45, 0x61, 0x5a, 0x61, 0x36, 0x72, 0x4b, 0x63, 0x65, 0x56}, "scope":[]uint8{0x6f, 0x70, 0x65, 0x6e, 0x69, 0x64, 0x20, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x20, 0x75, 0x72, 0x6e, 0x3a, 0x7a, 0x69, 0x74, 0x61, 0x64, 0x65, 0x6c, 0x3a, 0x69, 0x61, 0x6d, 0x3a, 0x6f, 0x72, 0x67, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x3a, 0x69, 0x64, 0x3a, 0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x32, 0x31, 0x31, 0x36, 0x35, 0x31, 0x36, 0x39, 0x39, 0x31, 0x37, 0x3a, 0x61, 0x75, 0x64, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x73, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x65, 0x6e, 0x71, 0x75, 0x69, 0x72, 0x69, 0x65, 0x73, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x66, 0x6c, 0x6f, 0x77, 0x73, 0x74, 0x61, 0x74, 0x65, 0x73, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x66, 0x6c, 0x6f, 0x77, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x62, 0x72, 0x61, 0x6e, 0x64, 0x73}}, StringData:map[string]string(nil), Type:"Opaque"} +2025-07-11T08:59:30.423+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:30 [INFO] Checking secret salesforce-service-account +2025-07-11T08:59:30.423+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/salesforce-service-account Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_body="" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev tf_http_trans_id=1020aa0c-5bae-855c-1962-314718b100fa Accept="application/json, */*" tf_http_op_type=request tf_http_req_method=GET tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T08:59:30.423+0200" +2025-07-11T08:59:30.424+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:30.585+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 Date="Fri, 11 Jul 2025 06:59:30 GMT" X-Api-Cattle-Auth=true new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"salesforce-service-account","namespace":"365zon","uid":"685f0b64-2c18-4e3f-b67e-598004c9bc7e","resourceVersion":"109681811","creationTimestamp":"2025-07-11T06:59:30Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:30Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{},"f:scope":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"c2FsZXNmb3JjZUAzNjV6b24uMzY1em9u","client_secret":"MGJhWmpQbGdCUUxBckdqcU83WG9TemtPVUVXQzNJaTFtZlpTYTVDb0dLcVl0M3pWMVg0N1VrRWFaYTZyS2NlVg==","scope":"b3BlbmlkIHByb2ZpbGUgdXJuOnppdGFkZWw6aWFtOm9yZzpwcm9qZWN0OmlkOjMyODM2NTYyMTE2NTE2OTkxNzphdWQgbWFuYWdlOnByb2ZpbGVzIG1hbmFnZTpjb250YWN0cyBtYW5hZ2U6YWRkcmVzc2VzIG1hbmFnZTplbnF1aXJpZXMgbWFuYWdlOmZsb3dzdGF0ZXMgbWFuYWdlOmZsb3dldmVudHMgbWFuYWdlOmZpbGVzIG1hbmFnZTpicmFuZHM="},"type":"Opaque"} + @module=kubernetes.Kubernetes X-Content-Type-Options=nosniff tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=1025 Content-Type=application/json X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=158b02ec-e61a-4aa4-81c2-d0b0bc148486 tf_http_res_version=HTTP/2.0 tf_http_trans_id=1020aa0c-5bae-855c-1962-314718b100fa timestamp="2025-07-11T08:59:30.585+0200" +2025-07-11T08:59:30.585+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:30 [INFO] Reading secret salesforce-service-account +2025-07-11T08:59:30.585+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @module=kubernetes.Kubernetes Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/salesforce-service-account Accept="application/json, */*" Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_method=GET @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" tf_http_req_version=HTTP/1.1 tf_http_trans_id=bd318c13-a5af-2a24-faae-c519041f1e59 timestamp="2025-07-11T08:59:30.585+0200" +2025-07-11T08:59:30.725+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"salesforce-service-account","namespace":"365zon","uid":"685f0b64-2c18-4e3f-b67e-598004c9bc7e","resourceVersion":"109681811","creationTimestamp":"2025-07-11T06:59:30Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:30Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{},"f:scope":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"c2FsZXNmb3JjZUAzNjV6b24uMzY1em9u","client_secret":"MGJhWmpQbGdCUUxBckdqcU83WG9TemtPVUVXQzNJaTFtZlpTYTVDb0dLcVl0M3pWMVg0N1VrRWFaYTZyS2NlVg==","scope":"b3BlbmlkIHByb2ZpbGUgdXJuOnppdGFkZWw6aWFtOm9yZzpwcm9qZWN0OmlkOjMyODM2NTYyMTE2NTE2OTkxNzphdWQgbWFuYWdlOnByb2ZpbGVzIG1hbmFnZTpjb250YWN0cyBtYW5hZ2U6YWRkcmVzc2VzIG1hbmFnZTplbnF1aXJpZXMgbWFuYWdlOmZsb3dzdGF0ZXMgbWFuYWdlOmZsb3dldmVudHMgbWFuYWdlOmZpbGVzIG1hbmFnZTpicmFuZHM="},"type":"Opaque"} + tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" tf_http_trans_id=bd318c13-a5af-2a24-faae-c519041f1e59 Audit-Id=3c73d2b1-4eca-4983-a016-6b9dc7fbafd7 X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Content-Length=1025 Content-Type=application/json Date="Fri, 11 Jul 2025 06:59:30 GMT" tf_http_res_version=HTTP/2.0 timestamp="2025-07-11T08:59:30.725+0200" +2025-07-11T08:59:30.725+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:30 [INFO] Received secret: v1.ObjectMeta{Name:"salesforce-service-account", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"685f0b64-2c18-4e3f-b67e-598004c9bc7e", ResourceVersion:"109681811", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 30, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 30, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0015bee70), Subresource:""}}} +2025-07-11T08:59:30.726+0200 [WARN] Provider "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" produced an unexpected new value for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0], 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: + - .immutable: was null, but now cty.False + - .metadata[0].generate_name: was null, but now cty.StringVal("") +2025-07-11T08:59:30.726+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:30.728+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:59:30.728+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default: applying the planned Create change +2025-07-11T08:59:30.728+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_req_id=56262909-23bd-e72a-1c79-afe050ca1761 tf_rpc=ApplyResourceChange @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/application_api/funcs.go:78 @module=zitadel tf_resource_type=zitadel_application_api tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:59:30.728+0200" +2025-07-11T08:59:30.890+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:30.892+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default +2025-07-11T08:59:30.892+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default, 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: + - .clock_skew: planned value cty.StringVal("0s") for a non-computed attribute + - .version: planned value cty.StringVal("OIDC_VERSION_1_0") for a non-computed attribute +2025-07-11T08:59:30.892+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default: applying the planned Create change +2025-07-11T08:59:30.892+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api, 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:59:30.892+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:59:30.893+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api +2025-07-11T08:59:30.893+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default: applying the planned Create change +2025-07-11T08:59:30.893+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: 2025/07/11 08:59:30 [DEBUG] setting computed for "login_names" from ComputedKeys +2025-07-11T08:59:30.893+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api: applying the planned Create change +2025-07-11T08:59:30.893+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_resource_type=zitadel_machine_user tf_rpc=ApplyResourceChange tf_mux_provider=tf5to6server.v5tov6Server @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/machine_user/funcs.go:39 @module=zitadel tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=337be74e-7cac-4923-f070-79627db96ae1 timestamp="2025-07-11T08:59:30.893+0200" +2025-07-11T08:59:30.894+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/application_oidc/funcs.go:122 @module=zitadel tf_rpc=ApplyResourceChange tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=6ce8c578-80eb-9d44-38f6-ef080ae6970f tf_resource_type=zitadel_application_oidc timestamp="2025-07-11T08:59:30.894+0200" +2025-07-11T08:59:30.895+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:30 [INFO] Creating new secret: v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"external-api", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Immutable:(*bool)(nil), Data:map[string][]uint8(nil), StringData:map[string]string{"audience":"328365621165169917", "authority":"https://zitadel.365zon", "client_id":"328365635744642479", "client_secret":"iGUPlzppTUMN8dHB7pYyzlisDiwL0mSqR0z1xuMgSuxvk1gJF78g42NFkeHGcEM3"}, Type:"Opaque"} +2025-07-11T08:59:30.896+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_method=POST Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Content-Length=333 Content-Type=application/json Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" Accept-Encoding=gzip new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_body="{\"kind\":\"Secret\",\"apiVersion\":\"v1\",\"metadata\":{\"name\":\"external-api\",\"namespace\":\"365zon\",\"creationTimestamp\":null},\"stringData\":{\"audience\":\"328365621165169917\",\"authority\":\"https://zitadel.365zon\",\"client_id\":\"328365635744642479\",\"client_secret\":\"iGUPlzppTUMN8dHB7pYyzlisDiwL0mSqR0z1xuMgSuxvk1gJF78g42NFkeHGcEM3\"},\"type\":\"Opaque\"}" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets tf_http_req_version=HTTP/1.1 tf_http_trans_id=cdc1d2d0-04a1-ff75-c1d4-693c57bfae88 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Accept="application/json, */*" timestamp="2025-07-11T08:59:30.896+0200" +2025-07-11T08:59:31.032+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"external-api","namespace":"365zon","uid":"81b29ad6-88e5-4c8b-ac8d-f7d7cb386406","resourceVersion":"109681815","creationTimestamp":"2025-07-11T06:59:30Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:30Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjM1NzQ0NjQyNDc5","client_secret":"aUdVUGx6cHBUVU1OOGRIQjdwWXl6bGlzRGl3TDBtU3FSMHoxeHVNZ1N1eHZrMWdKRjc4ZzQyTkZrZUhHY0VNMw=="},"type":"Opaque"} + new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response tf_http_res_version=HTTP/2.0 Content-Length=715 Date="Fri, 11 Jul 2025 06:59:30 GMT" X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff @module=kubernetes.Kubernetes Audit-Id=1d9cc7cf-3cb2-4129-a678-be7713cc39dc tf_http_res_status_code=201 tf_http_res_status_reason="201 Created" tf_http_trans_id=cdc1d2d0-04a1-ff75-c1d4-693c57bfae88 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 timestamp="2025-07-11T08:59:31.032+0200" +2025-07-11T08:59:31.032+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:31 [INFO] Submitting new secret: &v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"external-api", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"81b29ad6-88e5-4c8b-ac8d-f7d7cb386406", ResourceVersion:"109681815", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 30, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 30, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001292120), Subresource:""}}}, Immutable:(*bool)(nil), Data:map[string][]uint8{"audience":[]uint8{0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x32, 0x31, 0x31, 0x36, 0x35, 0x31, 0x36, 0x39, 0x39, 0x31, 0x37}, "authority":[]uint8{0x68, 0x74, 0x74, 0x70, 0x73, 0x3a, 0x2f, 0x2f, 0x7a, 0x69, 0x74, 0x61, 0x64, 0x65, 0x6c, 0x2e, 0x33, 0x36, 0x35, 0x7a, 0x6f, 0x6e}, "client_id":[]uint8{0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x33, 0x35, 0x37, 0x34, 0x34, 0x36, 0x34, 0x32, 0x34, 0x37, 0x39}, "client_secret":[]uint8{0x69, 0x47, 0x55, 0x50, 0x6c, 0x7a, 0x70, 0x70, 0x54, 0x55, 0x4d, 0x4e, 0x38, 0x64, 0x48, 0x42, 0x37, 0x70, 0x59, 0x79, 0x7a, 0x6c, 0x69, 0x73, 0x44, 0x69, 0x77, 0x4c, 0x30, 0x6d, 0x53, 0x71, 0x52, 0x30, 0x7a, 0x31, 0x78, 0x75, 0x4d, 0x67, 0x53, 0x75, 0x78, 0x76, 0x6b, 0x31, 0x67, 0x4a, 0x46, 0x37, 0x38, 0x67, 0x34, 0x32, 0x4e, 0x46, 0x6b, 0x65, 0x48, 0x47, 0x63, 0x45, 0x4d, 0x33}}, StringData:map[string]string(nil), Type:"Opaque"} +2025-07-11T08:59:31.033+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:31 [INFO] Checking secret external-api +2025-07-11T08:59:31.033+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/external-api tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes tf_http_op_type=request tf_http_trans_id=e4a3b645-d98e-4458-5f38-6bb54304ffe2 Accept="application/json, */*" Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" timestamp="2025-07-11T08:59:31.033+0200" +2025-07-11T08:59:31.052+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:31.054+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent, 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:59:31.054+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent +2025-07-11T08:59:31.054+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent: applying the planned Create change +2025-07-11T08:59:31.055+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:31 [INFO] Creating new secret: v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"external-user-agent", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Immutable:(*bool)(nil), Data:map[string][]uint8(nil), StringData:map[string]string{"audience":"328365621165169917", "authority":"https://zitadel.365zon", "client_id":"328365636096989412"}, Type:"Opaque"} +2025-07-11T08:59:31.055+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Host=rancher.bridge.fourlights.dev Accept="application/json, */*" tf_http_req_body="{\"kind\":\"Secret\",\"apiVersion\":\"v1\",\"metadata\":{\"name\":\"external-user-agent\",\"namespace\":\"365zon\",\"creationTimestamp\":null},\"stringData\":{\"audience\":\"328365621165169917\",\"authority\":\"https://zitadel.365zon\",\"client_id\":\"328365636096989412\"},\"type\":\"Opaque\"}" tf_http_req_method=POST tf_http_req_version=HTTP/1.1 tf_http_trans_id=f5c7180c-5a11-b3ce-c6ea-b5a651a70826 Accept-Encoding=gzip tf_http_op_type=request @module=kubernetes.Kubernetes Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Content-Type=application/json User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Length=257 timestamp="2025-07-11T08:59:31.055+0200" +2025-07-11T08:59:31.201+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_req_id=337be74e-7cac-4923-f070-79627db96ae1 tf_resource_type=zitadel_machine_user tf_rpc=ApplyResourceChange tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/machine_user/funcs.go:150 @module=zitadel timestamp="2025-07-11T08:59:31.201+0200" +2025-07-11T08:59:31.201+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes X-Content-Type-Options=nosniff tf_http_res_version=HTTP/2.0 tf_http_trans_id=e4a3b645-d98e-4458-5f38-6bb54304ffe2 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=715 Content-Type=application/json Date="Fri, 11 Jul 2025 06:59:31 GMT" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_code=200 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 Audit-Id=5e563207-2840-4582-b060-50161fbc2f08 X-Api-Cattle-Auth=true tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"external-api","namespace":"365zon","uid":"81b29ad6-88e5-4c8b-ac8d-f7d7cb386406","resourceVersion":"109681815","creationTimestamp":"2025-07-11T06:59:30Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:30Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjM1NzQ0NjQyNDc5","client_secret":"aUdVUGx6cHBUVU1OOGRIQjdwWXl6bGlzRGl3TDBtU3FSMHoxeHVNZ1N1eHZrMWdKRjc4ZzQyTkZrZUhHY0VNMw=="},"type":"Opaque"} + tf_http_res_status_reason="200 OK" timestamp="2025-07-11T08:59:31.201+0200" +2025-07-11T08:59:31.201+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=f5c7180c-5a11-b3ce-c6ea-b5a651a70826 @module=kubernetes.Kubernetes Audit-Id=7ebc28c2-3c96-4332-8658-0701c643a8f5 Content-Length=594 tf_http_res_status_code=201 tf_http_res_status_reason="201 Created" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 Date="Fri, 11 Jul 2025 06:59:31 GMT" X-Content-Type-Options=nosniff tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"external-user-agent","namespace":"365zon","uid":"83c8d7e4-a843-4ea0-b848-e5f943346b43","resourceVersion":"109681816","creationTimestamp":"2025-07-11T06:59:31Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjM2MDk2OTg5NDEy"},"type":"Opaque"} + tf_http_res_version=HTTP/2.0 Content-Type=application/json X-Api-Cattle-Auth=true timestamp="2025-07-11T08:59:31.201+0200" +2025-07-11T08:59:31.201+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:31 [INFO] Submitting new secret: &v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"external-user-agent", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"83c8d7e4-a843-4ea0-b848-e5f943346b43", ResourceVersion:"109681816", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 31, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 31, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000ea0d08), Subresource:""}}}, Immutable:(*bool)(nil), Data:map[string][]uint8{"audience":[]uint8{0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x32, 0x31, 0x31, 0x36, 0x35, 0x31, 0x36, 0x39, 0x39, 0x31, 0x37}, "authority":[]uint8{0x68, 0x74, 0x74, 0x70, 0x73, 0x3a, 0x2f, 0x2f, 0x7a, 0x69, 0x74, 0x61, 0x64, 0x65, 0x6c, 0x2e, 0x33, 0x36, 0x35, 0x7a, 0x6f, 0x6e}, "client_id":[]uint8{0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x33, 0x36, 0x30, 0x39, 0x36, 0x39, 0x38, 0x39, 0x34, 0x31, 0x32}}, StringData:map[string]string(nil), Type:"Opaque"} +2025-07-11T08:59:31.201+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:31 [INFO] Checking secret external-user-agent +2025-07-11T08:59:31.201+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:31 [INFO] Reading secret external-api +2025-07-11T08:59:31.201+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_version=HTTP/1.1 tf_http_trans_id=3cf99114-672b-8609-ab8c-92dc9efe0500 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." Host=rancher.bridge.fourlights.dev tf_http_req_body="" tf_http_req_method=GET Accept="application/json, */*" Accept-Encoding=gzip tf_http_op_type=request @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/external-user-agent timestamp="2025-07-11T08:59:31.201+0200" +2025-07-11T08:59:31.201+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/external-api Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev tf_http_req_method=GET tf_http_req_body="" tf_http_req_version=HTTP/1.1 @module=kubernetes.Kubernetes Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_trans_id=111b14ff-2541-5d0d-b300-4ff380b705b7 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." timestamp="2025-07-11T08:59:31.201+0200" +2025-07-11T08:59:31.346+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Content-Type=application/json + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"external-user-agent","namespace":"365zon","uid":"83c8d7e4-a843-4ea0-b848-e5f943346b43","resourceVersion":"109681816","creationTimestamp":"2025-07-11T06:59:31Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjM2MDk2OTg5NDEy"},"type":"Opaque"} + tf_http_res_version=HTTP/2.0 tf_http_trans_id=3cf99114-672b-8609-ab8c-92dc9efe0500 X-Api-Cattle-Auth=true X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=594 Date="Fri, 11 Jul 2025 06:59:31 GMT" X-Content-Type-Options=nosniff tf_http_res_status_code=200 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_status_reason="200 OK" @module=kubernetes.Kubernetes Audit-Id=e61bccfd-d90c-49f1-8278-29d5f94248c6 timestamp="2025-07-11T08:59:31.346+0200" +2025-07-11T08:59:31.347+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 Audit-Id=73ebfe8e-bda6-4e51-8fd5-7e06af11f83a Content-Type=application/json Date="Fri, 11 Jul 2025 06:59:31 GMT" X-Content-Type-Options=nosniff @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"external-api","namespace":"365zon","uid":"81b29ad6-88e5-4c8b-ac8d-f7d7cb386406","resourceVersion":"109681815","creationTimestamp":"2025-07-11T06:59:30Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:30Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjM1NzQ0NjQyNDc5","client_secret":"aUdVUGx6cHBUVU1OOGRIQjdwWXl6bGlzRGl3TDBtU3FSMHoxeHVNZ1N1eHZrMWdKRjc4ZzQyTkZrZUhHY0VNMw=="},"type":"Opaque"} + tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] tf_http_op_type=response Content-Length=715 X-Api-Cattle-Auth=true tf_http_res_version=HTTP/2.0 tf_http_trans_id=111b14ff-2541-5d0d-b300-4ff380b705b7 timestamp="2025-07-11T08:59:31.346+0200" +2025-07-11T08:59:31.347+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:31 [INFO] Received secret: v1.ObjectMeta{Name:"external-api", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"81b29ad6-88e5-4c8b-ac8d-f7d7cb386406", ResourceVersion:"109681815", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 30, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 30, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000f6ac78), Subresource:""}}} +2025-07-11T08:59:31.347+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:31 [INFO] Reading secret external-user-agent +2025-07-11T08:59:31.347+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes tf_http_req_method=GET Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" Accept="application/json, */*" tf_http_req_version=HTTP/1.1 tf_http_trans_id=ccd96843-cf6e-d8d0-8eef-746cb87fad81 Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/external-user-agent timestamp="2025-07-11T08:59:31.347+0200" +2025-07-11T08:59:31.347+0200 [WARN] Provider "module.tenant-365zon.provider[\"registry.terraform.io/zitadel/zitadel\"]" produced an unexpected new value for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default, 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: + - .description: was null, but now cty.StringVal("") +2025-07-11T08:59:31.347+0200 [WARN] Provider "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" produced an unexpected new value for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api, 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: + - .immutable: was null, but now cty.False + - .metadata[0].generate_name: was null, but now cty.StringVal("") +2025-07-11T08:59:31.347+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:31.348+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:31.349+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:59:31.350+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default: applying the planned Create change +2025-07-11T08:59:31.350+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0], 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:59:31.350+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0] +2025-07-11T08:59:31.350+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_req_id=610d24d0-6985-5d4e-3949-8a8f2be82a23 @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/user_grant/funcs.go:62 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_resource_type=zitadel_user_grant tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:31.350+0200" +2025-07-11T08:59:31.350+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]: applying the planned Create change +2025-07-11T08:59:31.351+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:31 [INFO] Creating new secret: v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"external-service-account", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Immutable:(*bool)(nil), Data:map[string][]uint8(nil), StringData:map[string]string{"audience":"328365621165169917", "authority":"https://zitadel.365zon", "client_id":"external@365zon.365zon", "client_secret":"Tdwfhg5EA1AmC2aRjgmgXFrbbV1H6OiygYUWSvr08JKzq4dGE7V6XMMgJiQeZQrr", "scope":"openid profile urn:zitadel:iam:org:project:id:328365621165169917:aud manage:profiles manage:contacts manage:addresses manage:enquiries manage:flowstates manage:flowevents manage:files manage:brands"}, Type:"Opaque"} +2025-07-11T08:59:31.351+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept-Encoding=gzip tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets @module=kubernetes.Kubernetes Accept="application/json, */*" tf_http_req_body="{\"kind\":\"Secret\",\"apiVersion\":\"v1\",\"metadata\":{\"name\":\"external-service-account\",\"namespace\":\"365zon\",\"creationTimestamp\":null},\"stringData\":{\"audience\":\"328365621165169917\",\"authority\":\"https://zitadel.365zon\",\"client_id\":\"external@365zon.365zon\",\"client_secret\":\"Tdwfhg5EA1AmC2aRjgmgXFrbbV1H6OiygYUWSvr08JKzq4dGE7V6XMMgJiQeZQrr\",\"scope\":\"openid profile urn:zitadel:iam:org:project:id:328365621165169917:aud manage:profiles manage:contacts manage:addresses manage:enquiries manage:flowstates manage:flowevents manage:files manage:brands\"},\"type\":\"Opaque\"}" tf_http_req_method=POST Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Content-Type=application/json tf_http_trans_id=9e7ac559-e69f-8079-4e78-34f8a4e0c1dd Content-Length=557 Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" timestamp="2025-07-11T08:59:31.351+0200" +2025-07-11T08:59:31.503+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Audit-Id=64bc8d51-068d-4de4-9709-21e15e36f0ee Date="Fri, 11 Jul 2025 06:59:31 GMT" X-Api-Cattle-Auth=true tf_http_res_status_code=200 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_op_type=response tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=594 Content-Type=application/json X-Content-Type-Options=nosniff new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"external-user-agent","namespace":"365zon","uid":"83c8d7e4-a843-4ea0-b848-e5f943346b43","resourceVersion":"109681816","creationTimestamp":"2025-07-11T06:59:31Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjM2MDk2OTg5NDEy"},"type":"Opaque"} + tf_http_trans_id=ccd96843-cf6e-d8d0-8eef-746cb87fad81 timestamp="2025-07-11T08:59:31.503+0200" +2025-07-11T08:59:31.504+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 Audit-Id=26643c82-ae7b-4a94-a334-4374c7ef31a9 Content-Type=application/json X-Api-Cattle-Auth=true + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"external-service-account","namespace":"365zon","uid":"b6cb324f-07e6-424d-9b50-c07cfa8be699","resourceVersion":"109681819","creationTimestamp":"2025-07-11T06:59:31Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{},"f:scope":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"ZXh0ZXJuYWxAMzY1em9uLjM2NXpvbg==","client_secret":"VGR3ZmhnNUVBMUFtQzJhUmpnbWdYRnJiYlYxSDZPaXlnWVVXU3ZyMDhKS3pxNGRHRTdWNlhNTWdKaVFlWlFycg==","scope":"b3BlbmlkIHByb2ZpbGUgdXJuOnppdGFkZWw6aWFtOm9yZzpwcm9qZWN0OmlkOjMyODM2NTYyMTE2NTE2OTkxNzphdWQgbWFuYWdlOnByb2ZpbGVzIG1hbmFnZTpjb250YWN0cyBtYW5hZ2U6YWRkcmVzc2VzIG1hbmFnZTplbnF1aXJpZXMgbWFuYWdlOmZsb3dzdGF0ZXMgbWFuYWdlOmZsb3dldmVudHMgbWFuYWdlOmZpbGVzIG1hbmFnZTpicmFuZHM="},"type":"Opaque"} + tf_http_res_status_code=201 tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 tf_http_res_status_reason="201 Created" @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Content-Type-Options=nosniff new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response Content-Length=1023 Date="Fri, 11 Jul 2025 06:59:31 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_trans_id=9e7ac559-e69f-8079-4e78-34f8a4e0c1dd timestamp="2025-07-11T08:59:31.503+0200" +2025-07-11T08:59:31.504+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:31 [INFO] Received secret: v1.ObjectMeta{Name:"external-user-agent", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"83c8d7e4-a843-4ea0-b848-e5f943346b43", ResourceVersion:"109681816", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 31, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 31, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000f6b728), Subresource:""}}} +2025-07-11T08:59:31.504+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:31 [INFO] Submitting new secret: &v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"external-service-account", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"b6cb324f-07e6-424d-9b50-c07cfa8be699", ResourceVersion:"109681819", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 31, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 31, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc00166f8c0), Subresource:""}}}, Immutable:(*bool)(nil), Data:map[string][]uint8{"audience":[]uint8{0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x32, 0x31, 0x31, 0x36, 0x35, 0x31, 0x36, 0x39, 0x39, 0x31, 0x37}, "authority":[]uint8{0x68, 0x74, 0x74, 0x70, 0x73, 0x3a, 0x2f, 0x2f, 0x7a, 0x69, 0x74, 0x61, 0x64, 0x65, 0x6c, 0x2e, 0x33, 0x36, 0x35, 0x7a, 0x6f, 0x6e}, "client_id":[]uint8{0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x40, 0x33, 0x36, 0x35, 0x7a, 0x6f, 0x6e, 0x2e, 0x33, 0x36, 0x35, 0x7a, 0x6f, 0x6e}, "client_secret":[]uint8{0x54, 0x64, 0x77, 0x66, 0x68, 0x67, 0x35, 0x45, 0x41, 0x31, 0x41, 0x6d, 0x43, 0x32, 0x61, 0x52, 0x6a, 0x67, 0x6d, 0x67, 0x58, 0x46, 0x72, 0x62, 0x62, 0x56, 0x31, 0x48, 0x36, 0x4f, 0x69, 0x79, 0x67, 0x59, 0x55, 0x57, 0x53, 0x76, 0x72, 0x30, 0x38, 0x4a, 0x4b, 0x7a, 0x71, 0x34, 0x64, 0x47, 0x45, 0x37, 0x56, 0x36, 0x58, 0x4d, 0x4d, 0x67, 0x4a, 0x69, 0x51, 0x65, 0x5a, 0x51, 0x72, 0x72}, "scope":[]uint8{0x6f, 0x70, 0x65, 0x6e, 0x69, 0x64, 0x20, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x20, 0x75, 0x72, 0x6e, 0x3a, 0x7a, 0x69, 0x74, 0x61, 0x64, 0x65, 0x6c, 0x3a, 0x69, 0x61, 0x6d, 0x3a, 0x6f, 0x72, 0x67, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x3a, 0x69, 0x64, 0x3a, 0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x32, 0x31, 0x31, 0x36, 0x35, 0x31, 0x36, 0x39, 0x39, 0x31, 0x37, 0x3a, 0x61, 0x75, 0x64, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x73, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x65, 0x6e, 0x71, 0x75, 0x69, 0x72, 0x69, 0x65, 0x73, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x66, 0x6c, 0x6f, 0x77, 0x73, 0x74, 0x61, 0x74, 0x65, 0x73, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x66, 0x6c, 0x6f, 0x77, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x62, 0x72, 0x61, 0x6e, 0x64, 0x73}}, StringData:map[string]string(nil), Type:"Opaque"} +2025-07-11T08:59:31.504+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:31 [INFO] Checking secret external-service-account +2025-07-11T08:59:31.504+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept-Encoding=gzip new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" @module=kubernetes.Kubernetes Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_method=GET tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Host=rancher.bridge.fourlights.dev tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/external-service-account tf_http_trans_id=dc7a2f0f-4843-a072-54cc-869e1cd4d789 timestamp="2025-07-11T08:59:31.504+0200" +2025-07-11T08:59:31.504+0200 [WARN] Provider "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" produced an unexpected new value for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent, 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: + - .immutable: was null, but now cty.False + - .metadata[0].generate_name: was null, but now cty.StringVal("") +2025-07-11T08:59:31.504+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:31.505+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:31.647+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_res_status_reason="200 OK" Content-Length=1023 X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_status_code=200 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:59:31 GMT" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"external-service-account","namespace":"365zon","uid":"b6cb324f-07e6-424d-9b50-c07cfa8be699","resourceVersion":"109681819","creationTimestamp":"2025-07-11T06:59:31Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{},"f:scope":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"ZXh0ZXJuYWxAMzY1em9uLjM2NXpvbg==","client_secret":"VGR3ZmhnNUVBMUFtQzJhUmpnbWdYRnJiYlYxSDZPaXlnWVVXU3ZyMDhKS3pxNGRHRTdWNlhNTWdKaVFlWlFycg==","scope":"b3BlbmlkIHByb2ZpbGUgdXJuOnppdGFkZWw6aWFtOm9yZzpwcm9qZWN0OmlkOjMyODM2NTYyMTE2NTE2OTkxNzphdWQgbWFuYWdlOnByb2ZpbGVzIG1hbmFnZTpjb250YWN0cyBtYW5hZ2U6YWRkcmVzc2VzIG1hbmFnZTplbnF1aXJpZXMgbWFuYWdlOmZsb3dzdGF0ZXMgbWFuYWdlOmZsb3dldmVudHMgbWFuYWdlOmZpbGVzIG1hbmFnZTpicmFuZHM="},"type":"Opaque"} + tf_http_trans_id=dc7a2f0f-4843-a072-54cc-869e1cd4d789 Audit-Id=c0469df1-5350-4dfe-98a8-95788195868c Content-Type=application/json timestamp="2025-07-11T08:59:31.647+0200" +2025-07-11T08:59:31.647+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:31 [INFO] Reading secret external-service-account +2025-07-11T08:59:31.647+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/external-service-account tf_http_req_version=HTTP/1.1 User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_trans_id=4b4ba87f-de24-a5d4-26d8-323049eef48e @module=kubernetes.Kubernetes Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev tf_http_req_method=GET timestamp="2025-07-11T08:59:31.647+0200" +2025-07-11T08:59:31.689+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"external-service-account","namespace":"365zon","uid":"b6cb324f-07e6-424d-9b50-c07cfa8be699","resourceVersion":"109681819","creationTimestamp":"2025-07-11T06:59:31Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{},"f:scope":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"ZXh0ZXJuYWxAMzY1em9uLjM2NXpvbg==","client_secret":"VGR3ZmhnNUVBMUFtQzJhUmpnbWdYRnJiYlYxSDZPaXlnWVVXU3ZyMDhKS3pxNGRHRTdWNlhNTWdKaVFlWlFycg==","scope":"b3BlbmlkIHByb2ZpbGUgdXJuOnppdGFkZWw6aWFtOm9yZzpwcm9qZWN0OmlkOjMyODM2NTYyMTE2NTE2OTkxNzphdWQgbWFuYWdlOnByb2ZpbGVzIG1hbmFnZTpjb250YWN0cyBtYW5hZ2U6YWRkcmVzc2VzIG1hbmFnZTplbnF1aXJpZXMgbWFuYWdlOmZsb3dzdGF0ZXMgbWFuYWdlOmZsb3dldmVudHMgbWFuYWdlOmZpbGVzIG1hbmFnZTpicmFuZHM="},"type":"Opaque"} + tf_http_res_status_reason="200 OK" tf_http_trans_id=4b4ba87f-de24-a5d4-26d8-323049eef48e Audit-Id=0cc7db6e-5971-4e58-9d49-78e8e17278fe X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:59:31 GMT" X-Api-Cattle-Auth=true tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Length=1023 X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 Content-Type=application/json new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response timestamp="2025-07-11T08:59:31.689+0200" +2025-07-11T08:59:31.689+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:31 [INFO] Received secret: v1.ObjectMeta{Name:"external-service-account", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"b6cb324f-07e6-424d-9b50-c07cfa8be699", ResourceVersion:"109681819", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 31, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 31, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0012244c8), Subresource:""}}} +2025-07-11T08:59:31.690+0200 [WARN] Provider "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" produced an unexpected new value for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0], 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: + - .immutable: was null, but now cty.False + - .metadata[0].generate_name: was null, but now cty.StringVal("") +2025-07-11T08:59:31.690+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:31.692+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default +2025-07-11T08:59:31.692+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default: applying the planned Create change +2025-07-11T08:59:31.692+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/application_api/funcs.go:78 @module=zitadel tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=d601ec54-906b-3b45-4f23-e69c28972873 tf_mux_provider=tf5to6server.v5tov6Server tf_resource_type=zitadel_application_api tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:31.692+0200" +2025-07-11T08:59:31.955+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:31.956+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default +2025-07-11T08:59:31.956+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default, 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: + - .clock_skew: planned value cty.StringVal("0s") for a non-computed attribute + - .version: planned value cty.StringVal("OIDC_VERSION_1_0") for a non-computed attribute +2025-07-11T08:59:31.956+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default: applying the planned Create change +2025-07-11T08:59:31.957+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:59:31.957+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default: applying the planned Create change +2025-07-11T08:59:31.957+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: 2025/07/11 08:59:31 [DEBUG] setting computed for "login_names" from ComputedKeys +2025-07-11T08:59:31.957+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_rpc=ApplyResourceChange @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/machine_user/funcs.go:39 @module=zitadel tf_req_id=1e20070e-a81c-042b-d296-2211b8d60122 tf_resource_type=zitadel_machine_user tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:59:31.957+0200" +2025-07-11T08:59:31.957+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api, 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:59:31.957+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api +2025-07-11T08:59:31.957+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_resource_type=zitadel_application_oidc @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/application_oidc/funcs.go:122 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=161451a2-e9c0-2c20-9a99-2e33e46b0626 tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:31.957+0200" +2025-07-11T08:59:31.957+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api: applying the planned Create change +2025-07-11T08:59:31.958+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:31 [INFO] Creating new secret: v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"internal-api", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Immutable:(*bool)(nil), Data:map[string][]uint8(nil), StringData:map[string]string{"audience":"328365621165169917", "authority":"https://zitadel.365zon", "client_id":"328365637556581807", "client_secret":"NCpJ0ybiGRpT7RmGSlYCySDiNWzEg2Clhepvk1UIcdZYNpEF2XHs8nMi5fxyDQwq"}, Type:"Opaque"} +2025-07-11T08:59:31.958+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Content-Length=333 tf_http_op_type=request tf_http_req_method=POST tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_trans_id=4645e729-2b68-ca24-c562-b9f30283866e @module=kubernetes.Kubernetes Accept-Encoding=gzip tf_http_req_version=HTTP/1.1 Content-Type=application/json new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="{\"kind\":\"Secret\",\"apiVersion\":\"v1\",\"metadata\":{\"name\":\"internal-api\",\"namespace\":\"365zon\",\"creationTimestamp\":null},\"stringData\":{\"audience\":\"328365621165169917\",\"authority\":\"https://zitadel.365zon\",\"client_id\":\"328365637556581807\",\"client_secret\":\"NCpJ0ybiGRpT7RmGSlYCySDiNWzEg2Clhepvk1UIcdZYNpEF2XHs8nMi5fxyDQwq\"},\"type\":\"Opaque\"}" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" timestamp="2025-07-11T08:59:31.958+0200" +2025-07-11T08:59:32.123+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Content-Length=715 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:59:31 GMT" X-Api-Cattle-Auth=true X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"internal-api","namespace":"365zon","uid":"460d5d3b-5d3d-4e91-afb1-c57088a96c97","resourceVersion":"109681823","creationTimestamp":"2025-07-11T06:59:31Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjM3NTU2NTgxODA3","client_secret":"TkNwSjB5YmlHUnBUN1JtR1NsWUN5U0RpTld6RWcyQ2xoZXB2azFVSWNkWllOcEVGMlhIczhuTWk1Znh5RFF3cQ=="},"type":"Opaque"} + tf_http_res_status_reason="201 Created" tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Content-Type=application/json X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_status_code=201 Audit-Id=97b9b0a8-8a23-43e4-adb4-018ba678ca7a new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=4645e729-2b68-ca24-c562-b9f30283866e timestamp="2025-07-11T08:59:32.123+0200" +2025-07-11T08:59:32.123+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:32 [INFO] Submitting new secret: &v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"internal-api", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"460d5d3b-5d3d-4e91-afb1-c57088a96c97", ResourceVersion:"109681823", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 31, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 31, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001011170), Subresource:""}}}, Immutable:(*bool)(nil), Data:map[string][]uint8{"audience":[]uint8{0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x32, 0x31, 0x31, 0x36, 0x35, 0x31, 0x36, 0x39, 0x39, 0x31, 0x37}, "authority":[]uint8{0x68, 0x74, 0x74, 0x70, 0x73, 0x3a, 0x2f, 0x2f, 0x7a, 0x69, 0x74, 0x61, 0x64, 0x65, 0x6c, 0x2e, 0x33, 0x36, 0x35, 0x7a, 0x6f, 0x6e}, "client_id":[]uint8{0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x33, 0x37, 0x35, 0x35, 0x36, 0x35, 0x38, 0x31, 0x38, 0x30, 0x37}, "client_secret":[]uint8{0x4e, 0x43, 0x70, 0x4a, 0x30, 0x79, 0x62, 0x69, 0x47, 0x52, 0x70, 0x54, 0x37, 0x52, 0x6d, 0x47, 0x53, 0x6c, 0x59, 0x43, 0x79, 0x53, 0x44, 0x69, 0x4e, 0x57, 0x7a, 0x45, 0x67, 0x32, 0x43, 0x6c, 0x68, 0x65, 0x70, 0x76, 0x6b, 0x31, 0x55, 0x49, 0x63, 0x64, 0x5a, 0x59, 0x4e, 0x70, 0x45, 0x46, 0x32, 0x58, 0x48, 0x73, 0x38, 0x6e, 0x4d, 0x69, 0x35, 0x66, 0x78, 0x79, 0x44, 0x51, 0x77, 0x71}}, StringData:map[string]string(nil), Type:"Opaque"} +2025-07-11T08:59:32.124+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:32 [INFO] Checking secret internal-api +2025-07-11T08:59:32.124+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_trans_id=b9ce7095-1141-5f2a-c82b-af1dbed9d008 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." @module=kubernetes.Kubernetes Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_op_type=request tf_http_req_body="" tf_http_req_method=GET tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Host=rancher.bridge.fourlights.dev tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/internal-api timestamp="2025-07-11T08:59:32.124+0200" +2025-07-11T08:59:32.269+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_res_version=HTTP/2.0 X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Audit-Id=d253df81-070a-4eab-baf7-d346cd33c609 X-Api-Cattle-Auth=true Content-Type=application/json + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"internal-api","namespace":"365zon","uid":"460d5d3b-5d3d-4e91-afb1-c57088a96c97","resourceVersion":"109681823","creationTimestamp":"2025-07-11T06:59:31Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjM3NTU2NTgxODA3","client_secret":"TkNwSjB5YmlHUnBUN1JtR1NsWUN5U0RpTld6RWcyQ2xoZXB2azFVSWNkWllOcEVGMlhIczhuTWk1Znh5RFF3cQ=="},"type":"Opaque"} + tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" tf_http_trans_id=b9ce7095-1141-5f2a-c82b-af1dbed9d008 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:59:32 GMT" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response Content-Length=715 timestamp="2025-07-11T08:59:32.269+0200" +2025-07-11T08:59:32.269+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=1e20070e-a81c-042b-d296-2211b8d60122 tf_resource_type=zitadel_machine_user tf_rpc=ApplyResourceChange @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/machine_user/funcs.go:150 @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server timestamp="2025-07-11T08:59:32.269+0200" +2025-07-11T08:59:32.269+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:32 [INFO] Reading secret internal-api +2025-07-11T08:59:32.269+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_method=GET tf_http_trans_id=bdd760f3-ba06-8090-bc13-0d676df1a303 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." Accept="application/json, */*" Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/internal-api @module=kubernetes.Kubernetes tf_http_op_type=request tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T08:59:32.269+0200" +2025-07-11T08:59:32.270+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:32.272+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent, 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:59:32.272+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent +2025-07-11T08:59:32.272+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent: applying the planned Create change +2025-07-11T08:59:32.273+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:32 [INFO] Creating new secret: v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"internal-user-agent", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Immutable:(*bool)(nil), Data:map[string][]uint8(nil), StringData:map[string]string{"audience":"328365621165169917", "authority":"https://zitadel.365zon", "client_id":"328365637942516989"}, Type:"Opaque"} +2025-07-11T08:59:32.273+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept-Encoding=gzip tf_http_req_method=POST Host=rancher.bridge.fourlights.dev tf_http_trans_id=772cc97c-1a5b-46a4-921a-0657b5dc7737 User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Content-Length=257 tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets Content-Type=application/json tf_http_req_body="{\"kind\":\"Secret\",\"apiVersion\":\"v1\",\"metadata\":{\"name\":\"internal-user-agent\",\"namespace\":\"365zon\",\"creationTimestamp\":null},\"stringData\":{\"audience\":\"328365621165169917\",\"authority\":\"https://zitadel.365zon\",\"client_id\":\"328365637942516989\"},\"type\":\"Opaque\"}" tf_http_req_version=HTTP/1.1 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." @module=kubernetes.Kubernetes timestamp="2025-07-11T08:59:32.273+0200" +2025-07-11T08:59:32.430+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Content-Type=application/json Date="Fri, 11 Jul 2025 06:59:32 GMT" X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"internal-api","namespace":"365zon","uid":"460d5d3b-5d3d-4e91-afb1-c57088a96c97","resourceVersion":"109681823","creationTimestamp":"2025-07-11T06:59:31Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjM3NTU2NTgxODA3","client_secret":"TkNwSjB5YmlHUnBUN1JtR1NsWUN5U0RpTld6RWcyQ2xoZXB2azFVSWNkWllOcEVGMlhIczhuTWk1Znh5RFF3cQ=="},"type":"Opaque"} + tf_http_res_version=HTTP/2.0 tf_http_trans_id=bdd760f3-ba06-8090-bc13-0d676df1a303 Audit-Id=7e3738d4-d5b8-488d-96fe-1b0d906012ba tf_http_op_type=response tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=715 X-Content-Type-Options=nosniff new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." timestamp="2025-07-11T08:59:32.430+0200" +2025-07-11T08:59:32.430+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 Content-Length=594 Date="Fri, 11 Jul 2025 06:59:32 GMT" tf_http_res_status_reason="201 Created" Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"internal-user-agent","namespace":"365zon","uid":"9bfefd1b-80d9-407f-a249-deda3d72207a","resourceVersion":"109681826","creationTimestamp":"2025-07-11T06:59:32Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:32Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjM3OTQyNTE2OTg5"},"type":"Opaque"} + Content-Type=application/json tf_http_op_type=response tf_http_res_status_code=201 tf_http_res_version=HTTP/2.0 tf_http_trans_id=772cc97c-1a5b-46a4-921a-0657b5dc7737 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Audit-Id=6901b594-ed2a-424d-a79e-e9d533990a04 timestamp="2025-07-11T08:59:32.430+0200" +2025-07-11T08:59:32.430+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:32 [INFO] Received secret: v1.ObjectMeta{Name:"internal-api", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"460d5d3b-5d3d-4e91-afb1-c57088a96c97", ResourceVersion:"109681823", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 31, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 31, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0010bc990), Subresource:""}}} +2025-07-11T08:59:32.430+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:32 [INFO] Submitting new secret: &v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"internal-user-agent", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"9bfefd1b-80d9-407f-a249-deda3d72207a", ResourceVersion:"109681826", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 32, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 32, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc00140ac78), Subresource:""}}}, Immutable:(*bool)(nil), Data:map[string][]uint8{"audience":[]uint8{0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x32, 0x31, 0x31, 0x36, 0x35, 0x31, 0x36, 0x39, 0x39, 0x31, 0x37}, "authority":[]uint8{0x68, 0x74, 0x74, 0x70, 0x73, 0x3a, 0x2f, 0x2f, 0x7a, 0x69, 0x74, 0x61, 0x64, 0x65, 0x6c, 0x2e, 0x33, 0x36, 0x35, 0x7a, 0x6f, 0x6e}, "client_id":[]uint8{0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x33, 0x37, 0x39, 0x34, 0x32, 0x35, 0x31, 0x36, 0x39, 0x38, 0x39}}, StringData:map[string]string(nil), Type:"Opaque"} +2025-07-11T08:59:32.430+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:32 [INFO] Checking secret internal-user-agent +2025-07-11T08:59:32.430+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" @module=kubernetes.Kubernetes Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Host=rancher.bridge.fourlights.dev tf_http_req_body="" tf_http_req_method=GET tf_http_req_version=HTTP/1.1 tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/internal-user-agent tf_http_trans_id=eb88596c-1d4e-2d11-09d0-2e70a66b62d8 Accept="application/json, */*" timestamp="2025-07-11T08:59:32.430+0200" +2025-07-11T08:59:32.431+0200 [WARN] Provider "module.tenant-365zon.provider[\"registry.terraform.io/zitadel/zitadel\"]" produced an unexpected new value for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default, 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: + - .description: was null, but now cty.StringVal("") +2025-07-11T08:59:32.431+0200 [WARN] Provider "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" produced an unexpected new value for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api, 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: + - .immutable: was null, but now cty.False + - .metadata[0].generate_name: was null, but now cty.StringVal("") +2025-07-11T08:59:32.431+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:32.431+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:32.433+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default +2025-07-11T08:59:32.433+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default: applying the planned Create change +2025-07-11T08:59:32.433+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0], 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute +2025-07-11T08:59:32.434+0200 [INFO] Starting apply for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0] +2025-07-11T08:59:32.434+0200 [DEBUG] module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]: applying the planned Create change +2025-07-11T08:59:32.434+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_resource_type=zitadel_user_grant @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/user_grant/funcs.go:62 @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=427a1bd7-6b30-d84b-0b17-48ae6cc38fe4 tf_rpc=ApplyResourceChange timestamp="2025-07-11T08:59:32.434+0200" +2025-07-11T08:59:32.434+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:32 [INFO] Creating new secret: v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"internal-service-account", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Immutable:(*bool)(nil), Data:map[string][]uint8(nil), StringData:map[string]string{"audience":"328365621165169917", "authority":"https://zitadel.365zon", "client_id":"internal@365zon.365zon", "client_secret":"6mHmgPsYnu5UUXZN3mK3HwnGxhSjJdyXNlpn6w82BpnLnmAwgvLc8hqDZiyWCGk7", "scope":"openid profile urn:zitadel:iam:org:project:id:328365621165169917:aud manage:profiles manage:contacts manage:addresses manage:enquiries manage:flowstates manage:flowevents manage:files manage:brands"}, Type:"Opaque"} +2025-07-11T08:59:32.434+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." @module=kubernetes.Kubernetes Accept-Encoding=gzip Content-Length=557 tf_http_req_method=POST tf_http_trans_id=8e601334-7fde-819d-7b1b-b0d5a538059e @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Type=application/json tf_http_op_type=request tf_http_req_body="{\"kind\":\"Secret\",\"apiVersion\":\"v1\",\"metadata\":{\"name\":\"internal-service-account\",\"namespace\":\"365zon\",\"creationTimestamp\":null},\"stringData\":{\"audience\":\"328365621165169917\",\"authority\":\"https://zitadel.365zon\",\"client_id\":\"internal@365zon.365zon\",\"client_secret\":\"6mHmgPsYnu5UUXZN3mK3HwnGxhSjJdyXNlpn6w82BpnLnmAwgvLc8hqDZiyWCGk7\",\"scope\":\"openid profile urn:zitadel:iam:org:project:id:328365621165169917:aud manage:profiles manage:contacts manage:addresses manage:enquiries manage:flowstates manage:flowevents manage:files manage:brands\"},\"type\":\"Opaque\"}" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets Accept="application/json, */*" Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T08:59:32.434+0200" +2025-07-11T08:59:32.574+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Length=594 X-Api-Cattle-Auth=true new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=eb88596c-1d4e-2d11-09d0-2e70a66b62d8 Audit-Id=05e849b9-ea88-4d64-bc4b-20b692134613 X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"internal-user-agent","namespace":"365zon","uid":"9bfefd1b-80d9-407f-a249-deda3d72207a","resourceVersion":"109681826","creationTimestamp":"2025-07-11T06:59:32Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:32Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjM3OTQyNTE2OTg5"},"type":"Opaque"} + @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_status_code=200 Date="Fri, 11 Jul 2025 06:59:32 GMT" timestamp="2025-07-11T08:59:32.574+0200" +2025-07-11T08:59:32.574+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"internal-service-account","namespace":"365zon","uid":"9458c3ff-be27-4743-912c-1d8afc0e95a7","resourceVersion":"109681831","creationTimestamp":"2025-07-11T06:59:32Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:32Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{},"f:scope":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"aW50ZXJuYWxAMzY1em9uLjM2NXpvbg==","client_secret":"Nm1IbWdQc1ludTVVVVhaTjNtSzNId25HeGhTakpkeVhObHBuNnc4MkJwbkxubUF3Z3ZMYzhocURaaXlXQ0drNw==","scope":"b3BlbmlkIHByb2ZpbGUgdXJuOnppdGFkZWw6aWFtOm9yZzpwcm9qZWN0OmlkOjMyODM2NTYyMTE2NTE2OTkxNzphdWQgbWFuYWdlOnByb2ZpbGVzIG1hbmFnZTpjb250YWN0cyBtYW5hZ2U6YWRkcmVzc2VzIG1hbmFnZTplbnF1aXJpZXMgbWFuYWdlOmZsb3dzdGF0ZXMgbWFuYWdlOmZsb3dldmVudHMgbWFuYWdlOmZpbGVzIG1hbmFnZTpicmFuZHM="},"type":"Opaque"} + tf_http_trans_id=8e601334-7fde-819d-7b1b-b0d5a538059e @module=kubernetes.Kubernetes X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json Date="Fri, 11 Jul 2025 06:59:32 GMT" X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 Content-Length=1023 X-Content-Type-Options=nosniff tf_http_res_status_code=201 tf_http_res_status_reason="201 Created" tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=937ee9be-6779-4b53-84ca-fc7ffcafdae6 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response timestamp="2025-07-11T08:59:32.574+0200" +2025-07-11T08:59:32.574+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:32 [INFO] Reading secret internal-user-agent +2025-07-11T08:59:32.575+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:32 [INFO] Submitting new secret: &v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"internal-service-account", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"9458c3ff-be27-4743-912c-1d8afc0e95a7", ResourceVersion:"109681831", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 32, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 32, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc00166fc08), Subresource:""}}}, Immutable:(*bool)(nil), Data:map[string][]uint8{"audience":[]uint8{0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x32, 0x31, 0x31, 0x36, 0x35, 0x31, 0x36, 0x39, 0x39, 0x31, 0x37}, "authority":[]uint8{0x68, 0x74, 0x74, 0x70, 0x73, 0x3a, 0x2f, 0x2f, 0x7a, 0x69, 0x74, 0x61, 0x64, 0x65, 0x6c, 0x2e, 0x33, 0x36, 0x35, 0x7a, 0x6f, 0x6e}, "client_id":[]uint8{0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x40, 0x33, 0x36, 0x35, 0x7a, 0x6f, 0x6e, 0x2e, 0x33, 0x36, 0x35, 0x7a, 0x6f, 0x6e}, "client_secret":[]uint8{0x36, 0x6d, 0x48, 0x6d, 0x67, 0x50, 0x73, 0x59, 0x6e, 0x75, 0x35, 0x55, 0x55, 0x58, 0x5a, 0x4e, 0x33, 0x6d, 0x4b, 0x33, 0x48, 0x77, 0x6e, 0x47, 0x78, 0x68, 0x53, 0x6a, 0x4a, 0x64, 0x79, 0x58, 0x4e, 0x6c, 0x70, 0x6e, 0x36, 0x77, 0x38, 0x32, 0x42, 0x70, 0x6e, 0x4c, 0x6e, 0x6d, 0x41, 0x77, 0x67, 0x76, 0x4c, 0x63, 0x38, 0x68, 0x71, 0x44, 0x5a, 0x69, 0x79, 0x57, 0x43, 0x47, 0x6b, 0x37}, "scope":[]uint8{0x6f, 0x70, 0x65, 0x6e, 0x69, 0x64, 0x20, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x20, 0x75, 0x72, 0x6e, 0x3a, 0x7a, 0x69, 0x74, 0x61, 0x64, 0x65, 0x6c, 0x3a, 0x69, 0x61, 0x6d, 0x3a, 0x6f, 0x72, 0x67, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x3a, 0x69, 0x64, 0x3a, 0x33, 0x32, 0x38, 0x33, 0x36, 0x35, 0x36, 0x32, 0x31, 0x31, 0x36, 0x35, 0x31, 0x36, 0x39, 0x39, 0x31, 0x37, 0x3a, 0x61, 0x75, 0x64, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x73, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x65, 0x6e, 0x71, 0x75, 0x69, 0x72, 0x69, 0x65, 0x73, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x66, 0x6c, 0x6f, 0x77, 0x73, 0x74, 0x61, 0x74, 0x65, 0x73, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x66, 0x6c, 0x6f, 0x77, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x20, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x3a, 0x62, 0x72, 0x61, 0x6e, 0x64, 0x73}}, StringData:map[string]string(nil), Type:"Opaque"} +2025-07-11T08:59:32.575+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:32 [INFO] Checking secret internal-service-account +2025-07-11T08:59:32.575+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_method=GET @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev tf_http_req_version=HTTP/1.1 @module=kubernetes.Kubernetes tf_http_trans_id=019a88db-b785-ec5f-0666-5d0248585318 tf_http_req_body="" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/internal-user-agent timestamp="2025-07-11T08:59:32.575+0200" +2025-07-11T08:59:32.575+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_method=GET tf_http_trans_id=3e147eef-526e-a3f4-08fe-530d046dcff9 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_op_type=request Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/internal-service-account tf_http_req_version=HTTP/1.1 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" Accept="application/json, */*" Host=rancher.bridge.fourlights.dev timestamp="2025-07-11T08:59:32.575+0200" +2025-07-11T08:59:32.575+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:32.576+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:32.577+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=973985 +2025-07-11T08:59:32.577+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:32.732+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Audit-Id=40feca9f-106a-40ac-9405-5ae2e071605e Date="Fri, 11 Jul 2025 06:59:32 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"internal-user-agent","namespace":"365zon","uid":"9bfefd1b-80d9-407f-a249-deda3d72207a","resourceVersion":"109681826","creationTimestamp":"2025-07-11T06:59:32Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:32Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjM3OTQyNTE2OTg5"},"type":"Opaque"} + tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 X-Api-Cattle-Auth=true X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] tf_http_res_status_code=200 tf_http_trans_id=019a88db-b785-ec5f-0666-5d0248585318 Content-Length=594 Content-Type=application/json X-Content-Type-Options=nosniff new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response timestamp="2025-07-11T08:59:32.732+0200" +2025-07-11T08:59:32.733+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" Audit-Id=d5c229e1-adb9-40ce-a84e-2b6d5740b1f3 Content-Length=1023 Date="Fri, 11 Jul 2025 06:59:32 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"internal-service-account","namespace":"365zon","uid":"9458c3ff-be27-4743-912c-1d8afc0e95a7","resourceVersion":"109681831","creationTimestamp":"2025-07-11T06:59:32Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:32Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{},"f:scope":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"aW50ZXJuYWxAMzY1em9uLjM2NXpvbg==","client_secret":"Nm1IbWdQc1ludTVVVVhaTjNtSzNId25HeGhTakpkeVhObHBuNnc4MkJwbkxubUF3Z3ZMYzhocURaaXlXQ0drNw==","scope":"b3BlbmlkIHByb2ZpbGUgdXJuOnppdGFkZWw6aWFtOm9yZzpwcm9qZWN0OmlkOjMyODM2NTYyMTE2NTE2OTkxNzphdWQgbWFuYWdlOnByb2ZpbGVzIG1hbmFnZTpjb250YWN0cyBtYW5hZ2U6YWRkcmVzc2VzIG1hbmFnZTplbnF1aXJpZXMgbWFuYWdlOmZsb3dzdGF0ZXMgbWFuYWdlOmZsb3dldmVudHMgbWFuYWdlOmZpbGVzIG1hbmFnZTpicmFuZHM="},"type":"Opaque"} + Content-Type=application/json new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_trans_id=3e147eef-526e-a3f4-08fe-530d046dcff9 timestamp="2025-07-11T08:59:32.732+0200" +2025-07-11T08:59:32.733+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:32 [INFO] Received secret: v1.ObjectMeta{Name:"internal-user-agent", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"9bfefd1b-80d9-407f-a249-deda3d72207a", ResourceVersion:"109681826", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 32, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 32, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001225410), Subresource:""}}} +2025-07-11T08:59:32.733+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:32 [INFO] Reading secret internal-service-account +2025-07-11T08:59:32.733+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Host=rancher.bridge.fourlights.dev tf_http_req_method=GET tf_http_req_body="" Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/internal-service-account tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_trans_id=dbeb2f3e-1596-1a2e-3508-13234694b7c2 timestamp="2025-07-11T08:59:32.733+0200" +2025-07-11T08:59:32.733+0200 [WARN] Provider "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" produced an unexpected new value for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent, 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: + - .immutable: was null, but now cty.False + - .metadata[0].generate_name: was null, but now cty.StringVal("") +2025-07-11T08:59:32.733+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:32.877+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Length=1023 Date="Fri, 11 Jul 2025 06:59:32 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." @module=kubernetes.Kubernetes Content-Type=application/json X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"internal-service-account","namespace":"365zon","uid":"9458c3ff-be27-4743-912c-1d8afc0e95a7","resourceVersion":"109681831","creationTimestamp":"2025-07-11T06:59:32Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:32Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{},"f:scope":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"aW50ZXJuYWxAMzY1em9uLjM2NXpvbg==","client_secret":"Nm1IbWdQc1ludTVVVVhaTjNtSzNId25HeGhTakpkeVhObHBuNnc4MkJwbkxubUF3Z3ZMYzhocURaaXlXQ0drNw==","scope":"b3BlbmlkIHByb2ZpbGUgdXJuOnppdGFkZWw6aWFtOm9yZzpwcm9qZWN0OmlkOjMyODM2NTYyMTE2NTE2OTkxNzphdWQgbWFuYWdlOnByb2ZpbGVzIG1hbmFnZTpjb250YWN0cyBtYW5hZ2U6YWRkcmVzc2VzIG1hbmFnZTplbnF1aXJpZXMgbWFuYWdlOmZsb3dzdGF0ZXMgbWFuYWdlOmZsb3dldmVudHMgbWFuYWdlOmZpbGVzIG1hbmFnZTpicmFuZHM="},"type":"Opaque"} + tf_http_trans_id=dbeb2f3e-1596-1a2e-3508-13234694b7c2 Audit-Id=bbbfca5f-ab25-4124-ac88-9a62b4fd7799 tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] tf_http_res_status_reason="200 OK" timestamp="2025-07-11T08:59:32.877+0200" +2025-07-11T08:59:32.877+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:32 [INFO] Received secret: v1.ObjectMeta{Name:"internal-service-account", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"9458c3ff-be27-4743-912c-1d8afc0e95a7", ResourceVersion:"109681831", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 32, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 32, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000fa6570), Subresource:""}}} +2025-07-11T08:59:32.878+0200 [WARN] Provider "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" produced an unexpected new value for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0], 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: + - .immutable: was null, but now cty.False + - .metadata[0].generate_name: was null, but now cty.StringVal("") +2025-07-11T08:59:32.878+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T08:59:32.879+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:32.881+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=973643 +2025-07-11T08:59:32.881+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:32.881+0200 [DEBUG] states/remote: state read serial is: 44; serial is: 44 +2025-07-11T08:59:32.881+0200 [DEBUG] states/remote: state read lineage is: 8bb1bb78-c340-a09d-d7d3-bfdfbe0a740e; lineage is: 8bb1bb78-c340-a09d-d7d3-bfdfbe0a740e +2025-07-11T08:59:32.888+0200 [INFO] backend-s3: Uploading remote state: tf_backend.operation=Put tf_backend.req_id=fe853786-b1c7-7783-16f1-1296b91bdb05 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T08:59:32.889+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=PutObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Put tf_backend.req_id=fe853786-b1c7-7783-16f1-1296b91bdb05 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.request.header.x_amz_trailer=x-amz-checksum-sha256 http.request.header.content_type=application/json http.request.header.accept_encoding=identity http.request.header.content_encoding=aws-chunked http.request_content_length=302426 http.request.header.amz_sdk_invocation_id=64120f38-9357-4f7b-9025-a4ebc6b28c13 http.request.body="[Redacted: 295.3 KB (302,426 bytes), Type: application/json]" net.peer.name=storage.bridge.fourlights.dev http.request.header.x_amz_date=20250711T065932Z http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.x_amz_sdk_checksum_algorithm=SHA256 http.request.header.x_amz_decoded_content_length=302344 http.request.header.x_amz_content_sha256=STREAMING-UNSIGNED-PAYLOAD-TRAILER http.method=PUT http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate?x-id=PutObject http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 ft/s3-transfer m/G,Z" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;content-encoding;content-length;content-type;host;x-amz-content-sha256;x-amz-date;x-amz-decoded-content-length;x-amz-sdk-checksum-algorithm;x-amz-trailer, Signature=*****" +2025-07-11T08:59:34.111+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=PutObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Put tf_backend.req_id=fe853786-b1c7-7783-16f1-1296b91bdb05 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.response.header.server=MinIO http.response.header.date="Fri, 11 Jul 2025 06:59:34 GMT" http.response.header.accept_ranges=bytes http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.x_xss_protection="1; mode=block" http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.body="" http.response.header.etag="\"3e0e8e2a258bf09d9aa392de5b8718fc\"" http.response.header.x_ratelimit_remaining=57 http.response.header.x_amz_checksum_sha256="iP9e5v96G9MAeqQ3cRURBvsrT12QpVllgY8kFH+0tqI=" http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.header.x_amz_request_id=1851203C331C4994 http.duration=1222 http.status_code=200 http.response.header.x_ratelimit_limit=57 http.response.header.x_content_type_options=nosniff +2025-07-11T08:59:34.112+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:34.112+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:34.112+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:34.112+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:34.113+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 id=973430 +2025-07-11T08:59:34.113+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:34.114+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=973998 +2025-07-11T08:59:34.114+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:34.114+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=973565 +2025-07-11T08:59:34.114+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:34.114+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=973732 +2025-07-11T08:59:34.114+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:44.942+0200 [INFO] Terraform version: 1.12.1 +2025-07-11T08:59:44.942+0200 [DEBUG] using github.com/hashicorp/go-tfe v1.74.1 +2025-07-11T08:59:44.942+0200 [DEBUG] using github.com/hashicorp/hcl/v2 v2.23.1-0.20250203194505-ba0759438da2 +2025-07-11T08:59:44.942+0200 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1 +2025-07-11T08:59:44.942+0200 [DEBUG] using github.com/zclconf/go-cty v1.16.2 +2025-07-11T08:59:44.942+0200 [INFO] Go runtime version: go1.24.3 +2025-07-11T08:59:44.942+0200 [INFO] CLI args: []string{"terraform", "apply"} +2025-07-11T08:59:44.942+0200 [DEBUG] Attempting to open CLI config file: /home/lamelos/.terraformrc +2025-07-11T08:59:44.942+0200 [INFO] Loading CLI configuration from /home/lamelos/.terraformrc +2025-07-11T08:59:44.942+0200 [DEBUG] checking for credentials in "/home/lamelos/.terraform.d/plugins" +2025-07-11T08:59:44.942+0200 [DEBUG] Explicit provider installation configuration is set +2025-07-11T08:59:44.942+0200 [INFO] CLI command args: []string{"apply"} +2025-07-11T08:59:44.944+0200 [DEBUG] backend-s3.aws-base: Resolving credentials provider: tf_backend.operation=Configure tf_backend.req_id=fe1b678e-be29-79a8-13ba-7350fa4daecb tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T08:59:44.944+0200 [DEBUG] backend-s3.aws-base: Using authentication parameters: tf_backend.operation=Configure tf_backend.req_id=fe1b678e-be29-79a8-13ba-7350fa4daecb tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate tf_aws.auth_fields=["access key", "secret key"] tf_aws.auth_fields.source=provider +2025-07-11T08:59:44.944+0200 [INFO] backend-s3.aws-base: Retrieved credentials: tf_backend.operation=Configure tf_backend.req_id=fe1b678e-be29-79a8-13ba-7350fa4daecb tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate tf_aws.credentials_source=StaticCredentials +2025-07-11T08:59:44.944+0200 [DEBUG] backend-s3.aws-base: Loading configuration: tf_backend.operation=Configure tf_backend.req_id=fe1b678e-be29-79a8-13ba-7350fa4daecb tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T08:59:44.946+0200 [DEBUG] Provider registry.terraform.io/hashicorp/helm is overridden by dev_overrides +2025-07-11T08:59:45.138+0200 [DEBUG] Provider registry.terraform.io/hashicorp/helm is overridden to load from /home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64 +2025-07-11T08:59:45.138+0200 [DEBUG] checking for provisioner in "." +2025-07-11T08:59:45.146+0200 [DEBUG] checking for provisioner in "/usr/bin" +2025-07-11T08:59:45.146+0200 [DEBUG] checking for provisioner in "/home/lamelos/.terraform.d/plugins" +2025-07-11T08:59:45.148+0200 [DEBUG] Provider registry.terraform.io/hashicorp/helm is overridden by dev_overrides +2025-07-11T08:59:45.148+0200 [INFO] backend/local: starting Apply operation +2025-07-11T08:59:45.149+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon rpc.method=ListObjectsV2 rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Workspaces tf_backend.req_id=90acbd31-cee5-f66f-9080-4ca442054f3b tf_backend.s3.bucket=app-365zon tf_backend.workspace-prefix=env:/ http.url="https://storage.bridge.fourlights.dev/app-365zon?list-type=2&max-keys=1000&prefix=env%3A%2F" http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 m/C" http.request.body="" http.method=GET net.peer.name=storage.bridge.fourlights.dev http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.request.header.x_amz_date=20250711T065945Z http.request.header.amz_sdk_invocation_id=cbfbec00-1151-47c3-b4e2-95365dd0bd3e http.request.header.accept_encoding=identity +2025-07-11T08:59:45.723+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon rpc.method=ListObjectsV2 rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Workspaces tf_backend.req_id=90acbd31-cee5-f66f-9080-4ca442054f3b tf_backend.s3.bucket=app-365zon tf_backend.workspace-prefix=env:/ http.response.header.date="Fri, 11 Jul 2025 06:59:45 GMT" http.response.header.x_ratelimit_limit=57 http.response.header.content_type=application/xml + http.response.body= + | + | app-365zonenv:/01000false + http.response_content_length=246 http.response.header.x_content_type_options=nosniff http.response.header.accept_ranges=bytes http.response.header.vary=["Origin", "Accept-Encoding"] http.duration=573 http.status_code=200 http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.x_amz_request_id=1851203F1C3417A0 http.response.header.x_xss_protection="1; mode=block" http.response.header.server=MinIO http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.header.x_ratelimit_remaining=57 +2025-07-11T08:59:45.723+0200 [INFO] backend-s3: Downloading remote state: tf_backend.operation=Get tf_backend.req_id=0f21c396-428e-091b-7e9a-c4a1cb3487c2 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T08:59:45.723+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=HeadObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=0f21c396-428e-091b-7e9a-c4a1cb3487c2 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.method=HEAD net.peer.name=storage.bridge.fourlights.dev http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2" http.request.header.accept_encoding=identity http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.x_amz_date=20250711T065945Z http.request.header.amz_sdk_invocation_id=61bf8a00-750f-4316-872f-b404b3041d31 http.request.header.amz_sdk_request="attempt=1; max=5" http.request.body="" +2025-07-11T08:59:45.927+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=HeadObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=0f21c396-428e-091b-7e9a-c4a1cb3487c2 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.header.date="Fri, 11 Jul 2025 06:59:45 GMT" http.response.header.x_content_type_options=nosniff http.response.header.x_amz_request_id=1851203F2E03EBE0 http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.x_ratelimit_limit=57 http.response_content_length=302344 http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.x_xss_protection="1; mode=block" http.response.header.server=MinIO http.response.body="" http.duration=203 http.response.header.accept_ranges=bytes http.response.header.last_modified="Fri, 11 Jul 2025 06:59:33 GMT" http.response.header.x_ratelimit_remaining=57 http.status_code=200 http.response.header.etag="\"3e0e8e2a258bf09d9aa392de5b8718fc\"" http.response.header.content_type=application/json +2025-07-11T08:59:45.928+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=0f21c396-428e-091b-7e9a-c4a1cb3487c2 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate?x-id=GetObject net.peer.name=storage.bridge.fourlights.dev http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 ft/s3-transfer m/G,b" http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.amz_sdk_invocation_id=8ee347a0-dfdd-41e9-95ae-2b6f8c4bbb9d http.request.body="" http.method=GET http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;range;x-amz-checksum-mode;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.request.header.accept_encoding=identity http.request.header.x_amz_checksum_mode=ENABLED http.request.header.range=bytes=0-5242879 http.request.header.x_amz_date=20250711T065945Z +2025-07-11T08:59:45.972+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=0f21c396-428e-091b-7e9a-c4a1cb3487c2 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.response.header.date="Fri, 11 Jul 2025 06:59:45 GMT" http.response.header.last_modified="Fri, 11 Jul 2025 06:59:33 GMT" http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.body="[Redacted: 295.3 KB (302,344 bytes), Type: application/json]" http.duration=44 http.status_code=206 http.response.header.x_xss_protection="1; mode=block" http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.header.x_ratelimit_limit=57 http.response.header.accept_ranges=bytes http.response.header.x_content_type_options=nosniff http.response.header.x_amz_request_id=1851203F39F2C691 http.response_content_length=302344 http.response.header.x_ratelimit_remaining=57 http.response.header.server=MinIO http.response.header.etag="\"3e0e8e2a258bf09d9aa392de5b8718fc\"" http.response.header.content_range="bytes 0-302343/302344" http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.content_type=application/json +2025-07-11T08:59:45.972+0200 [WARN] backend-s3: Response has no supported checksum. Not validating response payload.: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=0f21c396-428e-091b-7e9a-c4a1cb3487c2 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T08:59:46.102+0200 [DEBUG] Config.VerifyDependencySelections: skipping registry.terraform.io/hashicorp/helm because it's overridden by a special configuration setting +2025-07-11T08:59:46.102+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:46.102+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:46.114+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:59:46.114+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=974388 +2025-07-11T08:59:46.114+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:59:46.120+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:59:46.120+0200" +2025-07-11T08:59:46.148+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:46.148+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin1713644970 network=unix timestamp="2025-07-11T08:59:46.148+0200" +2025-07-11T08:59:46.162+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:46.163+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=974388 +2025-07-11T08:59:46.163+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:46.163+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:46.163+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:46.167+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 args=[".terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2"] +2025-07-11T08:59:46.167+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 pid=974407 +2025-07-11T08:59:46.167+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 +2025-07-11T08:59:46.190+0200 [INFO] provider.terraform-provider-argocd_v7.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:46.190+0200" +2025-07-11T08:59:46.201+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:46.201+0200 [DEBUG] provider.terraform-provider-argocd_v7.0.2: plugin address: address=/tmp/plugin824561416 network=unix timestamp="2025-07-11T08:59:46.201+0200" +2025-07-11T08:59:46.227+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:46.229+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/argoproj-labs/argocd/7.0.2/linux_amd64/terraform-provider-argocd_v7.0.2 id=974407 +2025-07-11T08:59:46.229+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:46.229+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:46.229+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:46.234+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5"] +2025-07-11T08:59:46.234+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 pid=974427 +2025-07-11T08:59:46.234+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 +2025-07-11T08:59:46.237+0200 [INFO] provider.terraform-provider-external_v2.3.5_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:46.237+0200" +2025-07-11T08:59:46.248+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:46.248+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: plugin address: address=/tmp/plugin233200307 network=unix timestamp="2025-07-11T08:59:46.248+0200" +2025-07-11T08:59:46.257+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:59:46.257+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:46.258+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 id=974427 +2025-07-11T08:59:46.258+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:46.258+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:46.258+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:46.262+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:59:46.262+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=974437 +2025-07-11T08:59:46.262+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:59:46.276+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:46.276+0200" +2025-07-11T08:59:46.287+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin4153097099 network=unix timestamp="2025-07-11T08:59:46.287+0200" +2025-07-11T08:59:46.287+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:46.297+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:59:46.297+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:46.300+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=974437 +2025-07-11T08:59:46.300+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:46.300+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:46.300+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:46.304+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:59:46.304+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=974451 +2025-07-11T08:59:46.304+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:59:46.323+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:46.323+0200" +2025-07-11T08:59:46.331+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:46.331+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: network=unix address=/tmp/plugin3129352028 timestamp="2025-07-11T08:59:46.331+0200" +2025-07-11T08:59:46.378+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:46.380+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=974451 +2025-07-11T08:59:46.380+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:46.380+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:46.380+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:46.385+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5"] +2025-07-11T08:59:46.385+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 pid=974471 +2025-07-11T08:59:46.385+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 +2025-07-11T08:59:46.388+0200 [INFO] provider.terraform-provider-local_v2.5.3_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:46.388+0200" +2025-07-11T08:59:46.399+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:46.399+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: plugin address: address=/tmp/plugin3059152300 network=unix timestamp="2025-07-11T08:59:46.399+0200" +2025-07-11T08:59:46.408+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:59:46.408+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:46.409+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 id=974471 +2025-07-11T08:59:46.409+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:46.409+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:46.409+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:46.414+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5"] +2025-07-11T08:59:46.414+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 pid=974480 +2025-07-11T08:59:46.414+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 +2025-07-11T08:59:46.416+0200 [INFO] provider.terraform-provider-null_v3.2.4_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:46.416+0200" +2025-07-11T08:59:46.429+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:46.429+0200 [DEBUG] provider.terraform-provider-null_v3.2.4_x5: plugin address: address=/tmp/plugin1136600783 network=unix timestamp="2025-07-11T08:59:46.428+0200" +2025-07-11T08:59:46.437+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:59:46.437+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:46.438+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 id=974480 +2025-07-11T08:59:46.438+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:46.438+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:46.438+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:46.443+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5"] +2025-07-11T08:59:46.443+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 pid=974489 +2025-07-11T08:59:46.443+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 +2025-07-11T08:59:46.445+0200 [INFO] provider.terraform-provider-random_v3.7.2_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:46.445+0200" +2025-07-11T08:59:46.457+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:46.457+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: plugin address: address=/tmp/plugin4090114273 network=unix timestamp="2025-07-11T08:59:46.457+0200" +2025-07-11T08:59:46.466+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:59:46.466+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:46.467+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 id=974489 +2025-07-11T08:59:46.467+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:46.467+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:46.467+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:46.472+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/vault/5.1.0/linux_amd64/terraform-provider-vault_v5.1.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/vault/5.1.0/linux_amd64/terraform-provider-vault_v5.1.0_x5"] +2025-07-11T08:59:46.472+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/vault/5.1.0/linux_amd64/terraform-provider-vault_v5.1.0_x5 pid=974498 +2025-07-11T08:59:46.472+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/vault/5.1.0/linux_amd64/terraform-provider-vault_v5.1.0_x5 +2025-07-11T08:59:46.481+0200 [INFO] provider.terraform-provider-vault_v5.1.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:46.481+0200" +2025-07-11T08:59:46.494+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:46.494+0200 [DEBUG] provider.terraform-provider-vault_v5.1.0_x5: plugin address: address=/tmp/plugin1360387232 network=unix timestamp="2025-07-11T08:59:46.494+0200" +2025-07-11T08:59:46.523+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:46.525+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/vault/5.1.0/linux_amd64/terraform-provider-vault_v5.1.0_x5 id=974498 +2025-07-11T08:59:46.525+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:46.525+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:46.525+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:46.529+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 args=[".terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1"] +2025-07-11T08:59:46.529+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 pid=974517 +2025-07-11T08:59:46.529+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 +2025-07-11T08:59:46.531+0200 [INFO] provider.terraform-provider-slugify_v0.1.1: configuring server automatic mTLS: timestamp="2025-07-11T08:59:46.531+0200" +2025-07-11T08:59:46.543+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:46.543+0200 [DEBUG] provider.terraform-provider-slugify_v0.1.1: plugin address: address=/tmp/plugin3549051158 network=unix timestamp="2025-07-11T08:59:46.543+0200" +2025-07-11T08:59:46.551+0200 [DEBUG] No provider meta schema returned +2025-07-11T08:59:46.551+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:46.552+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 id=974517 +2025-07-11T08:59:46.552+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:46.552+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:46.552+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:46.556+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:59:46.556+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=974526 +2025-07-11T08:59:46.556+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:59:46.564+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:46.564+0200" +2025-07-11T08:59:46.576+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:46.576+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin3862096111 network=unix timestamp="2025-07-11T08:59:46.576+0200" +2025-07-11T08:59:46.588+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:46.589+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=974526 +2025-07-11T08:59:46.589+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:46.589+0200 [DEBUG] Building and walking validate graph +2025-07-11T08:59:46.599+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/zitadel/zitadel"], implied first by module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default +2025-07-11T08:59:46.599+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/random"], implied first by module.redis.random_password.redis +2025-07-11T08:59:46.599+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/local"], implied first by module.zitadel.local_file.zitadel_jwt_profile_file +2025-07-11T08:59:46.599+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/null"], implied first by module.tenant-365zon.module.minio.null_resource.health_check +2025-07-11T08:59:46.599+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/external"], implied first by module.argocd.data.external.processed_values +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.monitoring.random_password.grafana_admin_password" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.argocd.data.kubernetes_secret.bridge-tls" (*terraform.NodeValidatableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.minio.helm_release.minio" (*terraform.NodeValidatableResource) needs module.minio.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_namespace.postgresql" (*terraform.NodeValidatableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.zitadel.random_password.zitadel_masterkey" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth" (*terraform.NodeValidatableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_namespace.zitadel" (*terraform.NodeValidatableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay" (*terraform.NodeValidatableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_user_password" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.argocd.helm_release.argocd" (*terraform.NodeValidatableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_secret.redis" (*terraform.NodeValidatableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default" (*terraform.NodeValidatableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.storage" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.redis.random_password.redis" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_secret.zitadel" (*terraform.NodeValidatableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_secret.postgresql_auth" (*terraform.NodeValidatableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_secret.argocd-tls" (*terraform.NodeValidatableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay" (*terraform.NodeValidatableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_secret.mongodb_auth" (*terraform.NodeValidatableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay" (*terraform.NodeValidatableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_namespace.tenant" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay" (*terraform.NodeValidatableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.argocd.data.external.processed_values" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/external"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_namespace.mongodb" (*terraform.NodeValidatableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "data.minio_s3_object.k8s_yaml" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_root_password" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config" (*terraform.NodeValidatableResource) needs module.cluster-init.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default" (*terraform.NodeValidatableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn" (*terraform.NodeValidatableResource) needs module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.random_password.password" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.null_resource.health_check" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/null"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.monitoring.helm_release.kube_prometheus_stack" (*terraform.NodeValidatableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_root_password" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.postgresql.helm_release.postgresql" (*terraform.NodeValidatableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.random_password.tenant" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay" (*terraform.NodeValidatableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.argocd.random_password.admin_password" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default" (*terraform.NodeValidatableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default" (*terraform.NodeValidatableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.600+0200 [DEBUG] ProviderTransformer: "module.zitadel.helm_release.zitadel" (*terraform.NodeValidatableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/local"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_namespace.monitoring" (*terraform.NodeValidatableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.kubernetes_job.create-tenant" (*terraform.NodeValidatableResource) needs module.zitadel-db.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.redis.helm_release.redis" (*terraform.NodeValidatableResource) needs module.redis.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.helm_release.rabbitmq" (*terraform.NodeValidatableResource) needs module.rabbitmq.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_replica_set_key" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_namespace.redis" (*terraform.NodeValidatableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_access_key" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.mongodb.helm_release.mongodb" (*terraform.NodeValidatableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default" (*terraform.NodeValidatableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin" (*terraform.NodeValidatableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_secret_key" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_namespace.argocd" (*terraform.NodeValidatableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay" (*terraform.NodeValidatableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default" (*terraform.NodeValidatableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.601+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_action.groups-claim" (*terraform.NodeValidatableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.602+0200 [DEBUG] pruning unused module.postgresql.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:59:46.602+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:46.602+0200 [DEBUG] pruning unused module.mongodb.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:59:46.602+0200 [DEBUG] pruning unused module.cluster-init.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:46.602+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/vault"] +2025-07-11T08:59:46.602+0200 [DEBUG] pruning unused module.zitadel-db.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:46.602+0200 [DEBUG] pruning unused module.rabbitmq.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.602+0200 [DEBUG] pruning unused module.argocd.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:59:46.602+0200 [DEBUG] pruning unused module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.602+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.602+0200 [DEBUG] pruning unused module.tenant-365zon.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:46.602+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:46.602+0200 [DEBUG] pruning unused module.minio.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.602+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:46.602+0200 [DEBUG] pruning unused provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.scopes (expand)" references: [] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (expand)" references: [] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)" references: [] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_config (expand)" references: [module.tenant-365zon.var.k8s_config_yaml (expand)] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_host (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.minio.local.admin_service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.admin_server_dns (expand) module.minio.var.admin_server_dns (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (close)" references: [] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.zitadel (expand)" references: [] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.enabled (expand)" references: [] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.access_key (expand)" references: [module.tenant-365zon.var.minio_access_key (expand)] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.region (expand)" references: [] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.name (expand)" references: [] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (expand)" references: [] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.installed (expand)" references: [module.zitadel-db.kubernetes_job.create-tenant] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.admin_password (expand)" references: [module.argocd.random_password.admin_password] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:46.612+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.mongodb_connection_string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_secret_key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "local.node_count (expand)" references: [] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_admin_uri (expand)" references: [module.minio.local.admin_service_uri (expand)] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.grafana_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.null_resource.health_check" references: [module.tenant-365zon.module.minio.var.wait_on (expand) module.tenant-365zon.module.minio.var.server (expand)] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.wait_on (expand)" references: [module.postgresql.output.installed (expand)] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.logoutSuffix (expand)" references: [] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (close)" references: [] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (close)" references: [] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.mongodb (expand)" references: [] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand)] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_username (expand)" references: [] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (close)" references: [] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (expand)" references: [] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (close)" references: [] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_redirect_uri (expand)" references: [module.zitadel.output.server (expand) module.zitadel-argocd.output.logoutSuffix (expand)] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.namespace (expand)" references: [] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_secret_key (expand)" references: [module.tenant-365zon.module.minio.output.secret_key (expand)] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.prometheus_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (close)" references: [] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (expand)" references: [] +2025-07-11T08:59:46.613+0200 [DEBUG] ReferenceTransformer: "module.monitoring (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.kubernetes_job.create-tenant" references: [module.zitadel-db.var.wait_on (expand) module.zitadel-db.var.enabled (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.namespace (expand) module.zitadel-db.var.host (expand) module.zitadel-db.var.root_username (expand) module.zitadel-db.var.root_password (expand) module.zitadel-db.var.root_database (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.name (expand) module.zitadel-db.random_password.tenant] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.minio.var.replicas (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.server_dns (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.database (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (close)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.namespace (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.application_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (close)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings" references: [module.tenant-365zon.var.mongodb_connection_string (expand) module.tenant-365zon.var.rabbitmq_connection_string (expand) module.tenant-365zon.kubernetes_namespace.tenant] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.name (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.provider[\"registry.terraform.io/aminueza/minio\"]" references: [module.tenant-365zon.module.minio.var.secret_key (expand) module.tenant-365zon.module.minio.var.region (expand) module.tenant-365zon.module.minio.var.server (expand) module.tenant-365zon.module.minio.var.access_key (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_secret (expand)" references: [module.zitadel-argocd.output.client_secret (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.minio.var.storageSize (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.replicas (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/null\"]" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (close)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (close)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.installed (expand)" references: [module.rabbitmq.helm_release.rabbitmq] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.service_name (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.minio.var.service_name (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.wait_on (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "output.minio-root-secret-key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.redis (close)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.redis.helm_release.redis" references: [module.redis.var.wait_on (expand) module.redis.kubernetes_namespace.redis module.redis.var.architecture (expand) module.redis.var.architecture (validation)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.minio.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.job_name (expand)" references: [module.zitadel-db.var.enabled (expand) module.zitadel-db.kubernetes_job.create-tenant] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_url (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_password (expand)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_namespace.zitadel" references: [module.zitadel.var.enabled (expand) module.zitadel.var.namespace (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_uri (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:59:46.614+0200 [DEBUG] ReferenceTransformer: "module.minio.var.ingressClass (expand)" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "local.k8s_config (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default" references: [module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default" references: [module.zitadel-argocd.module.zitadel_project.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project.var.name (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.name (expand)" references: [module.zitadel-argocd.var.name (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.wait_on (expand)" references: [module.minio.output.installed (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.password (expand)" references: [module.postgresql.random_password.postgresql_user_password] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_host (expand)" references: [module.postgresql.local.k8s_config (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.argocd.random_password.admin_password" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay module.tenant-365zon.module.minio.minio_iam_policy.overlay module.tenant-365zon.module.minio.minio_iam_user.overlay module.tenant-365zon.module.minio.minio_iam_policy.overlay] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "var.region" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.external.processed_values" references: [module.argocd.local.service_uri (expand) module.argocd.var.server_dns (expand) module.argocd.local.grpc_service_uri (expand) module.argocd.var.redis_db_start_index (expand) module.argocd.var.redis_password (expand) module.argocd.var.oauth_uri (expand) module.argocd.var.oauth_issuer (expand) module.argocd.var.oauth_client_id (expand) module.argocd.var.oauth_client_secret (expand) module.argocd.var.oauth_redirect_uri (expand) module.argocd.var.tls (expand) module.argocd.var.ingressClass (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.databases (expand)" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_auth (expand)" references: [module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_user_password" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.minio.var.mode (expand)" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.minio.local.service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.tenant-365zon.local.k8s_host (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.redis.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.minio (close)" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.installed (expand)" references: [module.zitadel.helm_release.zitadel module.zitadel.local_file.zitadel_jwt_profile_file] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (close)" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.monitoring (close)" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "local.bridge_dns (expand)" references: [local.tld (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.minio.var.namespace (expand)" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default" references: [module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (expand)" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (expand)" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_namespace.argocd" references: [module.argocd.var.namespace (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_config (expand)" references: [module.argocd.var.k8s_config_yaml (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_db_start_index (expand)" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand)" references: [] +2025-07-11T08:59:46.615+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_namespace.tenant" references: [module.tenant-365zon.var.wait_on (expand) module.tenant-365zon.local.name (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.minio.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_auth (expand)" references: [module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand)" references: [module.zitadel-bootstrap.var.domain (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.username (expand)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (validation)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-bootstrap.var.domain (expand) module.zitadel-bootstrap.var.jwt_profile_file (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin (expand)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "output.argocd-root-password (expand)" references: [module.argocd.output.admin_password (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (expand)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "local.k8s_config_yaml (expand)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.local.argocd_uri (expand)" references: [module.zitadel-argocd.var.argocd_service_domain (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.zitadel (close)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.namespace (expand)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_api_uri (expand)" references: [module.minio.output.minio_api_uri (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_config (expand)" references: [module.rabbitmq.var.k8s_config_yaml (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.output.installed (expand)" references: [module.cluster-init.module.longhorn.helm_release.longhorn] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.redis.output.password (expand)" references: [module.redis.random_password.redis] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.monitoring.random_password.grafana_admin_password" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_username (expand)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "local.k8s_auth (expand)" references: [local.k8s_config (expand) local.k8s_config (expand) local.k8s_config (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.zitadel.helm_release.zitadel" references: [module.zitadel.var.wait_on (expand) module.zitadel.kubernetes_secret.zitadel module.zitadel.var.enabled (expand) module.zitadel.local.service_uri (expand) module.zitadel.var.database (expand) module.zitadel.var.database_username (expand) module.zitadel.var.database_password (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.database_root_username (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.display_on_homepage (expand) module.zitadel.var.ingressClass (expand) module.zitadel.kubernetes_namespace.zitadel] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.service_uri (expand)" references: [module.monitoring.var.service_name (expand) module.monitoring.var.server_dns (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_auth (expand)" references: [module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.minio.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.service_name (expand)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_config (expand)" references: [module.zitadel-bootstrap.var.k8s_config_yaml (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_iam_user.overlay] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay" references: [module.tenant-365zon.module.minio.null_resource.health_check module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_config (expand)" references: [module.redis.var.k8s_config_yaml (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default" references: [module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.email (expand) module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.secret_key (expand)" references: [module.tenant-365zon.var.minio_secret_key (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.cluster-init.module.longhorn.local.k8s_host (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.alertmanager_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.tenant-365zon.var.domain (expand) module.tenant-365zon.var.jwt_profile_file (expand)] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (expand)" references: [] +2025-07-11T08:59:46.616+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info" references: [module.zitadel-argocd.zitadel_action.groups-claim module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_config (expand)" references: [module.mongodb.var.k8s_config_yaml (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.minio.output.secret_key (expand)" references: [module.minio.random_password.minio_secret_key] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.ingressClass (expand)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.secret_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.minio.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.minio.local.k8s_host (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_host (expand)" references: [module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.grpc_service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (close)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (expand)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (expand)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (close)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_host (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd" references: [module.argocd.var.wait_on (expand) module.argocd.kubernetes_secret.argocd-tls module.argocd.kubernetes_namespace.argocd module.argocd.data.external.processed_values module.argocd.random_password.admin_password] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.email (expand)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.wait_on (expand)" references: [module.cluster-init.var.wait_on (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.server (expand)" references: [module.tenant-365zon.var.minio_server (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.username (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "output.minio-secret-key (expand)" references: [module.tenant-365zon.output.minio_secret_key (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.admin_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.storage" references: [module.tenant-365zon.module.minio.output.access_key (expand) module.tenant-365zon.module.minio.output.secret_key (expand) module.tenant-365zon.var.minio_api_uri (expand) module.tenant-365zon.module.minio.output.bucket (expand) module.tenant-365zon.kubernetes_namespace.tenant] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.enabled (expand)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.replicas (expand)" references: [local.node_count (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)" references: [module.tenant-365zon.var.user_id (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.tld (expand)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn" references: [module.cluster-init.module.longhorn.var.wait_on (expand) module.cluster-init.module.longhorn.var.namespace (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_auth (expand)" references: [module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (expand)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_namespace.mongodb" references: [module.mongodb.var.namespace (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.enabled (expand)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_host (expand)" references: [module.mongodb.local.k8s_config (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.redis.random_password.redis" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.output.installed (expand)" references: [module.cluster-init.module.longhorn.output.installed (expand) module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.mongodb (close)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_host (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (close)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack" references: [module.monitoring.var.wait_on (expand) module.monitoring.kubernetes_secret.prometheus_remote_write_auth module.monitoring.kubernetes_namespace.monitoring module.monitoring.var.remote_write_url (expand) module.monitoring.var.remote_read_url (expand) module.monitoring.random_password.grafana_admin_password] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "var.minio_server" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.server (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_secret.zitadel" references: [module.zitadel.var.enabled (expand) module.zitadel.random_password.zitadel_masterkey module.zitadel.kubernetes_namespace.zitadel] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.namespace (expand)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.helm_release.rabbitmq" references: [module.rabbitmq.random_password.password module.rabbitmq.var.wait_on (expand) module.rabbitmq.local.service_uri (expand) module.rabbitmq.var.admin (expand) module.rabbitmq.var.tls (expand) module.rabbitmq.var.ingressClass (expand) module.rabbitmq.var.replicas (expand) module.rabbitmq.random_password.password module.rabbitmq.var.namespace (expand)] +2025-07-11T08:59:46.617+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.user_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "output.minio-root-access-key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.service_name (expand)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default" references: [module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.connection_string (expand)" references: [module.rabbitmq.random_password.password module.rabbitmq.var.namespace (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (close)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_access_key (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (expand)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.usernames (expand)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.redis.var.wait_on (expand)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.password (expand)" references: [module.zitadel-db.random_password.tenant] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_bucket (expand)" references: [module.tenant-365zon.module.minio.output.bucket (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (close)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_replica_set_key" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.minio (expand)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_root_password" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.rabbitmq.local.k8s_host (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (close)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_id (expand)" references: [module.zitadel-argocd.output.client_id (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (close)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_config (expand)" references: [module.zitadel.var.k8s_config_yaml (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_secret_key (expand)" references: [module.minio.random_password.minio_secret_key] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (expand)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "var.bucket" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.host (expand)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_secret.mongodb_auth" references: [module.mongodb.var.wait_on (expand) module.mongodb.random_password.mongodb_root_password module.mongodb.random_password.mongodb_replica_set_key module.mongodb.kubernetes_namespace.mongodb] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.namespace (expand)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.owners (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "output.monitoring (expand)" references: [module.monitoring.output.access_instructions (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (expand)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.wait_on (expand)" references: [module.argocd.output.installed (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (close)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.access_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_secret.postgresql_auth" references: [module.postgresql.var.wait_on (expand) module.postgresql.var.enabled (expand) module.postgresql.random_password.postgresql_user_password module.postgresql.random_password.postgresql_root_password module.postgresql.kubernetes_namespace.postgresql] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_auth (expand)" references: [module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.installed (expand)" references: [module.postgresql.helm_release.postgresql] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (expand)" references: [] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_namespace.redis" references: [module.redis.var.namespace (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "local.k8s_host (expand)" references: [local.k8s_config (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_config (expand)" references: [module.zitadel-db.var.k8s_config_yaml (expand)] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:59:46.618+0200 [DEBUG] ReferenceTransformer: "output.rabbitmq-connection-string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (expand)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.argocd (close)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_access_key" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_access_key (expand)" references: [module.minio.random_password.minio_access_key] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_host (expand)" references: [module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_config (expand)" references: [module.minio.var.k8s_config_yaml (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_auth (expand)" references: [module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.postgresql.helm_release.postgresql" references: [module.postgresql.var.wait_on (expand) module.postgresql.kubernetes_secret.postgresql_auth module.postgresql.var.enabled (expand) module.postgresql.kubernetes_namespace.postgresql module.postgresql.var.username (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin" references: [module.zitadel.helm_release.zitadel module.zitadel.var.namespace (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_server (expand)" references: [module.minio.output.minio_server (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.random_password.tenant" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin_server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.tls (expand)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_host (expand)" references: [module.monitoring.local.k8s_config (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.bucket (expand)" references: [module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.service_uri (expand)" references: [module.rabbitmq.var.service_name (expand) module.rabbitmq.var.server_dns (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.redis.output.installed (expand)" references: [module.redis.helm_release.redis] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default" references: [module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project.default] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file" references: [module.zitadel.data.kubernetes_secret.zitadel_admin] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.redis_db_next_start_index (expand)" references: [module.argocd.var.redis_db_start_index (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_secret.argocd-tls" references: [module.argocd.data.kubernetes_secret.bridge-tls module.argocd.data.kubernetes_secret.bridge-tls module.argocd.kubernetes_namespace.argocd] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_auth (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.redis (expand)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.service_uri (expand)" references: [module.zitadel.var.service_name (expand) module.zitadel.var.server_dns (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_auth (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_config (expand)" references: [module.monitoring.var.k8s_config_yaml (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.enabled (expand)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.argocd_service_domain (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_database (expand)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.admin (expand)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/external\"]" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.namespace (expand)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.redis.var.namespace (expand)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.postgresql (close)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "local.cluster_shortname (expand)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "var.vault_token" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.namespace (expand)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.wait_on (expand)" references: [] +2025-07-11T08:59:46.619+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)" references: [module.tenant-365zon.var.org_id (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.rabbitmq_connection_string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_host (expand)" references: [module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_host (expand)" references: [module.redis.local.k8s_config (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_secret_key" references: [] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_host (expand)" references: [module.zitadel.local.k8s_config (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_api_uri (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (close)" references: [] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "local.tld (expand)" references: [] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.random_password.password" references: [] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/aminueza/minio\"]" references: [var.region var.minio_server var.access_key var.secret_key] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)" references: [] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "var.access_key" references: [] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.kubernetes_secret.bridge-tls" references: [] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.minio.helm_release.minio" references: [module.minio.random_password.minio_access_key module.minio.random_password.minio_secret_key module.minio.var.mode (expand) module.minio.var.replicas (expand) module.minio.var.replicas (expand) module.minio.var.storageSize (expand) module.minio.var.namespace (expand) module.minio.local.service_uri (expand) module.minio.local.admin_service_uri (expand) module.minio.var.admin (expand) module.minio.var.mode (expand) module.minio.var.tls (expand) module.minio.var.ingressClass (expand) module.minio.var.displayOnHomepage (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "output.mongodb-connection-string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_secret.redis" references: [module.redis.random_password.redis module.redis.kubernetes_namespace.redis] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "output.minio-access-key (expand)" references: [module.tenant-365zon.output.minio_access_key (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (close)" references: [] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.ingressClass (expand)" references: [] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.access_instructions (expand)" references: [module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.random_password.grafana_admin_password] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default" references: [module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_host (expand)" references: [module.minio.local.k8s_config (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.installed (expand)" references: [module.mongodb.helm_release.mongodb] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_password (expand)" references: [module.redis.output.password (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_config (expand)" references: [module.postgresql.var.k8s_config_yaml (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close)" references: [] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.postgresql (expand)" references: [] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_namespace.postgresql" references: [module.postgresql.var.enabled (expand) module.postgresql.var.namespace (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)" references: [] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "var.secret_key" references: [] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_access_key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "local.cluster_dns (expand)" references: [local.cluster_shortname (expand) local.tld (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.wait_on (expand)" references: [module.zitadel-db.output.installed (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.wait_on (expand)" references: [module.zitadel-argocd.output.installed (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_config (expand)" references: [module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_host (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand)" references: [] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.name (expand)" references: [] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.connection_string (expand)" references: [module.mongodb.random_password.mongodb_root_password module.mongodb.var.replicas (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.idp_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (expand)" references: [] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)" references: [] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "var.endpoints" references: [] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand)" references: [] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:59:46.620+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.org_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.ingressClass (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_action.groups-claim" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_read_url (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_auth (expand)" references: [module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay" references: [module.tenant-365zon.module.minio.null_resource.health_check module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.root_password (expand)" references: [module.postgresql.random_password.postgresql_root_password] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "data.minio_s3_object.k8s_yaml" references: [var.bucket] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.display_on_homepage (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.uri (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-argocd.var.domain (expand) module.zitadel-argocd.var.jwt_profile_file (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel.random_password.zitadel_masterkey" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.tls (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_config (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.ingressClass (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (close)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.namespace (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.name (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.service_name (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.installed (expand)" references: [module.argocd.helm_release.argocd] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth" references: [module.monitoring.var.remote_write_username (expand) module.monitoring.var.remote_write_password (expand) module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_auth (expand)" references: [module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_auth (expand)" references: [module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_issuer (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_server (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (close)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_auth (expand)" references: [module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_host (expand)" references: [module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_username (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)" references: [module.tenant-365zon.kubernetes_namespace.tenant] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.minio.output.installed (expand)" references: [module.minio.helm_release.minio] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (close)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (expand)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_auth (expand)" references: [module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.jwt_profile_file (expand)" references: [module.zitadel.local_file.zitadel_jwt_profile_file] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (close)" references: [] +2025-07-11T08:59:46.621+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_password (expand)" references: [module.zitadel-db.output.password (expand)] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.mongodb.helm_release.mongodb" references: [module.mongodb.var.wait_on (expand) module.mongodb.kubernetes_secret.mongodb_auth module.mongodb.kubernetes_namespace.mongodb module.mongodb.var.usernames (expand) module.mongodb.var.databases (expand) module.mongodb.var.replicas (expand)] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring" references: [] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "var.vault_addr" references: [] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.argocd (expand)" references: [] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (expand)" references: [] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_root_password" references: [] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay module.tenant-365zon.module.minio.minio_s3_bucket.overlay] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)" references: [module.tenant-365zon.local.name (expand)] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (expand)" references: [] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.minio.var.displayOnHomepage (expand)" references: [] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.wait_on (expand)" references: [] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_host (expand)" references: [module.argocd.local.k8s_config (expand)] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_username (expand)" references: [] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.minio.output.access_key (expand)" references: [module.minio.random_password.minio_access_key] +2025-07-11T08:59:46.622+0200 [DEBUG] ReferenceTransformer: "module.minio.var.tls (expand)" references: [] +2025-07-11T08:59:46.689+0200 [DEBUG] Starting graph walk: walkValidate +2025-07-11T08:59:46.692+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:46.692+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:46.698+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5"] +2025-07-11T08:59:46.698+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 pid=974539 +2025-07-11T08:59:46.698+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 +2025-07-11T08:59:46.701+0200 [INFO] provider.terraform-provider-null_v3.2.4_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:46.701+0200" +2025-07-11T08:59:46.713+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:46.713+0200 [DEBUG] provider.terraform-provider-null_v3.2.4_x5: plugin address: network=unix address=/tmp/plugin754085771 timestamp="2025-07-11T08:59:46.713+0200" +2025-07-11T08:59:46.720+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:46.720+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:46.725+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:59:46.725+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=974548 +2025-07-11T08:59:46.725+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:59:46.739+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:46.739+0200" +2025-07-11T08:59:46.751+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:46.751+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin1618205550 network=unix timestamp="2025-07-11T08:59:46.751+0200" +2025-07-11T08:59:46.759+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:46.759+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:46.763+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5"] +2025-07-11T08:59:46.763+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 pid=974561 +2025-07-11T08:59:46.763+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 +2025-07-11T08:59:46.766+0200 [INFO] provider.terraform-provider-random_v3.7.2_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:46.766+0200" +2025-07-11T08:59:46.777+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:46.777+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: plugin address: address=/tmp/plugin48907537 network=unix timestamp="2025-07-11T08:59:46.777+0200" +2025-07-11T08:59:46.786+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:46.786+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:46.790+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5"] +2025-07-11T08:59:46.791+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 pid=974570 +2025-07-11T08:59:46.791+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 +2025-07-11T08:59:46.793+0200 [INFO] provider.terraform-provider-external_v2.3.5_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:46.793+0200" +2025-07-11T08:59:46.805+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:46.805+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: plugin address: address=/tmp/plugin4227057506 network=unix timestamp="2025-07-11T08:59:46.805+0200" +2025-07-11T08:59:46.812+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:46.812+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:46.812+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:46.817+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:59:46.817+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=974579 +2025-07-11T08:59:46.817+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:59:46.824+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:59:46.824+0200" +2025-07-11T08:59:46.851+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:46.851+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin3833735172 network=unix timestamp="2025-07-11T08:59:46.851+0200" +2025-07-11T08:59:46.862+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:46.862+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:46.867+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:59:46.867+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=974590 +2025-07-11T08:59:46.867+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:59:46.881+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:46.880+0200" +2025-07-11T08:59:46.892+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin2127169835 network=unix timestamp="2025-07-11T08:59:46.892+0200" +2025-07-11T08:59:46.892+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:46.902+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:46.902+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:46.902+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:46.908+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5"] +2025-07-11T08:59:46.908+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 pid=974604 +2025-07-11T08:59:46.908+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 +2025-07-11T08:59:46.910+0200 [INFO] provider.terraform-provider-local_v2.5.3_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:46.910+0200" +2025-07-11T08:59:46.922+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:46.922+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: plugin address: address=/tmp/plugin3052025587 network=unix timestamp="2025-07-11T08:59:46.922+0200" +2025-07-11T08:59:46.931+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:46.931+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:46.936+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:59:46.936+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=974612 +2025-07-11T08:59:46.936+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:59:46.955+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:46.955+0200" +2025-07-11T08:59:46.963+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:46.963+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin562817946 network=unix timestamp="2025-07-11T08:59:46.963+0200" +2025-07-11T08:59:46.971+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:46.971+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:46.975+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:59:46.975+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=974634 +2025-07-11T08:59:46.975+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:59:46.996+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:46.996+0200" +2025-07-11T08:59:47.007+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2648840367 network=unix timestamp="2025-07-11T08:59:47.006+0200" +2025-07-11T08:59:47.007+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:47.015+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.015+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.020+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:59:47.020+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=974650 +2025-07-11T08:59:47.020+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:59:47.034+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.034+0200" +2025-07-11T08:59:47.046+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:47.046+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin2450559574 network=unix timestamp="2025-07-11T08:59:47.046+0200" +2025-07-11T08:59:47.055+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.055+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.055+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:47.059+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:59:47.060+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=974663 +2025-07-11T08:59:47.060+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:59:47.078+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.078+0200" +2025-07-11T08:59:47.087+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:47.087+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: network=unix address=/tmp/plugin258953158 timestamp="2025-07-11T08:59:47.087+0200" +2025-07-11T08:59:47.094+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.094+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.099+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:59:47.099+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=974679 +2025-07-11T08:59:47.099+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:59:47.113+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.113+0200" +2025-07-11T08:59:47.125+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:47.125+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin2603022124 network=unix timestamp="2025-07-11T08:59:47.124+0200" +2025-07-11T08:59:47.133+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.133+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.138+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:59:47.138+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=974697 +2025-07-11T08:59:47.138+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:59:47.156+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.156+0200" +2025-07-11T08:59:47.164+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:47.164+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2682636591 network=unix timestamp="2025-07-11T08:59:47.164+0200" +2025-07-11T08:59:47.172+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.172+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:47.172+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.177+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:59:47.177+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=974713 +2025-07-11T08:59:47.177+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:59:47.196+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.196+0200" +2025-07-11T08:59:47.204+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:47.204+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1001500804 network=unix timestamp="2025-07-11T08:59:47.204+0200" +2025-07-11T08:59:47.212+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.212+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.216+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:59:47.216+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=974731 +2025-07-11T08:59:47.216+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:59:47.229+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.229+0200" +2025-07-11T08:59:47.241+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:47.241+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin2282989086 network=unix timestamp="2025-07-11T08:59:47.241+0200" +2025-07-11T08:59:47.249+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:47.249+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.249+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.253+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:59:47.253+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=974744 +2025-07-11T08:59:47.253+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:59:47.266+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.265+0200" +2025-07-11T08:59:47.277+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:47.277+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin646429296 network=unix timestamp="2025-07-11T08:59:47.277+0200" +2025-07-11T08:59:47.285+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.285+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.285+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:47.290+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:59:47.290+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=974758 +2025-07-11T08:59:47.290+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:59:47.308+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.308+0200" +2025-07-11T08:59:47.316+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin565996808 network=unix timestamp="2025-07-11T08:59:47.316+0200" +2025-07-11T08:59:47.316+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:47.324+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.324+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.329+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:59:47.330+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=974780 +2025-07-11T08:59:47.330+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:59:47.349+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.349+0200" +2025-07-11T08:59:47.357+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:47.357+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2936531023 network=unix timestamp="2025-07-11T08:59:47.357+0200" +2025-07-11T08:59:47.364+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.364+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.369+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:59:47.369+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=974797 +2025-07-11T08:59:47.369+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:59:47.382+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.382+0200" +2025-07-11T08:59:47.394+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:47.394+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin3401043739 network=unix timestamp="2025-07-11T08:59:47.394+0200" +2025-07-11T08:59:47.402+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.402+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.407+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:59:47.408+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=974812 +2025-07-11T08:59:47.408+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:59:47.421+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.421+0200" +2025-07-11T08:59:47.432+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:47.432+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin1797471107 network=unix timestamp="2025-07-11T08:59:47.432+0200" +2025-07-11T08:59:47.440+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:47.440+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.440+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.440+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:47.445+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:59:47.445+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=974825 +2025-07-11T08:59:47.445+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:59:47.463+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.463+0200" +2025-07-11T08:59:47.471+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:47.471+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin4217738787 network=unix timestamp="2025-07-11T08:59:47.471+0200" +2025-07-11T08:59:47.480+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.480+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.485+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:59:47.485+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=974844 +2025-07-11T08:59:47.485+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:59:47.504+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.504+0200" +2025-07-11T08:59:47.513+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:47.513+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin4077311531 network=unix timestamp="2025-07-11T08:59:47.513+0200" +2025-07-11T08:59:47.520+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.520+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.526+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:59:47.526+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=974860 +2025-07-11T08:59:47.526+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:59:47.540+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.540+0200" +2025-07-11T08:59:47.551+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:47.552+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: network=unix address=/tmp/plugin1618057716 timestamp="2025-07-11T08:59:47.551+0200" +2025-07-11T08:59:47.559+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:47.560+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:47.560+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.561+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 id=974561 +2025-07-11T08:59:47.561+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.561+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:47.562+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.563+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=974579 +2025-07-11T08:59:47.563+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.564+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.565+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=974758 +2025-07-11T08:59:47.565+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.565+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:47.566+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.566+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=974634 +2025-07-11T08:59:47.566+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.567+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:47.567+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.569+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=974679 +2025-07-11T08:59:47.569+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.569+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.570+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:47.570+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=974612 +2025-07-11T08:59:47.570+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.571+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.572+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=974780 +2025-07-11T08:59:47.572+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.572+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.573+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=974663 +2025-07-11T08:59:47.573+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.574+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.576+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=974548 +2025-07-11T08:59:47.576+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.576+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.577+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 id=974539 +2025-07-11T08:59:47.577+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.577+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.577+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.581+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:59:47.581+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=974881 +2025-07-11T08:59:47.581+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:59:47.588+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.588+0200" +2025-07-11T08:59:47.615+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:47.615+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin2790233488 network=unix timestamp="2025-07-11T08:59:47.615+0200" +2025-07-11T08:59:47.627+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.629+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=974860 +2025-07-11T08:59:47.629+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.629+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.629+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:47.631+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=974590 +2025-07-11T08:59:47.631+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.631+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.633+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=974697 +2025-07-11T08:59:47.633+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.633+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:47.633+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.635+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=974731 +2025-07-11T08:59:47.635+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.636+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.639+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=974744 +2025-07-11T08:59:47.639+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.639+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.640+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=974844 +2025-07-11T08:59:47.640+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.640+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:47.641+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.642+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=974881 +2025-07-11T08:59:47.642+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.643+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.644+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=974812 +2025-07-11T08:59:47.644+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.644+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.645+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=974825 +2025-07-11T08:59:47.645+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.647+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.648+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 id=974604 +2025-07-11T08:59:47.648+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.648+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.648+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.652+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:59:47.653+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=974897 +2025-07-11T08:59:47.653+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:59:47.660+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.660+0200" +2025-07-11T08:59:47.672+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:47.672+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin1766578538 network=unix timestamp="2025-07-11T08:59:47.672+0200" +2025-07-11T08:59:47.680+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.680+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.685+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=insecure tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=eb72328f-057b-2ffd-095e-6c5515014a94 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T08:59:47.685+0200" +2025-07-11T08:59:47.685+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=eb72328f-057b-2ffd-095e-6c5515014a94 tf_rpc=ValidateProviderConfig @module=sdk.framework tf_mux_provider="*proto6server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=insecure timestamp="2025-07-11T08:59:47.685+0200" +2025-07-11T08:59:47.685+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=eb72328f-057b-2ffd-095e-6c5515014a94 @module=sdk.framework tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:59:47.685+0200" +2025-07-11T08:59:47.685+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_req_id=eb72328f-057b-2ffd-095e-6c5515014a94 tf_rpc=ValidateProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:59:47.685+0200" +2025-07-11T08:59:47.685+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=eb72328f-057b-2ffd-095e-6c5515014a94 tf_attribute_path=jwt_profile_file tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:59:47.685+0200" +2025-07-11T08:59:47.685+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:59:47.685+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=jwt_profile_file tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=eb72328f-057b-2ffd-095e-6c5515014a94 tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:59:47.685+0200" +2025-07-11T08:59:47.685+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=eb72328f-057b-2ffd-095e-6c5515014a94 tf_attribute_path=jwt_profile_json tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:59:47.685+0200" +2025-07-11T08:59:47.685+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=jwt_profile_json tf_rpc=ValidateProviderConfig @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=eb72328f-057b-2ffd-095e-6c5515014a94 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 timestamp="2025-07-11T08:59:47.685+0200" +2025-07-11T08:59:47.685+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=974913 +2025-07-11T08:59:47.685+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=eb72328f-057b-2ffd-095e-6c5515014a94 @module=sdk.framework tf_attribute_path=port tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:59:47.685+0200" +2025-07-11T08:59:47.685+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:59:47.685+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_req_id=eb72328f-057b-2ffd-095e-6c5515014a94 tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=port tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 timestamp="2025-07-11T08:59:47.685+0200" +2025-07-11T08:59:47.685+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_req_id=eb72328f-057b-2ffd-095e-6c5515014a94 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:59:47.685+0200" +2025-07-11T08:59:47.685+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=eb72328f-057b-2ffd-095e-6c5515014a94 tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 timestamp="2025-07-11T08:59:47.685+0200" +2025-07-11T08:59:47.693+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.693+0200" +2025-07-11T08:59:47.705+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:47.705+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin2147209238 network=unix timestamp="2025-07-11T08:59:47.705+0200" +2025-07-11T08:59:47.712+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.712+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.717+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T08:59:47.717+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=974926 +2025-07-11T08:59:47.717+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T08:59:47.725+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.725+0200" +2025-07-11T08:59:47.736+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:47.736+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin1328875817 network=unix timestamp="2025-07-11T08:59:47.736+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_req_id=57a55585-d4e1-23a3-5e2c-7516bcddc91a tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=domain tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=domain tf_mux_provider="*proto6server.Server" @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=57a55585-d4e1-23a3-5e2c-7516bcddc91a tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=insecure tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=57a55585-d4e1-23a3-5e2c-7516bcddc91a @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_req_id=57a55585-d4e1-23a3-5e2c-7516bcddc91a @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig tf_attribute_path=insecure timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_mux_provider="*proto6server.Server" @module=sdk.framework tf_attribute_path=token tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=57a55585-d4e1-23a3-5e2c-7516bcddc91a tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_req_id=57a55585-d4e1-23a3-5e2c-7516bcddc91a tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_attribute_path=token timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=57a55585-d4e1-23a3-5e2c-7516bcddc91a timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=57a55585-d4e1-23a3-5e2c-7516bcddc91a timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=jwt_profile_json tf_req_id=57a55585-d4e1-23a3-5e2c-7516bcddc91a tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=jwt_profile_json tf_req_id=57a55585-d4e1-23a3-5e2c-7516bcddc91a @module=sdk.framework tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=57a55585-d4e1-23a3-5e2c-7516bcddc91a tf_rpc=ValidateProviderConfig @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=port tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=port tf_req_id=57a55585-d4e1-23a3-5e2c-7516bcddc91a timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=fdff8160-9f0e-8b42-77b2-b56fd2c45d41 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=fdff8160-9f0e-8b42-77b2-b56fd2c45d41 @module=sdk.framework tf_attribute_path=port tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_req_id=fdff8160-9f0e-8b42-77b2-b56fd2c45d41 @module=sdk.framework timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_rpc=ValidateProviderConfig tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=fdff8160-9f0e-8b42-77b2-b56fd2c45d41 timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=insecure tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=fdff8160-9f0e-8b42-77b2-b56fd2c45d41 tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_req_id=fdff8160-9f0e-8b42-77b2-b56fd2c45d41 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=insecure tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=token tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=fdff8160-9f0e-8b42-77b2-b56fd2c45d41 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_req_id=fdff8160-9f0e-8b42-77b2-b56fd2c45d41 tf_rpc=ValidateProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=fdff8160-9f0e-8b42-77b2-b56fd2c45d41 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_req_id=fdff8160-9f0e-8b42-77b2-b56fd2c45d41 tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=fdff8160-9f0e-8b42-77b2-b56fd2c45d41 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_attribute_path=jwt_profile_json timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.751+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=fdff8160-9f0e-8b42-77b2-b56fd2c45d41 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=jwt_profile_json timestamp="2025-07-11T08:59:47.751+0200" +2025-07-11T08:59:47.755+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.756+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=974926 +2025-07-11T08:59:47.756+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.756+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.757+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=974913 +2025-07-11T08:59:47.757+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.758+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.759+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 id=974570 +2025-07-11T08:59:47.759+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.759+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:47.761+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.763+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=974650 +2025-07-11T08:59:47.763+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.763+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:47.766+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.768+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=974797 +2025-07-11T08:59:47.768+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.776+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.777+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=974897 +2025-07-11T08:59:47.777+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.777+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:47.779+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=974713 +2025-07-11T08:59:47.779+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:47.779+0200 [INFO] backend/local: apply calling Plan +2025-07-11T08:59:47.780+0200 [DEBUG] Building and walking plan graph for NormalMode +2025-07-11T08:59:47.789+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/random"], implied first by module.redis.random_password.redis (expand) +2025-07-11T08:59:47.789+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/zitadel/zitadel"], implied first by module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand) +2025-07-11T08:59:47.789+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/null"], implied first by module.tenant-365zon.module.minio.null_resource.health_check (expand) +2025-07-11T08:59:47.789+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/local"], implied first by module.zitadel.local_file.zitadel_jwt_profile_file (expand) +2025-07-11T08:59:47.789+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/external"], implied first by module.argocd.data.external.processed_values (expand) +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)" (*terraform.nodeExpandPlannableResource) needs module.cluster-init.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn (expand)" (*terraform.nodeExpandPlannableResource) needs module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.argocd.data.kubernetes_secret.bridge-tls (expand)" (*terraform.nodeExpandPlannableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.null_resource.health_check (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/null"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.monitoring.helm_release.kube_prometheus_stack (expand)" (*terraform.nodeExpandPlannableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.storage (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_namespace.tenant (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.minio.helm_release.minio (expand)" (*terraform.nodeExpandPlannableResource) needs module.minio.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_secret.redis (expand)" (*terraform.nodeExpandPlannableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.kubernetes_job.create-tenant (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-db.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_replica_set_key (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/local"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.zitadel.random_password.zitadel_masterkey (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_namespace.postgresql (expand)" (*terraform.nodeExpandPlannableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.postgresql.helm_release.postgresql (expand)" (*terraform.nodeExpandPlannableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:47.790+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_access_key (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.random_password.password (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.mongodb.helm_release.mongodb (expand)" (*terraform.nodeExpandPlannableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_secret.postgresql_auth (expand)" (*terraform.nodeExpandPlannableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_namespace.monitoring (expand)" (*terraform.nodeExpandPlannableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_secret.zitadel (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_secret_key (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.random_password.tenant (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_secret.argocd-tls (expand)" (*terraform.nodeExpandPlannableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_secret.mongodb_auth (expand)" (*terraform.nodeExpandPlannableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.zitadel.helm_release.zitadel (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.argocd.data.external.processed_values (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/external"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.argocd.random_password.admin_password (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_namespace.argocd (expand)" (*terraform.nodeExpandPlannableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_namespace.mongodb (expand)" (*terraform.nodeExpandPlannableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_action.groups-claim (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_root_password (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.redis.helm_release.redis (expand)" (*terraform.nodeExpandPlannableResource) needs module.redis.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_root_password (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.helm_release.rabbitmq (expand)" (*terraform.nodeExpandPlannableResource) needs module.rabbitmq.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_namespace.zitadel (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.argocd.helm_release.argocd (expand)" (*terraform.nodeExpandPlannableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand)" (*terraform.nodeExpandPlannableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_user_password (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "data.minio_s3_object.k8s_yaml (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_namespace.redis (expand)" (*terraform.nodeExpandPlannableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.monitoring.random_password.grafana_admin_password (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.redis.random_password.redis (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.791+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandPlannableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.792+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.792+0200 [DEBUG] pruning unused module.mongodb.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:59:47.792+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:47.792+0200 [DEBUG] pruning unused module.zitadel-db.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:47.792+0200 [DEBUG] pruning unused module.minio.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.792+0200 [DEBUG] pruning unused module.rabbitmq.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.792+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.792+0200 [DEBUG] pruning unused module.tenant-365zon.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:47.792+0200 [DEBUG] pruning unused module.cluster-init.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:47.792+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/vault"] +2025-07-11T08:59:47.792+0200 [DEBUG] pruning unused module.argocd.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:59:47.792+0200 [DEBUG] pruning unused module.postgresql.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T08:59:47.792+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T08:59:47.792+0200 [DEBUG] pruning unused module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T08:59:47.792+0200 [DEBUG] pruning unused provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_host (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (expand)" references: [] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.argocd_service_domain (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_password (expand)" references: [module.redis.output.password (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.minio.var.tls (expand)" references: [] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_auth (expand)" references: [module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand)" references: [] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_host (expand)" references: [module.argocd.local.k8s_config (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.redis.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)" references: [] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand)" references: [module.monitoring.var.remote_write_username (expand) module.monitoring.var.remote_write_password (expand) module.monitoring.kubernetes_namespace.monitoring (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.region (expand)" references: [] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_config (expand)" references: [module.postgresql.var.k8s_config_yaml (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.minio.output.secret_key (expand)" references: [module.minio.random_password.minio_secret_key (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "output.monitoring (expand)" references: [module.monitoring.output.access_instructions (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (close)" references: [] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.storage (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand) module.tenant-365zon.module.minio.output.secret_key (expand) module.tenant-365zon.var.minio_api_uri (expand) module.tenant-365zon.module.minio.output.bucket (expand) module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.name (expand)" references: [] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_auth (expand)" references: [module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)" references: [] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_server (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (close)" references: [] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings (expand)" references: [module.tenant-365zon.var.mongodb_connection_string (expand) module.tenant-365zon.var.rabbitmq_connection_string (expand) module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (expand)" references: [] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (expand)" references: [] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.wait_on (expand)" references: [module.argocd.output.installed (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_config (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_secret.mongodb_auth (expand)" references: [module.mongodb.var.wait_on (expand) module.mongodb.random_password.mongodb_root_password (expand) module.mongodb.random_password.mongodb_replica_set_key (expand) module.mongodb.kubernetes_namespace.mongodb (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.redis.random_password.redis (expand)" references: [] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "var.bucket" references: [] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.name (expand)" references: [module.zitadel-argocd.var.name (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)] +2025-07-11T08:59:47.804+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.application_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "data.minio_s3_object.k8s_yaml (expand)" references: [var.bucket] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.server (expand)" references: [module.tenant-365zon.var.minio_server (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.service_name (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_auth (expand)" references: [module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.mongodb.helm_release.mongodb (expand)" references: [module.mongodb.var.wait_on (expand) module.mongodb.kubernetes_secret.mongodb_auth (expand) module.mongodb.kubernetes_namespace.mongodb (expand) module.mongodb.var.usernames (expand) module.mongodb.var.databases (expand) module.mongodb.var.replicas (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_config (expand)" references: [module.rabbitmq.var.k8s_config_yaml (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.access_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)" references: [module.zitadel-argocd.module.zitadel_project.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand) module.zitadel-argocd.module.zitadel_project.var.name (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_namespace.tenant (expand)" references: [module.tenant-365zon.var.wait_on (expand) module.tenant-365zon.local.name (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.namespace (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.enabled (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.random_password.tenant (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.kubernetes_job.create-tenant (expand)" references: [module.zitadel-db.var.wait_on (expand) module.zitadel-db.var.enabled (expand) module.zitadel-db.var.namespace (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.host (expand) module.zitadel-db.var.root_username (expand) module.zitadel-db.var.root_password (expand) module.zitadel-db.var.root_database (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.name (expand) module.zitadel-db.random_password.tenant (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.namespace (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.minio.var.mode (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_username (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.usernames (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.namespace (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-argocd.var.domain (expand) module.zitadel-argocd.var.jwt_profile_file (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.job_name (expand)" references: [module.zitadel-db.var.enabled (expand) module.zitadel-db.kubernetes_job.create-tenant (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_admin_uri (expand)" references: [module.minio.local.admin_service_uri (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.email (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.alertmanager_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "output.minio-access-key (expand)" references: [module.tenant-365zon.output.minio_access_key (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (close)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.installed (expand)" references: [module.postgresql.helm_release.postgresql (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand) module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand) module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:59:47.805+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_namespace.redis (expand)" references: [module.redis.var.namespace (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.service_uri (expand)" references: [module.rabbitmq.var.service_name (expand) module.rabbitmq.var.server_dns (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (close)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (close)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_replica_set_key (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.name (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.idp_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (close)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.mongodb_connection_string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.argocd (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.replicas (expand)" references: [local.node_count (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_auth (expand)" references: [module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.uri (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel (close)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.tls (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_auth (expand)" references: [module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.minio.var.storageSize (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_access_key (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.root_password (expand)" references: [module.postgresql.random_password.postgresql_root_password (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.connection_string (expand)" references: [module.mongodb.random_password.mongodb_root_password (expand) module.mongodb.var.replicas (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_api_uri (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.service_name (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_config (expand)" references: [module.zitadel-bootstrap.var.k8s_config_yaml (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.redis_db_next_start_index (expand)" references: [module.argocd.var.redis_db_start_index (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.password (expand)" references: [module.postgresql.random_password.postgresql_user_password (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_read_url (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.database (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_host (expand)" references: [module.postgresql.local.k8s_config (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.password (expand)" references: [module.zitadel-db.random_password.tenant (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "output.minio-root-access-key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.mongodb (close)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.ingressClass (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.ingressClass (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.connection_string (expand)" references: [module.rabbitmq.random_password.password (expand) module.rabbitmq.var.namespace (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel.random_password.zitadel_masterkey (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_config (expand)" references: [module.zitadel.var.k8s_config_yaml (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "output.argocd-root-password (expand)" references: [module.argocd.output.admin_password (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.minio (close)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.mongodb (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.redis (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_secret.redis (expand)" references: [module.redis.random_password.redis (expand) module.redis.kubernetes_namespace.redis (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_username (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.minio.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_namespace.mongodb (expand)" references: [module.mongodb.var.namespace (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "local.cluster_dns (expand)" references: [local.cluster_shortname (expand) local.tld (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.output.installed (expand)" references: [module.cluster-init.module.longhorn.helm_release.longhorn (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:59:47.806+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/external\"]" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (close)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.wait_on (expand)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.access_key (expand)" references: [module.tenant-365zon.var.minio_access_key (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_namespace.postgresql (expand)" references: [module.postgresql.var.enabled (expand) module.postgresql.var.namespace (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel.helm_release.zitadel (expand)" references: [module.zitadel.var.wait_on (expand) module.zitadel.kubernetes_secret.zitadel (expand) module.zitadel.var.enabled (expand) module.zitadel.local.service_uri (expand) module.zitadel.var.database (expand) module.zitadel.var.database_username (expand) module.zitadel.var.database_password (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.database_root_username (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.display_on_homepage (expand) module.zitadel.var.ingressClass (expand) module.zitadel.kubernetes_namespace.zitadel (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.enabled (expand)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.minio.output.installed (expand)" references: [module.minio.helm_release.minio (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.admin (expand)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_redirect_uri (expand)" references: [module.zitadel.output.server (expand) module.zitadel-argocd.output.logoutSuffix (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.installed (expand)" references: [module.rabbitmq.helm_release.rabbitmq (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (expand)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (close)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.databases (expand)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_db_start_index (expand)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (close)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (close)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn (expand)" references: [module.cluster-init.module.longhorn.var.wait_on (expand) module.cluster-init.module.longhorn.var.namespace (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.minio.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_config (expand)" references: [module.redis.var.k8s_config_yaml (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_secret_key (expand)" references: [module.minio.random_password.minio_secret_key (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_host (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_user_password (expand)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "local.k8s_host (expand)" references: [local.k8s_config (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.installed (expand)" references: [module.zitadel.helm_release.zitadel (expand) module.zitadel.local_file.zitadel_jwt_profile_file (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.wait_on (expand)" references: [module.cluster-init.var.wait_on (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.grafana_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (expand)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (expand)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)" references: [module.tenant-365zon.var.org_id (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_host (expand)" references: [module.mongodb.local.k8s_config (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.bucket (expand)" references: [module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.server (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "local.node_count (expand)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_host (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (close)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (expand)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.enabled (expand)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)" references: [module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_username (expand)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_namespace.zitadel (expand)" references: [module.zitadel.var.enabled (expand) module.zitadel.var.namespace (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_username (expand)" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.minio.output.access_key (expand)" references: [module.minio.random_password.minio_access_key (expand)] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "var.vault_token" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "var.minio_server" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "var.vault_addr" references: [] +2025-07-11T08:59:47.807+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.rabbitmq.local.k8s_host (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_action.groups-claim (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)" references: [module.tenant-365zon.local.name (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_access_key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "output.minio-root-secret-key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.wait_on (expand)" references: [module.minio.output.installed (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_root_password (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_auth (expand)" references: [module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.redis.var.namespace (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.minio.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/null\"]" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.postgresql (close)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_auth (expand)" references: [module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_host (expand)" references: [module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_secret (expand)" references: [module.zitadel-argocd.output.client_secret (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_auth (expand)" references: [module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.email (expand) module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.wait_on (expand)" references: [module.postgresql.output.installed (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (close)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_secret.postgresql_auth (expand)" references: [module.postgresql.var.wait_on (expand) module.postgresql.var.enabled (expand) module.postgresql.random_password.postgresql_user_password (expand) module.postgresql.random_password.postgresql_root_password (expand) module.postgresql.kubernetes_namespace.postgresql (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.redis.helm_release.redis (expand)" references: [module.redis.var.wait_on (expand) module.redis.var.architecture (validation) module.redis.var.architecture (expand) module.redis.kubernetes_namespace.redis (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.minio.var.ingressClass (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (validation)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.service_uri (expand)" references: [module.zitadel.var.service_name (expand) module.zitadel.var.server_dns (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "output.rabbitmq-connection-string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "var.region" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (close)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.wait_on (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_host (expand)" references: [module.rabbitmq.local.k8s_config (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.installed (expand)" references: [module.argocd.helm_release.argocd (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "output.minio-secret-key (expand)" references: [module.tenant-365zon.output.minio_secret_key (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_config (expand)" references: [module.zitadel-db.var.k8s_config_yaml (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.output.installed (expand)" references: [module.cluster-init.module.longhorn.output.installed (expand) module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd (expand)" references: [module.argocd.var.wait_on (expand) module.argocd.kubernetes_secret.argocd-tls (expand) module.argocd.data.external.processed_values (expand) module.argocd.random_password.admin_password (expand) module.argocd.kubernetes_namespace.argocd (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)" references: [module.zitadel-argocd.zitadel_action.groups-claim (expand) module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.rabbitmq_connection_string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.kubernetes_secret.bridge-tls (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.postgresql.helm_release.postgresql (expand)" references: [module.postgresql.var.wait_on (expand) module.postgresql.kubernetes_secret.postgresql_auth (expand) module.postgresql.var.enabled (expand) module.postgresql.kubernetes_namespace.postgresql (expand) module.postgresql.var.username (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "var.access_key" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.wait_on (expand)" references: [module.zitadel-db.output.installed (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "local.k8s_config_yaml (expand)" references: [] +2025-07-11T08:59:47.808+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.postgresql (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_host (expand)" references: [module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.installed (expand)" references: [module.mongodb.helm_release.mongodb (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_access_key (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.wait_on (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_host (expand)" references: [module.redis.local.k8s_config (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin_server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.scopes (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.cluster-init.module.longhorn.local.k8s_host (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.namespace (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.minio.var.displayOnHomepage (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_secret_key (expand)" references: [module.tenant-365zon.module.minio.output.secret_key (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.namespace (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_config (expand)" references: [module.mongodb.var.k8s_config_yaml (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.service_name (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.prometheus_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (close)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.null_resource.health_check (expand)" references: [module.tenant-365zon.module.minio.var.wait_on (expand) module.tenant-365zon.module.minio.var.server (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.display_on_homepage (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.service_name (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_auth (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.user_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.random_password.password (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)" references: [module.tenant-365zon.module.minio.null_resource.health_check (expand) module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.namespace (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (close)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.replicas (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (close)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.service_uri (expand)" references: [module.monitoring.var.service_name (expand) module.monitoring.var.server_dns (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.name (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.admin_password (expand)" references: [module.argocd.random_password.admin_password (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.monitoring.random_password.grafana_admin_password (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file (expand)" references: [module.zitadel.data.kubernetes_secret.zitadel_admin (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.ingressClass (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.local.argocd_uri (expand)" references: [module.zitadel-argocd.var.argocd_service_domain (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/aminueza/minio\"]" references: [var.access_key var.secret_key var.region var.minio_server] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.monitoring (close)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand)" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_secret.zitadel (expand)" references: [module.zitadel.var.enabled (expand) module.zitadel.random_password.zitadel_masterkey (expand) module.zitadel.kubernetes_namespace.zitadel (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.tls (expand)" references: [] +2025-07-11T08:59:47.809+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_config (expand)" references: [module.tenant-365zon.var.k8s_config_yaml (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_auth (expand)" references: [module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_host (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_password (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)" references: [module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand) module.zitadel-argocd.module.zitadel_project.var.owners (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_id (expand)" references: [module.zitadel-argocd.output.client_id (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_config (expand)" references: [module.minio.var.k8s_config_yaml (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "output.mongodb-connection-string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (close)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_secret.argocd-tls (expand)" references: [module.argocd.data.kubernetes_secret.bridge-tls (expand) module.argocd.data.kubernetes_secret.bridge-tls (expand) module.argocd.kubernetes_namespace.argocd (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_root_password (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.name (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.ingressClass (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "local.cluster_shortname (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.org_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "local.bridge_dns (expand)" references: [local.tld (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "local.tld (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.jwt_profile_file (expand)" references: [module.zitadel.local_file.zitadel_jwt_profile_file (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.minio (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_secret_key (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.redis.output.installed (expand)" references: [module.redis.helm_release.redis (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (close)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.namespace (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_bucket (expand)" references: [module.tenant-365zon.module.minio.output.bucket (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_config (expand)" references: [module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-bootstrap.var.jwt_profile_file (expand) module.zitadel-bootstrap.var.domain (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.external.processed_values (expand)" references: [module.argocd.local.service_uri (expand) module.argocd.var.server_dns (expand) module.argocd.local.grpc_service_uri (expand) module.argocd.var.redis_db_start_index (expand) module.argocd.var.redis_password (expand) module.argocd.var.oauth_uri (expand) module.argocd.var.oauth_issuer (expand) module.argocd.var.oauth_client_id (expand) module.argocd.var.oauth_client_secret (expand) module.argocd.var.oauth_redirect_uri (expand) module.argocd.var.tls (expand) module.argocd.var.ingressClass (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.minio.var.namespace (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.minio.var.replicas (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.logoutSuffix (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (close)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "local.k8s_config (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_config (expand)" references: [module.monitoring.var.k8s_config_yaml (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (close)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.argocd.random_password.admin_password (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.secret_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (close)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (close)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_database (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_issuer (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.minio.var.service_name (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (expand)" references: [] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack (expand)" references: [module.monitoring.var.wait_on (expand) module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand) module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.var.remote_write_url (expand) module.monitoring.var.remote_read_url (expand) module.monitoring.random_password.grafana_admin_password (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T08:59:47.810+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.secret_key (expand)" references: [module.tenant-365zon.var.minio_secret_key (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.grpc_service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_config (expand)" references: [module.argocd.var.k8s_config_yaml (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_access_key (expand)" references: [module.minio.random_password.minio_access_key (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (expand)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (close)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "var.endpoints" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "var.secret_key" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.helm_release.rabbitmq (expand)" references: [module.rabbitmq.random_password.password (expand) module.rabbitmq.var.wait_on (expand) module.rabbitmq.random_password.password (expand) module.rabbitmq.local.service_uri (expand) module.rabbitmq.var.admin (expand) module.rabbitmq.var.tls (expand) module.rabbitmq.var.ingressClass (expand) module.rabbitmq.var.namespace (expand) module.rabbitmq.var.replicas (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_host (expand)" references: [module.minio.local.k8s_config (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_auth (expand)" references: [module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (expand)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.provider[\"registry.terraform.io/aminueza/minio\"]" references: [module.tenant-365zon.module.minio.var.secret_key (expand) module.tenant-365zon.module.minio.var.region (expand) module.tenant-365zon.module.minio.var.server (expand) module.tenant-365zon.module.minio.var.access_key (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.server_dns (expand)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)" references: [module.tenant-365zon.var.user_id (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (expand)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin (expand)" references: [module.zitadel.helm_release.zitadel (expand) module.zitadel.var.namespace (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.username (expand)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin (expand)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_namespace.argocd (expand)" references: [module.argocd.var.namespace (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.tenant-365zon.var.domain (expand) module.tenant-365zon.var.jwt_profile_file (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.namespace (expand)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.enabled (expand)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (close)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (expand)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)" references: [module.tenant-365zon.module.minio.null_resource.health_check (expand) module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.admin_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.redis.output.password (expand)" references: [module.redis.random_password.redis (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (expand)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_url (expand)" references: [] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_auth (expand)" references: [module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_auth (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.access_instructions (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.random_password.grafana_admin_password (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.username (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T08:59:47.811+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.minio.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.minio.local.k8s_host (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.monitoring (expand)" references: [] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)" references: [] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_uri (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.minio.local.admin_service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.admin_server_dns (expand) module.minio.var.admin_server_dns (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.argocd (close)" references: [] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (close)" references: [] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.wait_on (expand)" references: [module.zitadel-argocd.output.installed (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "local.k8s_auth (expand)" references: [local.k8s_config (expand) local.k8s_config (expand) local.k8s_config (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.minio.local.service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.server_dns (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_host (expand)" references: [module.monitoring.local.k8s_config (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.minio.helm_release.minio (expand)" references: [module.minio.var.namespace (expand) module.minio.var.mode (expand) module.minio.var.replicas (expand) module.minio.var.replicas (expand) module.minio.var.storageSize (expand) module.minio.random_password.minio_access_key (expand) module.minio.random_password.minio_secret_key (expand) module.minio.local.service_uri (expand) module.minio.local.admin_service_uri (expand) module.minio.var.admin (expand) module.minio.var.mode (expand) module.minio.var.tls (expand) module.minio.var.ingressClass (expand) module.minio.var.displayOnHomepage (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand)" references: [module.zitadel-bootstrap.var.domain (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.owners (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.host (expand)" references: [] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_password (expand)" references: [module.zitadel-db.output.password (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_host (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (expand)" references: [] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.redis (close)" references: [] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close)" references: [] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (expand)" references: [] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database (expand)" references: [] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_secret_key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_host (expand)" references: [module.cluster-init.local.k8s_config (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.tld (expand)" references: [] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_host (expand)" references: [module.zitadel.local.k8s_config (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.redis.var.wait_on (expand)" references: [] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.installed (expand)" references: [module.zitadel-db.kubernetes_job.create-tenant (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_server (expand)" references: [module.minio.output.minio_server (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_api_uri (expand)" references: [module.minio.output.minio_api_uri (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T08:59:47.812+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T08:59:47.892+0200 [DEBUG] Starting graph walk: walkPlan +2025-07-11T08:59:47.894+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.894+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.901+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5"] +2025-07-11T08:59:47.901+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 pid=974948 +2025-07-11T08:59:47.901+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 +2025-07-11T08:59:47.904+0200 [INFO] provider.terraform-provider-external_v2.3.5_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.904+0200" +2025-07-11T08:59:47.916+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:47.916+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: plugin address: address=/tmp/plugin2072028292 network=unix timestamp="2025-07-11T08:59:47.915+0200" +2025-07-11T08:59:47.923+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.923+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.928+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5"] +2025-07-11T08:59:47.928+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 pid=974957 +2025-07-11T08:59:47.928+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 +2025-07-11T08:59:47.931+0200 [INFO] provider.terraform-provider-null_v3.2.4_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.931+0200" +2025-07-11T08:59:47.943+0200 [DEBUG] provider.terraform-provider-null_v3.2.4_x5: plugin address: address=/tmp/plugin2608145216 network=unix timestamp="2025-07-11T08:59:47.943+0200" +2025-07-11T08:59:47.943+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:47.951+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.951+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.955+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 args=[".terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1"] +2025-07-11T08:59:47.955+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 pid=974966 +2025-07-11T08:59:47.955+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 +2025-07-11T08:59:47.958+0200 [INFO] provider.terraform-provider-slugify_v0.1.1: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.958+0200" +2025-07-11T08:59:47.969+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:47.969+0200 [DEBUG] provider.terraform-provider-slugify_v0.1.1: plugin address: address=/tmp/plugin3660464583 network=unix timestamp="2025-07-11T08:59:47.969+0200" +2025-07-11T08:59:47.977+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:47.977+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:47.981+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:59:47.981+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=974980 +2025-07-11T08:59:47.981+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:59:47.989+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:59:47.989+0200" +2025-07-11T08:59:48.016+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:48.016+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin4009873925 network=unix timestamp="2025-07-11T08:59:48.016+0200" +2025-07-11T08:59:48.028+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:48.028+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:48.033+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5"] +2025-07-11T08:59:48.033+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 pid=974992 +2025-07-11T08:59:48.033+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 +2025-07-11T08:59:48.035+0200 [INFO] provider.terraform-provider-random_v3.7.2_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:48.035+0200" +2025-07-11T08:59:48.047+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:48.047+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: plugin address: address=/tmp/plugin3790841386 network=unix timestamp="2025-07-11T08:59:48.047+0200" +2025-07-11T08:59:48.055+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:48.055+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:48.059+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5"] +2025-07-11T08:59:48.059+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 pid=975001 +2025-07-11T08:59:48.059+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 +2025-07-11T08:59:48.062+0200 [INFO] provider.terraform-provider-local_v2.5.3_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:48.061+0200" +2025-07-11T08:59:48.073+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:48.073+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: plugin address: address=/tmp/plugin2476944407 network=unix timestamp="2025-07-11T08:59:48.073+0200" +2025-07-11T08:59:48.080+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:48.080+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:48.085+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:59:48.085+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=975009 +2025-07-11T08:59:48.085+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:59:48.099+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:48.099+0200" +2025-07-11T08:59:48.110+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin3927256282 network=unix timestamp="2025-07-11T08:59:48.110+0200" +2025-07-11T08:59:48.110+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:48.118+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:48.118+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:48.118+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:48.123+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:59:48.124+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=975023 +2025-07-11T08:59:48.124+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:59:48.143+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:48.143+0200" +2025-07-11T08:59:48.152+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:48.152+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1329182451 network=unix timestamp="2025-07-11T08:59:48.152+0200" +2025-07-11T08:59:48.159+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:48.159+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:48.163+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:59:48.164+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=975039 +2025-07-11T08:59:48.164+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:59:48.182+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:48.182+0200" +2025-07-11T08:59:48.190+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:48.190+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin3822897031 network=unix timestamp="2025-07-11T08:59:48.190+0200" +2025-07-11T08:59:48.197+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:48.197+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:48.198+0200 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/aminueza/minio\"]" changed the config value, but that value is unused +2025-07-11T08:59:48.201+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:59:48.202+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=975056 +2025-07-11T08:59:48.202+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:59:48.216+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:48.216+0200" +2025-07-11T08:59:48.228+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:48.228+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin3627767530 network=unix timestamp="2025-07-11T08:59:48.228+0200" +2025-07-11T08:59:48.236+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:48.236+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:48.237+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:48 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:59:48.237+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_user_password" references: [] +2025-07-11T08:59:48.237+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:59:48 [DEBUG] MinIO SSL client transport configured successfully: timestamp="2025-07-11T08:59:48.237+0200" +2025-07-11T08:59:48.237+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:48 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:59:48.237+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_req_id=5a9b91cb-a65e-93da-3fae-5eb3662312ee timestamp="2025-07-11T08:59:48.237+0200" +2025-07-11T08:59:48.237+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a9b91cb-a65e-93da-3fae-5eb3662312ee @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_rpc=ConfigureProvider timestamp="2025-07-11T08:59:48.237+0200" +2025-07-11T08:59:48.237+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_replica_set_key" references: [] +2025-07-11T08:59:48.237+0200 [DEBUG] ReferenceTransformer: "module.argocd.random_password.admin_password" references: [] +2025-07-11T08:59:48.237+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=5a9b91cb-a65e-93da-3fae-5eb3662312ee tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm timestamp="2025-07-11T08:59:48.237+0200" +2025-07-11T08:59:48.237+0200 [DEBUG] ReferenceTransformer: "module.monitoring.random_password.grafana_admin_password" references: [] +2025-07-11T08:59:48.238+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.kubernetes_secret.bridge-tls" references: [] +2025-07-11T08:59:48.238+0200 [DEBUG] ReferenceTransformer: "data.minio_s3_object.k8s_yaml" references: [] +2025-07-11T08:59:48.238+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_access_key" references: [] +2025-07-11T08:59:48.238+0200 [DEBUG] ReferenceTransformer: "module.zitadel.random_password.zitadel_masterkey" references: [] +2025-07-11T08:59:48.238+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_namespace.argocd" references: [] +2025-07-11T08:59:48.238+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_secret_key" references: [] +2025-07-11T08:59:48.238+0200 [DEBUG] ReferenceTransformer: "module.redis.random_password.redis" references: [] +2025-07-11T08:59:48.238+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.random_password.password" references: [] +2025-07-11T08:59:48.239+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_root_password" references: [] +2025-07-11T08:59:48.239+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_root_password" references: [] +2025-07-11T08:59:48.239+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.random_password.tenant" references: [] +2025-07-11T08:59:48.239+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_namespace.zitadel[0]" references: [] +2025-07-11T08:59:48.241+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:59:48.241+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=975071 +2025-07-11T08:59:48.241+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:59:48.258+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:48.258+0200" +2025-07-11T08:59:48.267+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2451595640 network=unix timestamp="2025-07-11T08:59:48.267+0200" +2025-07-11T08:59:48.267+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:48.274+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:48.274+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:48.274+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:48.278+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:59:48.279+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=975091 +2025-07-11T08:59:48.279+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:59:48.296+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:48.296+0200" +2025-07-11T08:59:48.304+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:48.304+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin3067724278 network=unix timestamp="2025-07-11T08:59:48.304+0200" +2025-07-11T08:59:48.311+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:48.311+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:48.315+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:59:48.315+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=975108 +2025-07-11T08:59:48.315+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:59:48.331+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:48.331+0200" +2025-07-11T08:59:48.342+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:48.342+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin4251752274 network=unix timestamp="2025-07-11T08:59:48.342+0200" +2025-07-11T08:59:48.350+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:48.350+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:48.351+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:48 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:59:48.351+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:48 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:59:48.351+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_req_id=8126642c-201f-bc57-e904-7ca24b61c262 timestamp="2025-07-11T08:59:48.351+0200" +2025-07-11T08:59:48.351+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider @module=helm tf_req_id=8126642c-201f-bc57-e904-7ca24b61c262 timestamp="2025-07-11T08:59:48.351+0200" +2025-07-11T08:59:48.351+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_req_id=8126642c-201f-bc57-e904-7ca24b61c262 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:48.351+0200" +2025-07-11T08:59:48.352+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config" references: [] +2025-07-11T08:59:48.355+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:59:48.355+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=975123 +2025-07-11T08:59:48.355+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:59:48.368+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:48.368+0200" +2025-07-11T08:59:48.379+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:48.379+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin1677283431 network=unix timestamp="2025-07-11T08:59:48.379+0200" +2025-07-11T08:59:48.387+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:48.387+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:48.387+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:48.391+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:59:48.392+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=975138 +2025-07-11T08:59:48.392+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:59:48.410+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:48.410+0200" +2025-07-11T08:59:48.418+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:48.418+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin179732596 network=unix timestamp="2025-07-11T08:59:48.418+0200" +2025-07-11T08:59:48.425+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:48.425+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:48.430+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:59:48.430+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=975156 +2025-07-11T08:59:48.430+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:59:48.449+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:48.449+0200" +2025-07-11T08:59:48.457+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:48.457+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin633276098 network=unix timestamp="2025-07-11T08:59:48.457+0200" +2025-07-11T08:59:48.464+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:48.464+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:48.469+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:59:48.469+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=975173 +2025-07-11T08:59:48.469+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:59:48.487+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:48.487+0200" +2025-07-11T08:59:48.495+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:48.495+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin3117475182 network=unix timestamp="2025-07-11T08:59:48.495+0200" +2025-07-11T08:59:48.504+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:48.504+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:48.504+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:48.509+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:59:48.509+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=975188 +2025-07-11T08:59:48.509+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:59:48.522+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:48.522+0200" +2025-07-11T08:59:48.534+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin3854034386 network=unix timestamp="2025-07-11T08:59:48.534+0200" +2025-07-11T08:59:48.534+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:48.543+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:48.543+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:48.543+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:48.547+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:59:48.547+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=975203 +2025-07-11T08:59:48.547+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:59:48.565+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:48.565+0200" +2025-07-11T08:59:48.574+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:48.574+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: network=unix address=/tmp/plugin2225162227 timestamp="2025-07-11T08:59:48.574+0200" +2025-07-11T08:59:48.581+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:48.581+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:48.586+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:59:48.586+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=975221 +2025-07-11T08:59:48.586+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:59:48.600+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:48.600+0200" +2025-07-11T08:59:48.611+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin2136812859 network=unix timestamp="2025-07-11T08:59:48.611+0200" +2025-07-11T08:59:48.611+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:48.620+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:48.620+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:48.620+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:48.621+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:48 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:59:48.621+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:48 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:59:48.621+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=e744c8f5-72a0-b791-5404-8d6c68e0aecd @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 tf_rpc=ConfigureProvider @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" timestamp="2025-07-11T08:59:48.621+0200" +2025-07-11T08:59:48.621+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f3cad9eb-442f-ae6d-1d57-a6c39f1569e1 config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 timestamp="2025-07-11T08:59:48.621+0200" +2025-07-11T08:59:48.621+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider tf_req_id=e744c8f5-72a0-b791-5404-8d6c68e0aecd timestamp="2025-07-11T08:59:48.621+0200" +2025-07-11T08:59:48.621+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=e744c8f5-72a0-b791-5404-8d6c68e0aecd tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm timestamp="2025-07-11T08:59:48.621+0200" +2025-07-11T08:59:48.621+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:48 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:59:48.621+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:48 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:59:48.621+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm tf_req_id=03f17213-6269-f08b-2177-2f4a22e6dcab config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" timestamp="2025-07-11T08:59:48.621+0200" +2025-07-11T08:59:48.622+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider tf_req_id=03f17213-6269-f08b-2177-2f4a22e6dcab timestamp="2025-07-11T08:59:48.621+0200" +2025-07-11T08:59:48.621+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: tf_req_id=f3cad9eb-442f-ae6d-1d57-a6c39f1569e1 @module=helm tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:48.621+0200" +2025-07-11T08:59:48.622+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f3cad9eb-442f-ae6d-1d57-a6c39f1569e1 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 timestamp="2025-07-11T08:59:48.621+0200" +2025-07-11T08:59:48.622+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_req_id=03f17213-6269-f08b-2177-2f4a22e6dcab tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:48.621+0200" +2025-07-11T08:59:48.622+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_namespace.redis" references: [] +2025-07-11T08:59:48.622+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_namespace.mongodb" references: [] +2025-07-11T08:59:48.622+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring" references: [] +2025-07-11T08:59:48.626+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T08:59:48.627+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=975234 +2025-07-11T08:59:48.627+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T08:59:48.644+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T08:59:48.644+0200" +2025-07-11T08:59:48.652+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:48.652+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1575328228 network=unix timestamp="2025-07-11T08:59:48.652+0200" +2025-07-11T08:59:48.659+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:48.659+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:48.664+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:59:48.664+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=975254 +2025-07-11T08:59:48.664+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:59:48.678+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:48.678+0200" +2025-07-11T08:59:48.690+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:48.690+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin3769809208 network=unix timestamp="2025-07-11T08:59:48.690+0200" +2025-07-11T08:59:48.698+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:48.698+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:48.698+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:48.699+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: tf_req_id=0adbcfa5-8f9b-043a-eb4e-5332f3727cf9 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" timestamp="2025-07-11T08:59:48.699+0200" +2025-07-11T08:59:48.699+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm tf_req_id=0adbcfa5-8f9b-043a-eb4e-5332f3727cf9 tf_rpc=ConfigureProvider settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:48.699+0200" +2025-07-11T08:59:48.699+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0adbcfa5-8f9b-043a-eb4e-5332f3727cf9 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 timestamp="2025-07-11T08:59:48.699+0200" +2025-07-11T08:59:48.703+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:59:48.703+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=975271 +2025-07-11T08:59:48.703+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:59:48.716+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:48.716+0200" +2025-07-11T08:59:48.728+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:48.728+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin3525294661 network=unix timestamp="2025-07-11T08:59:48.728+0200" +2025-07-11T08:59:48.736+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:48.737+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:48 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T08:59:48.737+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=bf3e02fd-d830-945a-9f2e-7248315fb901 tf_rpc=ConfigureProvider timestamp="2025-07-11T08:59:48.737+0200" +2025-07-11T08:59:48.737+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_req_id=bf3e02fd-d830-945a-9f2e-7248315fb901 timestamp="2025-07-11T08:59:48.737+0200" +2025-07-11T08:59:48.737+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=bf3e02fd-d830-945a-9f2e-7248315fb901 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 timestamp="2025-07-11T08:59:48.737+0200" +2025-07-11T08:59:48.738+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_namespace.postgresql[0]" references: [] +2025-07-11T08:59:48.738+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:48 [INFO] Reading secret bridge-tls +2025-07-11T08:59:48.738+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0cc59b69-645e-9a0c-fa8d-1b5b261a75b4 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 timestamp="2025-07-11T08:59:48.738+0200" +2025-07-11T08:59:48.738+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0cc59b69-645e-9a0c-fa8d-1b5b261a75b4 timestamp="2025-07-11T08:59:48.738+0200" +2025-07-11T08:59:48.739+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0cc59b69-645e-9a0c-fa8d-1b5b261a75b4 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 timestamp="2025-07-11T08:59:48.738+0200" +2025-07-11T08:59:48.739+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Host=rancher.bridge.fourlights.dev tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/cert-manager/secrets/bridge-tls tf_http_trans_id=564c066e-4b92-dfb3-75d0-17cf72c1bcef Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_op_type=request tf_http_req_version=HTTP/1.1 @module=kubernetes.Kubernetes Accept="application/json, */*" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 User-Agent="HashiCorp/1.0 Terraform/1.12.1" timestamp="2025-07-11T08:59:48.738+0200" +2025-07-11T08:59:48.739+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn" references: [] +2025-07-11T08:59:48.740+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_attribute_path=special tf_req_id=622df6cf-b10e-f5a1-b822-72943f1a2528 tf_resource_type=random_password timestamp="2025-07-11T08:59:48.740+0200" +2025-07-11T08:59:48.740+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=lower tf_req_id=622df6cf-b10e-f5a1-b822-72943f1a2528 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:59:48.740+0200" +2025-07-11T08:59:48.740+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource tf_req_id=ada25752-1e91-3f3a-beae-d45bad3b4ec1 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_lower timestamp="2025-07-11T08:59:48.740+0200" +2025-07-11T08:59:48.740+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework tf_req_id=6670d726-d902-3622-4926-c113c1a0efc6 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.740+0200" +2025-07-11T08:59:48.740+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=91ef2ee3-77c0-cb56-743f-4587728af69e tf_resource_type=random_password timestamp="2025-07-11T08:59:48.740+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=f9219f0e-215e-2f7c-fc25-8331bf081c01 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=result timestamp="2025-07-11T08:59:48.740+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=f9219f0e-215e-2f7c-fc25-8331bf081c01 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:59:48.740+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=622df6cf-b10e-f5a1-b822-72943f1a2528 tf_resource_type=random_password timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=91ef2ee3-77c0-cb56-743f-4587728af69e timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=ada25752-1e91-3f3a-beae-d45bad3b4ec1 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=number tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=ada25752-1e91-3f3a-beae-d45bad3b4ec1 tf_resource_type=random_password tf_attribute_path=result tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_req_id=6670d726-d902-3622-4926-c113c1a0efc6 timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=length tf_req_id=622df6cf-b10e-f5a1-b822-72943f1a2528 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f9219f0e-215e-2f7c-fc25-8331bf081c01 timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6670d726-d902-3622-4926-c113c1a0efc6 tf_resource_type=random_password timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=622df6cf-b10e-f5a1-b822-72943f1a2528 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f9219f0e-215e-2f7c-fc25-8331bf081c01 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework tf_attribute_path=special tf_req_id=f9219f0e-215e-2f7c-fc25-8331bf081c01 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f9219f0e-215e-2f7c-fc25-8331bf081c01 tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=override_special tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework tf_req_id=f9219f0e-215e-2f7c-fc25-8331bf081c01 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f9219f0e-215e-2f7c-fc25-8331bf081c01 tf_rpc=ReadResource tf_resource_type=random_password timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=numeric tf_req_id=f9219f0e-215e-2f7c-fc25-8331bf081c01 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework tf_req_id=ada25752-1e91-3f3a-beae-d45bad3b4ec1 tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=special @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=9e915be5-b324-e127-a6f2-881d5a727fb7 tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f9219f0e-215e-2f7c-fc25-8331bf081c01 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=id timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=ada25752-1e91-3f3a-beae-d45bad3b4ec1 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=upper tf_req_id=9e915be5-b324-e127-a6f2-881d5a727fb7 tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.741+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=9e915be5-b324-e127-a6f2-881d5a727fb7 tf_resource_type=random_password timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=9e915be5-b324-e127-a6f2-881d5a727fb7 tf_rpc=ReadResource tf_attribute_path=lower tf_resource_type=random_password timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6670d726-d902-3622-4926-c113c1a0efc6 tf_resource_type=random_password timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=id tf_req_id=9e915be5-b324-e127-a6f2-881d5a727fb7 tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=9e915be5-b324-e127-a6f2-881d5a727fb7 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_req_id=6670d726-d902-3622-4926-c113c1a0efc6 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_upper @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=622df6cf-b10e-f5a1-b822-72943f1a2528 tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6670d726-d902-3622-4926-c113c1a0efc6 tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=lower timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=622df6cf-b10e-f5a1-b822-72943f1a2528 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=result tf_resource_type=random_password timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=622df6cf-b10e-f5a1-b822-72943f1a2528 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=ada25752-1e91-3f3a-beae-d45bad3b4ec1 tf_resource_type=random_password tf_rpc=ReadResource tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=ada25752-1e91-3f3a-beae-d45bad3b4ec1 timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=upper tf_req_id=91ef2ee3-77c0-cb56-743f-4587728af69e tf_resource_type=random_password tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=lower @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=ada25752-1e91-3f3a-beae-d45bad3b4ec1 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=91ef2ee3-77c0-cb56-743f-4587728af69e tf_resource_type=random_password timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource tf_attribute_path=min_numeric tf_req_id=9e915be5-b324-e127-a6f2-881d5a727fb7 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource tf_attribute_path=number tf_req_id=9e915be5-b324-e127-a6f2-881d5a727fb7 timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_upper tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6670d726-d902-3622-4926-c113c1a0efc6 tf_resource_type=random_password timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=min_special tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=91ef2ee3-77c0-cb56-743f-4587728af69e tf_resource_type=random_password timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=bcrypt_hash tf_req_id=91ef2ee3-77c0-cb56-743f-4587728af69e timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework tf_req_id=9e915be5-b324-e127-a6f2-881d5a727fb7 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=91ef2ee3-77c0-cb56-743f-4587728af69e tf_rpc=ReadResource @module=sdk.framework tf_resource_type=random_password timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.742+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_special tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=ada25752-1e91-3f3a-beae-d45bad3b4ec1 timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=numeric tf_req_id=ada25752-1e91-3f3a-beae-d45bad3b4ec1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=6670d726-d902-3622-4926-c113c1a0efc6 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=upper tf_req_id=ada25752-1e91-3f3a-beae-d45bad3b4ec1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:48.741+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=9e915be5-b324-e127-a6f2-881d5a727fb7 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6670d726-d902-3622-4926-c113c1a0efc6 tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=ada25752-1e91-3f3a-beae-d45bad3b4ec1 timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=6670d726-d902-3622-4926-c113c1a0efc6 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=91ef2ee3-77c0-cb56-743f-4587728af69e tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6670d726-d902-3622-4926-c113c1a0efc6 tf_resource_type=random_password @module=sdk.framework tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=f9219f0e-215e-2f7c-fc25-8331bf081c01 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_lower tf_resource_type=random_password timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=id tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6670d726-d902-3622-4926-c113c1a0efc6 timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=622df6cf-b10e-f5a1-b822-72943f1a2528 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=result tf_req_id=9e915be5-b324-e127-a6f2-881d5a727fb7 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=622df6cf-b10e-f5a1-b822-72943f1a2528 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=bcrypt_hash tf_resource_type=random_password timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=622df6cf-b10e-f5a1-b822-72943f1a2528 tf_resource_type=random_password timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=random_password @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=91ef2ee3-77c0-cb56-743f-4587728af69e tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework tf_req_id=f9219f0e-215e-2f7c-fc25-8331bf081c01 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=622df6cf-b10e-f5a1-b822-72943f1a2528 tf_resource_type=random_password @module=sdk.framework tf_attribute_path=min_special tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=length tf_req_id=f9219f0e-215e-2f7c-fc25-8331bf081c01 tf_resource_type=random_password @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=91ef2ee3-77c0-cb56-743f-4587728af69e tf_resource_type=random_password tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_special tf_req_id=6670d726-d902-3622-4926-c113c1a0efc6 timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=91ef2ee3-77c0-cb56-743f-4587728af69e tf_resource_type=random_password @module=sdk.framework tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.743+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=91ef2ee3-77c0-cb56-743f-4587728af69e tf_resource_type=random_password tf_rpc=ReadResource tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.744+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=91ef2ee3-77c0-cb56-743f-4587728af69e tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.744+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_special tf_req_id=f9219f0e-215e-2f7c-fc25-8331bf081c01 tf_resource_type=random_password tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.744+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=622df6cf-b10e-f5a1-b822-72943f1a2528 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.744+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=ada25752-1e91-3f3a-beae-d45bad3b4ec1 tf_attribute_path=bcrypt_hash tf_resource_type=random_password timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.744+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=9e915be5-b324-e127-a6f2-881d5a727fb7 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_lower tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.744+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=length tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=9e915be5-b324-e127-a6f2-881d5a727fb7 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:48.742+0200" +2025-07-11T08:59:48.744+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:48 [INFO] Checking namespace argocd +2025-07-11T08:59:48.744+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_trans_id=affa1b77-e686-9169-bdf1-999731e49a49 Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/argocd @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Accept="application/json, */*" Host=rancher.bridge.fourlights.dev tf_http_op_type=request tf_http_req_method=GET new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T08:59:48.740+0200" +2025-07-11T08:59:48.745+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=79a72ecb-976a-6d25-16c9-c330e0f88f05 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:59:48.744+0200" +2025-07-11T08:59:48.745+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=override_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=79a72ecb-976a-6d25-16c9-c330e0f88f05 timestamp="2025-07-11T08:59:48.745+0200" +2025-07-11T08:59:48.745+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=79a72ecb-976a-6d25-16c9-c330e0f88f05 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:48.745+0200" +2025-07-11T08:59:48.745+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=79a72ecb-976a-6d25-16c9-c330e0f88f05 timestamp="2025-07-11T08:59:48.745+0200" +2025-07-11T08:59:48.745+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=79a72ecb-976a-6d25-16c9-c330e0f88f05 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.745+0200" +2025-07-11T08:59:48.745+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=79a72ecb-976a-6d25-16c9-c330e0f88f05 tf_resource_type=random_password tf_attribute_path=min_lower tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.745+0200" +2025-07-11T08:59:48.746+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_req_id=79a72ecb-976a-6d25-16c9-c330e0f88f05 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=length timestamp="2025-07-11T08:59:48.745+0200" +2025-07-11T08:59:48.746+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=79a72ecb-976a-6d25-16c9-c330e0f88f05 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:48.745+0200" +2025-07-11T08:59:48.746+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=79a72ecb-976a-6d25-16c9-c330e0f88f05 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=random_password timestamp="2025-07-11T08:59:48.745+0200" +2025-07-11T08:59:48.746+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=79a72ecb-976a-6d25-16c9-c330e0f88f05 tf_rpc=ReadResource tf_attribute_path=min_special tf_resource_type=random_password timestamp="2025-07-11T08:59:48.746+0200" +2025-07-11T08:59:48.746+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework tf_attribute_path=min_numeric tf_req_id=79a72ecb-976a-6d25-16c9-c330e0f88f05 tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.746+0200" +2025-07-11T08:59:48.746+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource tf_attribute_path=bcrypt_hash tf_req_id=79a72ecb-976a-6d25-16c9-c330e0f88f05 timestamp="2025-07-11T08:59:48.746+0200" +2025-07-11T08:59:48.747+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=79a72ecb-976a-6d25-16c9-c330e0f88f05 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=upper timestamp="2025-07-11T08:59:48.746+0200" +2025-07-11T08:59:48.747+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password @module=sdk.framework tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=79a72ecb-976a-6d25-16c9-c330e0f88f05 timestamp="2025-07-11T08:59:48.746+0200" +2025-07-11T08:59:48.757+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=77e1dc7e-f9c3-41ee-7c50-13686714e4e0 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:59:48.756+0200" +2025-07-11T08:59:48.757+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=lower tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=77e1dc7e-f9c3-41ee-7c50-13686714e4e0 timestamp="2025-07-11T08:59:48.756+0200" +2025-07-11T08:59:48.757+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=77e1dc7e-f9c3-41ee-7c50-13686714e4e0 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:48.756+0200" +2025-07-11T08:59:48.757+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=upper tf_req_id=98069bca-f5fc-2fc7-9b4b-8f4fddc43cf9 tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.756+0200" +2025-07-11T08:59:48.757+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=77e1dc7e-f9c3-41ee-7c50-13686714e4e0 tf_resource_type=random_password tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:48.756+0200" +2025-07-11T08:59:48.757+0200 [DEBUG] UpgradeResourceState: ignoring dynamic block: map[string]interface {}{"type":[]interface {}{"object", map[string]interface {}{"apiVersion":"string", "kind":"string", "metadata":[]interface {}{"object", map[string]interface {}{"name":"string", "namespace":"string"}}, "spec":[]interface {}{"object", map[string]interface {}{"valuesContent":"string"}}}}, "value":map[string]interface {}{"apiVersion":"helm.cattle.io/v1", "kind":"HelmChartConfig", "metadata":map[string]interface {}{"name":"rke2-ingress-nginx", "namespace":"kube-system"}, "spec":map[string]interface {}{"valuesContent":"controller:\n config:\n use-forwarded-headers: \"true\"\n"}}} +2025-07-11T08:59:48.758+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=random_password tf_rpc=ReadResource tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=77e1dc7e-f9c3-41ee-7c50-13686714e4e0 timestamp="2025-07-11T08:59:48.756+0200" +2025-07-11T08:59:48.758+0200 [DEBUG] UpgradeResourceState: ignoring dynamic block: map[string]interface {}{"type":[]interface {}{"object", map[string]interface {}{"apiVersion":"string", "kind":"string", "metadata":[]interface {}{"object", map[string]interface {}{"annotations":[]interface {}{"map", "string"}, "creationTimestamp":"string", "deletionGracePeriodSeconds":"number", "deletionTimestamp":"string", "finalizers":[]interface {}{"list", "string"}, "generateName":"string", "generation":"number", "labels":[]interface {}{"map", "string"}, "managedFields":[]interface {}{"tuple", []interface {}{[]interface {}{"object", map[string]interface {}{"apiVersion":"string", "fieldsType":"string", "fieldsV1":"dynamic", "manager":"string", "operation":"string", "subresource":"string", "time":"string"}}}}, "name":"string", "namespace":"string", "ownerReferences":[]interface {}{"list", []interface {}{"object", map[string]interface {}{"apiVersion":"string", "blockOwnerDeletion":"bool", "controller":"bool", "kind":"string", "name":"string", "uid":"string"}}}, "resourceVersion":"string", "selfLink":"string", "uid":"string"}}, "spec":[]interface {}{"object", map[string]interface {}{"failurePolicy":"string", "valuesContent":"string"}}}}, "value":map[string]interface {}{"apiVersion":"helm.cattle.io/v1", "kind":"HelmChartConfig", "metadata":map[string]interface {}{"annotations":interface {}(nil), "creationTimestamp":interface {}(nil), "deletionGracePeriodSeconds":interface {}(nil), "deletionTimestamp":interface {}(nil), "finalizers":interface {}(nil), "generateName":interface {}(nil), "generation":interface {}(nil), "labels":interface {}(nil), "managedFields":interface {}(nil), "name":"rke2-ingress-nginx", "namespace":"kube-system", "ownerReferences":interface {}(nil), "resourceVersion":interface {}(nil), "selfLink":interface {}(nil), "uid":interface {}(nil)}, "spec":map[string]interface {}{"failurePolicy":interface {}(nil), "valuesContent":"controller:\n config:\n use-forwarded-headers: \"true\"\n"}}} +2025-07-11T08:59:48.758+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @module=sdk.framework tf_req_id=98069bca-f5fc-2fc7-9b4b-8f4fddc43cf9 tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.758+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=98069bca-f5fc-2fc7-9b4b-8f4fddc43cf9 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.758+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=98069bca-f5fc-2fc7-9b4b-8f4fddc43cf9 tf_resource_type=random_password @module=sdk.framework tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.758+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_attribute_path=length tf_req_id=77e1dc7e-f9c3-41ee-7c50-13686714e4e0 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.758+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=77e1dc7e-f9c3-41ee-7c50-13686714e4e0 tf_resource_type=random_password tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.758+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=77e1dc7e-f9c3-41ee-7c50-13686714e4e0 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.758+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password @module=sdk.framework tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=77e1dc7e-f9c3-41ee-7c50-13686714e4e0 timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.758+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_resource_type=random_password tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=77e1dc7e-f9c3-41ee-7c50-13686714e4e0 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.758+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:48 [INFO] Checking namespace zitadel +2025-07-11T08:59:48.758+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=2d0f336c-bbd7-f608-abe6-d5d330201930 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.759+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=random_password tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=77e1dc7e-f9c3-41ee-7c50-13686714e4e0 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=upper timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.759+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/zitadel tf_http_req_version=HTTP/1.1 Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_body="" tf_http_trans_id=e52ab113-fe36-afae-5031-d30656550726 @module=kubernetes.Kubernetes Accept="application/json, */*" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept-Encoding=gzip timestamp="2025-07-11T08:59:48.759+0200" +2025-07-11T08:59:48.759+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=77e1dc7e-f9c3-41ee-7c50-13686714e4e0 tf_resource_type=random_password tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.759+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=77e1dc7e-f9c3-41ee-7c50-13686714e4e0 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.759+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=2d0f336c-bbd7-f608-abe6-d5d330201930 tf_resource_type=random_password tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.759+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=2d0f336c-bbd7-f608-abe6-d5d330201930 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.759+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_lower tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=98069bca-f5fc-2fc7-9b4b-8f4fddc43cf9 tf_resource_type=random_password timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.759+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=min_special tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=2d0f336c-bbd7-f608-abe6-d5d330201930 tf_resource_type=random_password timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.759+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=2d0f336c-bbd7-f608-abe6-d5d330201930 tf_resource_type=random_password @module=sdk.framework tf_attribute_path=number tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.759+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=numeric tf_req_id=2d0f336c-bbd7-f608-abe6-d5d330201930 timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.759+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=98069bca-f5fc-2fc7-9b4b-8f4fddc43cf9 @module=sdk.framework tf_resource_type=random_password timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.759+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=c66af48f-5327-edef-98e0-0f6099e604b3 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.759+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=number tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=c66af48f-5327-edef-98e0-0f6099e604b3 tf_resource_type=random_password timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.759+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=98069bca-f5fc-2fc7-9b4b-8f4fddc43cf9 tf_resource_type=random_password tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.757+0200" +2025-07-11T08:59:48.759+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=98069bca-f5fc-2fc7-9b4b-8f4fddc43cf9 tf_resource_type=random_password tf_attribute_path=lower timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.759+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_numeric tf_req_id=c66af48f-5327-edef-98e0-0f6099e604b3 tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.760+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=c66af48f-5327-edef-98e0-0f6099e604b3 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=override_special tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.760+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=numeric tf_req_id=c66af48f-5327-edef-98e0-0f6099e604b3 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.760+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=number tf_req_id=98069bca-f5fc-2fc7-9b4b-8f4fddc43cf9 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.760+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_upper tf_req_id=e1cd250f-1c21-b221-958f-94199b355bc2 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.760+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e1cd250f-1c21-b221-958f-94199b355bc2 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.760+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_special tf_req_id=98069bca-f5fc-2fc7-9b4b-8f4fddc43cf9 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.760+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=2d0f336c-bbd7-f608-abe6-d5d330201930 @module=sdk.framework tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.760+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=special tf_req_id=2d0f336c-bbd7-f608-abe6-d5d330201930 tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.760+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=2d0f336c-bbd7-f608-abe6-d5d330201930 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.760+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e1cd250f-1c21-b221-958f-94199b355bc2 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=random_password @module=sdk.framework tf_attribute_path=min_numeric timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.760+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource tf_req_id=e1cd250f-1c21-b221-958f-94199b355bc2 timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.760+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework tf_req_id=e1cd250f-1c21-b221-958f-94199b355bc2 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.760+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=e1cd250f-1c21-b221-958f-94199b355bc2 tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.760+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=min_numeric tf_req_id=98069bca-f5fc-2fc7-9b4b-8f4fddc43cf9 tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.761+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource tf_attribute_path=min_upper tf_req_id=2d0f336c-bbd7-f608-abe6-d5d330201930 timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.761+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e1cd250f-1c21-b221-958f-94199b355bc2 tf_rpc=ReadResource @module=sdk.framework tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.761+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=98069bca-f5fc-2fc7-9b4b-8f4fddc43cf9 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.761+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=e1cd250f-1c21-b221-958f-94199b355bc2 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=bcrypt_hash timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.761+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=2d0f336c-bbd7-f608-abe6-d5d330201930 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.761+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=e1cd250f-1c21-b221-958f-94199b355bc2 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.761+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=c66af48f-5327-edef-98e0-0f6099e604b3 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:59:48.758+0200" +2025-07-11T08:59:48.761+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=98069bca-f5fc-2fc7-9b4b-8f4fddc43cf9 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:59:48.759+0200" +2025-07-11T08:59:48.761+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=random_password @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e1cd250f-1c21-b221-958f-94199b355bc2 tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.759+0200" +2025-07-11T08:59:48.761+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=override_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e1cd250f-1c21-b221-958f-94199b355bc2 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.759+0200" +2025-07-11T08:59:48.761+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=random_password tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e1cd250f-1c21-b221-958f-94199b355bc2 timestamp="2025-07-11T08:59:48.759+0200" +2025-07-11T08:59:48.761+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e1cd250f-1c21-b221-958f-94199b355bc2 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=numeric timestamp="2025-07-11T08:59:48.759+0200" +2025-07-11T08:59:48.761+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=special tf_req_id=e1cd250f-1c21-b221-958f-94199b355bc2 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:48.759+0200" +2025-07-11T08:59:48.761+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=min_upper tf_req_id=c66af48f-5327-edef-98e0-0f6099e604b3 tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.759+0200" +2025-07-11T08:59:48.761+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=c66af48f-5327-edef-98e0-0f6099e604b3 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.759+0200" +2025-07-11T08:59:48.762+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_lower tf_req_id=2d0f336c-bbd7-f608-abe6-d5d330201930 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.759+0200" +2025-07-11T08:59:48.762+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_req_id=2d0f336c-bbd7-f608-abe6-d5d330201930 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2025-07-11T08:59:48.759+0200" +2025-07-11T08:59:48.762+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=random_password tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=c66af48f-5327-edef-98e0-0f6099e604b3 tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.759+0200" +2025-07-11T08:59:48.762+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=c66af48f-5327-edef-98e0-0f6099e604b3 tf_resource_type=random_password tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=lower timestamp="2025-07-11T08:59:48.759+0200" +2025-07-11T08:59:48.762+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=min_special tf_req_id=c66af48f-5327-edef-98e0-0f6099e604b3 tf_resource_type=random_password timestamp="2025-07-11T08:59:48.760+0200" +2025-07-11T08:59:48.762+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=c66af48f-5327-edef-98e0-0f6099e604b3 tf_resource_type=random_password @module=sdk.framework tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:48.760+0200" +2025-07-11T08:59:48.762+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=bcrypt_hash tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=c66af48f-5327-edef-98e0-0f6099e604b3 tf_resource_type=random_password tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.760+0200" +2025-07-11T08:59:48.762+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=ReadResource tf_attribute_path=length tf_req_id=c66af48f-5327-edef-98e0-0f6099e604b3 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:48.760+0200" +2025-07-11T08:59:48.768+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:48 [INFO] Checking namespace redis +2025-07-11T08:59:48.768+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/redis tf_http_req_version=HTTP/1.1 tf_http_trans_id=60be0d4c-d5b7-43cd-bdb4-3c85e563b651 Accept="application/json, */*" Accept-Encoding=gzip @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_req_body="" tf_http_req_method=GET @module=kubernetes.Kubernetes timestamp="2025-07-11T08:59:48.768+0200" +2025-07-11T08:59:48.771+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:48.771+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:48.776+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T08:59:48.776+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=975298 +2025-07-11T08:59:48.776+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T08:59:48.790+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T08:59:48.790+0200" +2025-07-11T08:59:48.802+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T08:59:48.802+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin512025219 network=unix timestamp="2025-07-11T08:59:48.802+0200" +2025-07-11T08:59:48.810+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:48.811+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:48 [INFO] Checking namespace monitoring +2025-07-11T08:59:48.811+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:48 [INFO] Checking namespace mongodb +2025-07-11T08:59:48.811+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/monitoring @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_body="" tf_http_req_version=HTTP/1.1 @module=kubernetes.Kubernetes tf_http_op_type=request tf_http_req_method=GET Accept-Encoding=gzip tf_http_trans_id=d9157397-459f-62ad-db90-1ac2eb18ed28 timestamp="2025-07-11T08:59:48.811+0200" +2025-07-11T08:59:48.811+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @module=kubernetes.Kubernetes Accept="application/json, */*" tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/mongodb tf_http_trans_id=aef9da83-8a80-0c16-6140-425599e9dfe4 Accept-Encoding=gzip new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_body="" tf_http_req_version=HTTP/1.1 Host=rancher.bridge.fourlights.dev timestamp="2025-07-11T08:59:48.811+0200" +2025-07-11T08:59:48.812+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=aa816681-15c0-41f9-8294-d2e7bbc602a6 tf_rpc=ConfigureProvider timestamp="2025-07-11T08:59:48.812+0200" +2025-07-11T08:59:48.812+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm tf_req_id=aa816681-15c0-41f9-8294-d2e7bbc602a6 settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider timestamp="2025-07-11T08:59:48.812+0200" +2025-07-11T08:59:48.812+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=aa816681-15c0-41f9-8294-d2e7bbc602a6 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 timestamp="2025-07-11T08:59:48.812+0200" +2025-07-11T08:59:48.812+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:48 [INFO] Checking namespace postgresql +2025-07-11T08:59:48.812+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @module=kubernetes.Kubernetes tf_http_req_body="" tf_http_req_version=HTTP/1.1 Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request Host=rancher.bridge.fourlights.dev tf_http_req_method=GET Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/postgresql tf_http_trans_id=04278107-9195-58c2-3d8a-23c3d7088262 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 timestamp="2025-07-11T08:59:48.812+0200" +2025-07-11T08:59:48.812+0200 [DEBUG] ReferenceTransformer: "module.minio.helm_release.minio" references: [] +2025-07-11T08:59:48.816+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000000a80 Settings:0xc0004dc7e0 RegistryClient:0xc0004e0280 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 timestamp="2025-07-11T08:59:48.816+0200" +2025-07-11T08:59:48.816+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Current state before changes: {Atomic:false Chart:"longhorn" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"longhorn" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"v1.7.1","chart":"longhorn","first_deployed":1732547795,"last_deployed":1752215357,"name":"longhorn","namespace":"longhorn-system","notes":"Longhorn is now installed on the cluster!\n\nPlease wait a few minutes for other Longhorn components such as CSI deployments, Engine Images, and Instance Managers to be initialized.\n\nVisit our documentation at https://longhorn.io/docs/\n","revision":2,"values":"{\"csi\":{\"kubeletRootDir\":\"/var/lib/kubelet\"},\"defaultSettings\":{\"defaultDataLocality\":\"best-effort\",\"defaultDataPath\":\"/var/lib/longhorn/\",\"storageOverProvisioningPercentage\":90},\"enablePSP\":false,\"persistence\":{\"defaultClassReplicaCount\":1,\"defaultDataLocality\":\"best-effort\"},\"serviceMonitor\":{\"enabled\":true}}","version":"1.7.1"} Name:"longhorn" Namespace:"longhorn-system" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.longhorn.io" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"defaultSettings.defaultDataPath","type":"","value":"/var/lib/longhorn/"},{"name":"defaultSettings.defaultDataLocality","type":"","value":"best-effort"},{"name":"defaultSettings.storageOverProvisioningPercentage","type":"","value":"90"},{"name":"csi.kubeletRootDir","type":"","value":"/var/lib/kubelet"},{"name":"enablePSP","type":"","value":"false"},{"name":"serviceMonitor.enabled","type":"","value":"true"},{"name":"persistence.defaultClassReplicaCount","type":"","value":"1"},{"name":"persistence.defaultDataLocality","type":"","value":"best-effort"}] SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values: Verify:false Version:"1.7.1" Wait:true WaitForJobs:false}: @module=helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:877 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.816+0200" +2025-07-11T08:59:48.817+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: longhorn] Start: @module=helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1653 timestamp="2025-07-11T08:59:48.816+0200" +2025-07-11T08:59:48.817+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release timestamp="2025-07-11T08:59:48.816+0200" +2025-07-11T08:59:48.817+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm configPaths=[] tf_resource_type=helm_release timestamp="2025-07-11T08:59:48.817+0200" +2025-07-11T08:59:48.817+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:48.817+0200" +2025-07-11T08:59:48.817+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: longhorn getRelease post action created: tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 @module=helm tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc timestamp="2025-07-11T08:59:48.817+0200" +2025-07-11T08:59:49.329+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Audit-Id=db581c5b-8823-4ca8-91f4-359a7bee173f Content-Length=1231 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"postgresql","uid":"46aa35b4-b1f9-4a41-8246-7d98511837a8","resourceVersion":"109670601","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"postgresql"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Content-Type-Options=nosniff tf_http_res_status_reason="200 OK" Date="Fri, 11 Jul 2025 06:59:49 GMT" X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes Content-Type=application/json X-Api-Cattle-Auth=true tf_http_op_type=response tf_http_trans_id=04278107-9195-58c2-3d8a-23c3d7088262 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 timestamp="2025-07-11T08:59:49.328+0200" +2025-07-11T08:59:49.329+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Namespace postgresql exists +2025-07-11T08:59:49.329+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Reading namespace postgresql +2025-07-11T08:59:49.329+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Api-Cattle-Auth=true X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"mongodb","uid":"eae31e15-ed78-4956-9278-4c39b87a8842","resourceVersion":"2007792","creationTimestamp":"2024-11-29T19:03:50Z","labels":{"kubernetes.io/metadata.name":"mongodb"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2024-11-29T19:03:51Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2024-11-29T19:03:51Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2024-11-29T19:03:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2024-11-29T19:03:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" tf_http_trans_id=aef9da83-8a80-0c16-6140-425599e9dfe4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=9482b54f-2426-4190-88bc-b227e3b0ae62 Content-Type=application/json X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_op_type=response tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes Content-Length=1223 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:59:49 GMT" timestamp="2025-07-11T08:59:49.328+0200" +2025-07-11T08:59:49.329+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Namespace mongodb exists +2025-07-11T08:59:49.329+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Reading namespace mongodb +2025-07-11T08:59:49.329+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Date="Fri, 11 Jul 2025 06:59:49 GMT" X-Api-Cattle-Auth=true tf_http_op_type=response Audit-Id=32c29909-9e7d-42ef-b797-ea6a4cbd441f Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Content-Type-Options=nosniff tf_http_res_version=HTTP/2.0 Content-Type=application/json X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"zitadel","uid":"2624b1c4-feb9-4c7a-aa15-4d2f7f5b89de","resourceVersion":"109670602","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"zitadel"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_code=200 Content-Length=1225 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_reason="200 OK" tf_http_trans_id=e52ab113-fe36-afae-5031-d30656550726 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes timestamp="2025-07-11T08:59:49.328+0200" +2025-07-11T08:59:49.329+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Namespace zitadel exists +2025-07-11T08:59:49.329+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"redis","uid":"3728ddfb-bb3d-47de-bdd5-6cf6ee0b93b7","resourceVersion":"109670608","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"redis"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_code=200 Date="Fri, 11 Jul 2025 06:59:49 GMT" X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Content-Type-Options=nosniff new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes Content-Length=1221 Content-Type=application/json tf_http_trans_id=60be0d4c-d5b7-43cd-bdb4-3c85e563b651 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=07731c4f-6a79-4c1e-a367-adadc81dec40 X-Api-Cattle-Auth=true timestamp="2025-07-11T08:59:49.328+0200" +2025-07-11T08:59:49.329+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Namespace redis exists +2025-07-11T08:59:49.329+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Reading namespace redis +2025-07-11T08:59:49.329+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_method=GET tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/redis tf_http_req_body="" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_req_version=HTTP/1.1 Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=3d27437e-ce90-f547-3fb9-bf09e7bed3c3 @module=kubernetes.Kubernetes Accept="application/json, */*" Accept-Encoding=gzip timestamp="2025-07-11T08:59:49.329+0200" +2025-07-11T08:59:49.329+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Type=application/json @module=kubernetes.Kubernetes Audit-Id=ac2c90f6-7f7e-41c8-b52a-0367012779c8 Content-Length=194 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 + tf_http_res_body= + | {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"secrets \"bridge-tls\" not found","reason":"NotFound","details":{"name":"bridge-tls","kind":"secrets"},"code":404} + tf_http_res_status_code=404 tf_http_trans_id=564c066e-4b92-dfb3-75d0-17cf72c1bcef X-Api-Cattle-Auth=true new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_version=HTTP/2.0 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:59:49 GMT" X-Content-Type-Options=nosniff tf_http_op_type=response tf_http_res_status_reason="404 Not Found" timestamp="2025-07-11T08:59:49.328+0200" +2025-07-11T08:59:49.329+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Audit-Id=0dd36ffd-30a3-42ee-bdbc-7de0da0e303f Content-Type=application/json X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff tf_http_op_type=response + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"monitoring","uid":"4e752f54-5f50-4c50-9f26-9b0bc0d1b794","resourceVersion":"109681461","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"monitoring"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:58:49Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:58:49Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:58:48Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_reason="200 OK" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Date="Fri, 11 Jul 2025 06:59:49 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_version=HTTP/2.0 tf_http_trans_id=d9157397-459f-62ad-db90-1ac2eb18ed28 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=1231 tf_http_res_status_code=200 timestamp="2025-07-11T08:59:49.328+0200" +2025-07-11T08:59:49.329+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Namespace monitoring exists +2025-07-11T08:59:49.329+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Reading namespace monitoring +2025-07-11T08:59:49.329+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Host=rancher.bridge.fourlights.dev tf_http_req_method=GET tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/monitoring Accept="application/json, */*" Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_trans_id=9492ce88-b1e4-5147-6b49-8d8df00306cc @module=kubernetes.Kubernetes new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." timestamp="2025-07-11T08:59:49.329+0200" +2025-07-11T08:59:49.329+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_body="" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Accept-Encoding=gzip tf_http_req_method=GET Accept="application/json, */*" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/postgresql tf_http_req_version=HTTP/1.1 tf_http_trans_id=798d6a97-0b4d-0547-23bc-74747e23130c Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev timestamp="2025-07-11T08:59:49.329+0200" +2025-07-11T08:59:49.329+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev Accept-Encoding=gzip tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/mongodb tf_http_req_version=HTTP/1.1 tf_http_trans_id=8b8562e2-7772-600c-8e4e-02d5e6f3976a tf_http_op_type=request tf_http_req_method=GET @module=kubernetes.Kubernetes Accept="application/json, */*" timestamp="2025-07-11T08:59:49.329+0200" +2025-07-11T08:59:49.329+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Reading namespace zitadel +2025-07-11T08:59:49.330+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_method=GET tf_http_trans_id=8e0d0092-8fbf-93b9-75ab-0b96cf984d1d @module=kubernetes.Kubernetes Accept-Encoding=gzip new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_version=HTTP/1.1 Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request Host=rancher.bridge.fourlights.dev tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/zitadel @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 timestamp="2025-07-11T08:59:49.329+0200" +2025-07-11T08:59:49.329+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 X-Content-Type-Options=nosniff tf_http_op_type=response tf_http_res_status_code=200 tf_http_trans_id=affa1b77-e686-9169-bdf1-999731e49a49 @module=kubernetes.Kubernetes X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"argocd","uid":"8c7a5f8e-f333-455a-bc71-e979eafb6297","resourceVersion":"109670603","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"argocd"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_reason="200 OK" Audit-Id=20d715b4-c1f6-4ed5-b7f3-914019a1137e Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=1223 X-Api-Cattle-Auth=true Content-Type=application/json Date="Fri, 11 Jul 2025 06:59:49 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_version=HTTP/2.0 timestamp="2025-07-11T08:59:49.328+0200" +2025-07-11T08:59:49.330+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Namespace argocd exists +2025-07-11T08:59:49.330+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Reading namespace argocd +2025-07-11T08:59:49.330+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @module=kubernetes.Kubernetes Host=rancher.bridge.fourlights.dev tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/argocd @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET tf_http_trans_id=8817f4d5-7d75-1d78-fc0c-7b3c5f3933a8 User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_body="" tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T08:59:49.329+0200" +2025-07-11T08:59:49.332+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:49.333+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 id=974992 +2025-07-11T08:59:49.333+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:49.333+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.null_resource.health_check" references: [] +2025-07-11T08:59:49.338+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc00083c2a0 Settings:0xc000843440 RegistryClient:0xc0005c7600 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:49.338+0200" +2025-07-11T08:59:49.338+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Current state before changes: {Atomic:false Chart:"minio" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"minio" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"2025.3.12","chart":"minio","first_deployed":1732564007,"last_deployed":1752215358,"name":"minio","namespace":"minio","notes":"CHART NAME: minio\nCHART VERSION: 16.0.0\nAPP VERSION: 2025.3.12\n\nDid you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami for more information.\n\n** Please be patient while the chart is being deployed **\n\nMinIO® can be accessed via port on the following DNS name from within your cluster:\n\n minio.minio.svc.cluster.local\n\nTo get your credentials run:\n\n export ROOT_USER=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-user}\" | base64 -d)\n export ROOT_PASSWORD=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-password}\" | base64 -d)\n\nTo connect to your MinIO® server using a client:\n\n- Run a MinIO® Client pod and append the desired command (e.g. 'admin info'):\n\n kubectl run --namespace minio minio-client \\\n --rm --tty -i --restart='Never' \\\n --env MINIO_SERVER_ROOT_USER=$ROOT_USER \\\n --env MINIO_SERVER_ROOT_PASSWORD=$ROOT_PASSWORD \\\n --env MINIO_SERVER_HOST=minio \\\n --image docker.io/bitnami/minio-client:2025.3.12-debian-12-r0 -- admin info minio\n\nTo access the MinIO® web UI:\n\n- Get the MinIO® URL:\n\n You should be able to access your new MinIO® web UI through\n\n http://storage-admin.365zon.fourlights.dev/minio/\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"apiIngress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"auth\":{\"rootPassword\":\"(sensitive value)\",\"rootUser\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage-admin.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"mode\":\"standalone\",\"persistence\":{\"size\":\"40Gi\"},\"resourcesPreset\":\"nano\",\"statefulset\":{\"drivesPerNode\":2,\"replicaCount\":1},\"tls\":{\"enabled\":false}}","version":"16.0.0"} Name:"minio" Namespace:"minio" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"mode","type":"","value":"standalone"},{"name":"resourcesPreset","type":"","value":"nano"},{"name":"statefulset.replicaCount","type":"","value":"1"},{"name":"statefulset.drivesPerNode","type":"","value":"2"},{"name":"persistence.size","type":"","value":"40Gi"}] SetList: SetSensitive:[{"name":"auth.rootUser","type":,"value":"Xg6VDlh9GVliFdnWnVec"},{"name":"auth.rootPassword","type":,"value":"j!4VaGixfD6f*nam7EeC0Sa*OogSqYA=cinX9bPj"}] SkipCrds:false Status:"deployed" Timeout:300 Values:["tls:\n enabled: false\n\ningress:\n enabled: true\n tls: false\n ingressClassName: nginx\n hostname: storage-admin.365zon.fourlights.dev\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n \n ingress.kubernetes.io/proxy-body-size: \"0\"\n nginx.ingress.kubernetes.io/proxy-body-size: \"0\"\n \n \n\napiIngress:\n enabled: true\n ingressClassName: nginx\n tls: false\n hostname: storage.365zon.fourlights.dev\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n \n ingress.kubernetes.io/proxy-body-size: \"0\"\n nginx.ingress.kubernetes.io/proxy-body-size: \"0\"\n \n"] Verify:false Version:"16.0.0" Wait:true WaitForJobs:true}: tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:877 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_rpc=ReadResource timestamp="2025-07-11T08:59:49.338+0200" +2025-07-11T08:59:49.338+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: minio] Start: tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1653 timestamp="2025-07-11T08:59:49.338+0200" +2025-07-11T08:59:49.338+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 KubernetesData=map[] tf_resource_type=helm_release timestamp="2025-07-11T08:59:49.338+0200" +2025-07-11T08:59:49.338+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:49.338+0200" +2025-07-11T08:59:49.338+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:49.338+0200" +2025-07-11T08:59:49.338+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: minio getRelease post action created: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 tf_rpc=ReadResource timestamp="2025-07-11T08:59:49.338+0200" +2025-07-11T08:59:49.470+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_reason="200 OK" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Type=application/json X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_code=200 @module=kubernetes.Kubernetes Audit-Id=8e7d4f4f-616b-48e9-8c01-82363b45fba6 tf_http_op_type=response tf_http_trans_id=798d6a97-0b4d-0547-23bc-74747e23130c Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Api-Cattle-Auth=true + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"postgresql","uid":"46aa35b4-b1f9-4a41-8246-7d98511837a8","resourceVersion":"109670601","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"postgresql"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_version=HTTP/2.0 Content-Length=1231 Date="Fri, 11 Jul 2025 06:59:49 GMT" timestamp="2025-07-11T08:59:49.470+0200" +2025-07-11T08:59:49.470+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"postgresql", GenerateName:"", Namespace:"", SelfLink:"", UID:"46aa35b4-b1f9-4a41-8246-7d98511837a8", ResourceVersion:"109670601", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"postgresql"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000aa9218), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000aa9248), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:59:49.470+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes X-Content-Type-Options=nosniff Audit-Id=006dc889-21fa-4e6b-9d30-1223c7a5851f Date="Fri, 11 Jul 2025 06:59:49 GMT" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_code=200 Content-Length=1223 X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_reason="200 OK" tf_http_trans_id=8817f4d5-7d75-1d78-fc0c-7b3c5f3933a8 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json tf_http_op_type=response + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"argocd","uid":"8c7a5f8e-f333-455a-bc71-e979eafb6297","resourceVersion":"109670603","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"argocd"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_version=HTTP/2.0 timestamp="2025-07-11T08:59:49.470+0200" +2025-07-11T08:59:49.470+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"argocd", GenerateName:"", Namespace:"", SelfLink:"", UID:"8c7a5f8e-f333-455a-bc71-e979eafb6297", ResourceVersion:"109670603", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"argocd"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000d8b470), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000d8b4a0), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:59:49.470+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Audit-Id=7735cea6-8c90-4ee9-b883-31806c9b0c55 Content-Type=application/json new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 Date="Fri, 11 Jul 2025 06:59:49 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 Content-Length=1225 X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff tf_http_res_status_code=200 tf_http_trans_id=8e0d0092-8fbf-93b9-75ab-0b96cf984d1d @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"zitadel","uid":"2624b1c4-feb9-4c7a-aa15-4d2f7f5b89de","resourceVersion":"109670602","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"zitadel"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + @module=kubernetes.Kubernetes timestamp="2025-07-11T08:59:49.470+0200" +2025-07-11T08:59:49.470+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"zitadel", GenerateName:"", Namespace:"", SelfLink:"", UID:"2624b1c4-feb9-4c7a-aa15-4d2f7f5b89de", ResourceVersion:"109670602", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"zitadel"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000d15db8), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000d15de8), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:59:49.470+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=1223 X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff tf_http_op_type=response tf_http_res_version=HTTP/2.0 Content-Type=application/json tf_http_res_status_reason="200 OK" tf_http_trans_id=8b8562e2-7772-600c-8e4e-02d5e6f3976a Audit-Id=4cacb611-2ae4-48f2-9e7e-721b71a331f3 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Date="Fri, 11 Jul 2025 06:59:49 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"mongodb","uid":"eae31e15-ed78-4956-9278-4c39b87a8842","resourceVersion":"2007792","creationTimestamp":"2024-11-29T19:03:50Z","labels":{"kubernetes.io/metadata.name":"mongodb"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2024-11-29T19:03:51Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2024-11-29T19:03:51Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2024-11-29T19:03:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2024-11-29T19:03:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_code=200 timestamp="2025-07-11T08:59:49.470+0200" +2025-07-11T08:59:49.470+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=42bb51d1-ad3b-40ac-86b0-94f2feac89ce + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"monitoring","uid":"4e752f54-5f50-4c50-9f26-9b0bc0d1b794","resourceVersion":"109681461","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"monitoring"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:58:49Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:58:49Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:58:48Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 tf_http_trans_id=9492ce88-b1e4-5147-6b49-8d8df00306cc Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=1231 Content-Type=application/json X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 Date="Fri, 11 Jul 2025 06:59:49 GMT" X-Api-Cattle-Auth=true tf_http_op_type=response @module=kubernetes.Kubernetes X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_reason="200 OK" timestamp="2025-07-11T08:59:49.470+0200" +2025-07-11T08:59:49.471+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"monitoring", GenerateName:"", Namespace:"", SelfLink:"", UID:"4e752f54-5f50-4c50-9f26-9b0bc0d1b794", ResourceVersion:"109681461", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"monitoring"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:58:49Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:58:49Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000c4d3c8), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 58, 48, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000c4d3f8), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:59:49.470+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:59:49 GMT" X-Api-Cattle-Auth=true tf_http_op_type=response + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"redis","uid":"3728ddfb-bb3d-47de-bdd5-6cf6ee0b93b7","resourceVersion":"109670608","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"redis"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + Content-Length=1221 X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Audit-Id=0be450ae-ea9a-41d8-b96f-b578363fd9ce new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=3d27437e-ce90-f547-3fb9-bf09e7bed3c3 Content-Type=application/json X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_code=200 timestamp="2025-07-11T08:59:49.470+0200" +2025-07-11T08:59:49.471+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"redis", GenerateName:"", Namespace:"", SelfLink:"", UID:"3728ddfb-bb3d-47de-bdd5-6cf6ee0b93b7", ResourceVersion:"109670608", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"redis"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:16Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000c97ad0), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000c97b00), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:59:49.471+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"mongodb", GenerateName:"", Namespace:"", SelfLink:"", UID:"eae31e15-ed78-4956-9278-4c39b87a8842", ResourceVersion:"2007792", Generation:0, CreationTimestamp:time.Date(2024, time.November, 29, 20, 3, 50, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"mongodb"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2024-11-29T19:03:51Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2024-11-29T19:03:51Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2024, time.November, 29, 20, 3, 50, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000d16468), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2024, time.November, 29, 20, 3, 50, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000d16498), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:59:49.473+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.argocd.kubernetes_namespace.argocd, 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute +2025-07-11T08:59:49.473+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.mongodb.kubernetes_namespace.mongodb, 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute +2025-07-11T08:59:49.473+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.redis.kubernetes_namespace.redis, 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute +2025-07-11T08:59:49.473+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.monitoring.kubernetes_namespace.monitoring, 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:59:49.473+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.postgresql.kubernetes_namespace.postgresql[0], 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute +2025-07-11T08:59:49.473+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_secret.argocd-tls" references: [] +2025-07-11T08:59:49.473+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.zitadel.kubernetes_namespace.zitadel[0], 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute +2025-07-11T08:59:49.474+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_secret.redis" references: [] +2025-07-11T08:59:49.474+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth" references: [] +2025-07-11T08:59:49.474+0200 [DEBUG] ReferenceTransformer: "module.redis.helm_release.redis" references: [] +2025-07-11T08:59:49.474+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_secret.zitadel[0]" references: [] +2025-07-11T08:59:49.474+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_secret.postgresql_auth[0]" references: [] +2025-07-11T08:59:49.476+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Checking secret redis +2025-07-11T08:59:49.476+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Checking secret argocd-tls +2025-07-11T08:59:49.476+0200 [DEBUG] provider.terraform-provider-null_v3.2.4_x5: Value switched to prior value due to semantic equality logic: tf_resource_type=null_resource tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/null tf_req_id=b976aeda-1964-f7d1-65b7-63ff64657065 @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:49.476+0200" +2025-07-11T08:59:49.476+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/argocd/secrets/argocd-tls Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev tf_http_op_type=request tf_http_req_version=HTTP/1.1 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" tf_http_req_method=GET tf_http_trans_id=acbc92fe-c12a-dd73-aa37-a39e491dc256 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" timestamp="2025-07-11T08:59:49.476+0200" +2025-07-11T08:59:49.476+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept="application/json, */*" tf_http_op_type=request tf_http_req_body="" tf_http_req_version=HTTP/1.1 tf_http_trans_id=e514e071-b371-95ed-ffdf-5420e86579f2 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_method=GET Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/redis/secrets/redis Accept-Encoding=gzip timestamp="2025-07-11T08:59:49.476+0200" +2025-07-11T08:59:49.476+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Checking secret prometheus-remote-write-auth +2025-07-11T08:59:49.476+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Checking secret zitadel +2025-07-11T08:59:49.476+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev tf_http_op_type=request tf_http_trans_id=0fb2cdbd-a4e3-c03d-3f8f-0a7783cce621 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_body="" tf_http_req_method=GET Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/monitoring/secrets/prometheus-remote-write-auth @module=kubernetes.Kubernetes tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T08:59:49.476+0200" +2025-07-11T08:59:49.476+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @module=kubernetes.Kubernetes Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/zitadel/secrets/zitadel @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_trans_id=9d037240-18d5-eb9b-5150-63b2fa74adf8 Accept-Encoding=gzip tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T08:59:49.476+0200" +2025-07-11T08:59:49.478+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000a007e0 Settings:0xc00079c240 RegistryClient:0xc0007a0380 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_rpc=ReadResource tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d timestamp="2025-07-11T08:59:49.478+0200" +2025-07-11T08:59:49.478+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Current state before changes: {Atomic:false Chart:"redis" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"redis" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"7.4.1","chart":"redis","first_deployed":1752215366,"last_deployed":1752215366,"name":"redis","namespace":"redis","notes":"CHART NAME: redis\nCHART VERSION: 20.1.7\nAPP VERSION: 7.4.1\n\n** Please be patient while the chart is being deployed **\n\nRedis® can be accessed via port 6379 on the following DNS name from within your cluster:\n\n redis-master.redis.svc.cluster.local\n\n\n\nTo get your password run:\n\n export REDIS_PASSWORD=$(kubectl get secret --namespace redis redis -o jsonpath=\"{.data.redis-password}\" | base64 -d)\n\nTo connect to your Redis® server:\n\n1. Run a Redis® pod that you can use as a client:\n\n kubectl run --namespace redis redis-client --restart='Never' --env REDIS_PASSWORD=$REDIS_PASSWORD --image docker.io/bitnami/redis:7.4.1-debian-12-r0 --command -- sleep infinity\n\n Use the following command to attach to the pod:\n\n kubectl exec --tty -i redis-client \\\n --namespace redis -- bash\n\n2. Connect using the Redis® CLI:\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h redis-master\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace redis svc/redis-master 6379:6379 &\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h 127.0.0.1 -p 6379\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - replica.resources\n - master.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"architecture\":\"standalone\",\"auth\":{\"enabled\":true,\"existingSecret\":\"redis\",\"existingSecretPasswordKey\":\"redis-password\"},\"master\":{\"persistence\":{\"size\":\"6Gi\"}},\"metrics\":{\"enabled\":false}}","version":"20.1.7"} Name:"redis" Namespace:"redis" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["metrics:\n enabled: false\n\narchitecture: standalone\n\nauth:\n enabled: true\n existingSecret: redis\n existingSecretPasswordKey: 'redis-password'\n\nmaster:\n persistence:\n size: 6Gi\n"] Verify:false Version:"20.1.7" Wait:true WaitForJobs:true}: tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:877 tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:49.478+0200" +2025-07-11T08:59:49.478+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: redis] Start: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1653 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d @module=helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:49.478+0200" +2025-07-11T08:59:49.478+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 KubernetesData=map[] timestamp="2025-07-11T08:59:49.478+0200" +2025-07-11T08:59:49.478+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release @module=helm tf_rpc=ReadResource timestamp="2025-07-11T08:59:49.478+0200" +2025-07-11T08:59:49.478+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_rpc=ReadResource timestamp="2025-07-11T08:59:49.478+0200" +2025-07-11T08:59:49.479+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: redis getRelease post action created: tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 @module=helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:49.478+0200" +2025-07-11T08:59:49.479+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Checking secret postgresql-auth +2025-07-11T08:59:49.479+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" tf_http_trans_id=a3d0a69a-ae43-8bf9-07e3-fd6854ce59ea @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Accept="application/json, */*" tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/postgresql/secrets/postgresql-auth Host=rancher.bridge.fourlights.dev tf_http_req_method=GET tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T08:59:49.479+0200" +2025-07-11T08:59:49.629+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Audit-Id=4d7dcfa7-f966-4f6f-a6fa-80ae0856b4fb Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 06:59:49 GMT" + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"redis","namespace":"redis","uid":"8025a40f-6901-4ee8-92bb-bfaf43082625","resourceVersion":"109670611","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:redis-password":{}},"f:type":{}}}]},"data":{"redis-password":"ZVNPZkw0R1JGYmNEQDVJM0ZiJTBCT1dIS3NjelVySnI="},"type":"Opaque"} + tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff tf_http_op_type=response tf_http_res_status_reason="200 OK" Content-Length=491 Content-Type=application/json X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=e514e071-b371-95ed-ffdf-5420e86579f2 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 timestamp="2025-07-11T08:59:49.629+0200" +2025-07-11T08:59:49.629+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Content-Length=601 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"postgresql-auth","namespace":"postgresql","uid":"02e1e77a-2f52-472a-9f4e-58998a742cff","resourceVersion":"109670606","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:password":{},"f:rootpassword":{}},"f:type":{}}}]},"data":{"password":"NnspTnVjM3RaZU5SMFs/cVRmeGwoKmkwXWctP2tiM259S2U0X1V1eg==","rootpassword":"UHZ3TUl7THpuVmFTPHFfWyhyWEQwcF1jPl9XLTExMiRJWmZkQUgyUQ=="},"type":"generic"} + Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] tf_http_trans_id=a3d0a69a-ae43-8bf9-07e3-fd6854ce59ea Audit-Id=2dcff934-fe38-4711-9b38-15b860acbcf8 Date="Fri, 11 Jul 2025 06:59:49 GMT" X-Api-Cattle-Auth=true tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Content-Type=application/json X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_reason="200 OK" timestamp="2025-07-11T08:59:49.629+0200" +2025-07-11T08:59:49.629+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_res_version=HTTP/2.0 Content-Length=384 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"argocd-tls","namespace":"argocd","uid":"104b95c0-233e-4544-b94c-310faf05fc16","resourceVersion":"109670604","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:type":{}}}]},"type":"Opaque"} + X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=01f3cd26-297b-4502-adff-aee45b05424f Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] tf_http_trans_id=acbc92fe-c12a-dd73-aa37-a39e491dc256 Date="Fri, 11 Jul 2025 06:59:49 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_status_code=200 @module=kubernetes.Kubernetes Content-Type=application/json tf_http_op_type=response tf_http_res_status_reason="200 OK" timestamp="2025-07-11T08:59:49.629+0200" +2025-07-11T08:59:49.629+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Content-Type-Options=nosniff tf_http_trans_id=9d037240-18d5-eb9b-5150-63b2fa74adf8 @module=kubernetes.Kubernetes tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"zitadel","namespace":"zitadel","uid":"82dac3ea-12ea-4359-ba5c-04454217d607","resourceVersion":"109670607","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:masterkey":{}},"f:type":{}}}]},"data":{"masterkey":"Tm5nTm1VZmYleFZtc01IeUExbXktPk9lW04mRyFkKTo="},"type":"Opaque"} + tf_http_res_status_reason="200 OK" Content-Length=485 Content-Type=application/json X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_code=200 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=96c79ab6-31c9-4c37-b39e-b1564434914b Date="Fri, 11 Jul 2025 06:59:49 GMT" tf_http_res_version=HTTP/2.0 timestamp="2025-07-11T08:59:49.629+0200" +2025-07-11T08:59:49.630+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes tf_http_op_type=response tf_http_res_status_code=200 X-Api-Cattle-Auth=true X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 Audit-Id=54ba1278-5d35-4d4c-a1f0-2bc79272e7f9 Content-Length=537 Content-Type=application/json Date="Fri, 11 Jul 2025 06:59:49 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"prometheus-remote-write-auth","namespace":"monitoring","uid":"15a01c82-9a5b-4f4f-8a35-8710850a1aea","resourceVersion":"109670609","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:password":{},"f:username":{}},"f:type":{}}}]},"data":{"password":"eW91ci1zZWN1cmUtcGFzc3dvcmQ=","username":"cHJvbWV0aGV1cw=="},"type":"Opaque"} + tf_http_trans_id=0fb2cdbd-a4e3-c03d-3f8f-0a7783cce621 X-Content-Type-Options=nosniff @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] tf_http_res_status_reason="200 OK" timestamp="2025-07-11T08:59:49.629+0200" +2025-07-11T08:59:49.630+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Reading secret postgresql-auth +2025-07-11T08:59:49.630+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Reading secret argocd-tls +2025-07-11T08:59:49.630+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Reading secret redis +2025-07-11T08:59:49.630+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Reading secret zitadel +2025-07-11T08:59:49.630+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Reading secret prometheus-remote-write-auth +2025-07-11T08:59:49.630+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_op_type=request tf_http_req_body="" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=c1f27345-5d92-decb-196d-30acff41f3ec Accept="application/json, */*" Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/redis/secrets/redis tf_http_req_version=HTTP/1.1 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_method=GET @module=kubernetes.Kubernetes Host=rancher.bridge.fourlights.dev timestamp="2025-07-11T08:59:49.630+0200" +2025-07-11T08:59:49.630+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @module=kubernetes.Kubernetes tf_http_op_type=request tf_http_req_method=GET tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept-Encoding=gzip tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/argocd/secrets/argocd-tls Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=b2e8f044-5ba2-f5e2-7ed3-d9a19ac08f1c timestamp="2025-07-11T08:59:49.630+0200" +2025-07-11T08:59:49.630+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_op_type=request tf_http_req_body="" tf_http_trans_id=211128ef-2903-7dc9-0811-40190ccc8eaf Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/postgresql/secrets/postgresql-auth tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" Accept="application/json, */*" timestamp="2025-07-11T08:59:49.630+0200" +2025-07-11T08:59:49.630+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/monitoring/secrets/prometheus-remote-write-auth @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=d5cbd18f-a5d4-d901-41a9-311dc7cbe204 @module=kubernetes.Kubernetes User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_req_body="" Accept-Encoding=gzip tf_http_req_method=GET tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T08:59:49.630+0200" +2025-07-11T08:59:49.630+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_method=GET tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/zitadel/secrets/zitadel tf_http_req_version=HTTP/1.1 @module=kubernetes.Kubernetes Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_body="" Accept="application/json, */*" Accept-Encoding=gzip tf_http_trans_id=867b5b16-6da3-29b4-1de4-78bd735c2346 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 timestamp="2025-07-11T08:59:49.630+0200" +2025-07-11T08:59:49.773+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_trans_id=c1f27345-5d92-decb-196d-30acff41f3ec @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"redis","namespace":"redis","uid":"8025a40f-6901-4ee8-92bb-bfaf43082625","resourceVersion":"109670611","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:redis-password":{}},"f:type":{}}}]},"data":{"redis-password":"ZVNPZkw0R1JGYmNEQDVJM0ZiJTBCT1dIS3NjelVySnI="},"type":"Opaque"} + tf_http_res_status_code=200 Audit-Id=e4cff386-1ad3-468d-921a-a5c8d4bcbcc3 Content-Length=491 Content-Type=application/json tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes X-Api-Cattle-Auth=true new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." Date="Fri, 11 Jul 2025 06:59:49 GMT" X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response timestamp="2025-07-11T08:59:49.773+0200" +2025-07-11T08:59:49.773+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Received secret: v1.ObjectMeta{Name:"redis", GenerateName:"", Namespace:"redis", SelfLink:"", UID:"8025a40f-6901-4ee8-92bb-bfaf43082625", ResourceVersion:"109670611", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000bdb608), Subresource:""}}} +2025-07-11T08:59:49.773+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"postgresql-auth","namespace":"postgresql","uid":"02e1e77a-2f52-472a-9f4e-58998a742cff","resourceVersion":"109670606","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:password":{},"f:rootpassword":{}},"f:type":{}}}]},"data":{"password":"NnspTnVjM3RaZU5SMFs/cVRmeGwoKmkwXWctP2tiM259S2U0X1V1eg==","rootpassword":"UHZ3TUl7THpuVmFTPHFfWyhyWEQwcF1jPl9XLTExMiRJWmZkQUgyUQ=="},"type":"generic"} + tf_http_res_version=HTTP/2.0 tf_http_trans_id=211128ef-2903-7dc9-0811-40190ccc8eaf Audit-Id=277da5d4-b9d6-4f18-906a-ef338e7f84e6 X-Content-Type-Options=nosniff @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=601 Date="Fri, 11 Jul 2025 06:59:49 GMT" X-Api-Cattle-Auth=true X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Type=application/json X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 timestamp="2025-07-11T08:59:49.773+0200" +2025-07-11T08:59:49.773+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Received secret: v1.ObjectMeta{Name:"postgresql-auth", GenerateName:"", Namespace:"postgresql", SelfLink:"", UID:"02e1e77a-2f52-472a-9f4e-58998a742cff", ResourceVersion:"109670606", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000cc4c60), Subresource:""}}} +2025-07-11T08:59:49.773+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"argocd-tls","namespace":"argocd","uid":"104b95c0-233e-4544-b94c-310faf05fc16","resourceVersion":"109670604","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:type":{}}}]},"type":"Opaque"} + @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 tf_http_res_status_reason="200 OK" tf_http_trans_id=b2e8f044-5ba2-f5e2-7ed3-d9a19ac08f1c X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 Audit-Id=5fdc057c-7d26-428e-b288-3a961787e7ee Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=384 Date="Fri, 11 Jul 2025 06:59:49 GMT" X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff @module=kubernetes.Kubernetes Content-Type=application/json new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." timestamp="2025-07-11T08:59:49.773+0200" +2025-07-11T08:59:49.774+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Received secret: v1.ObjectMeta{Name:"argocd-tls", GenerateName:"", Namespace:"argocd", SelfLink:"", UID:"104b95c0-233e-4544-b94c-310faf05fc16", ResourceVersion:"109670604", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc00122e2a0), Subresource:""}}} +2025-07-11T08:59:49.773+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:59:49 [ERROR] setting state: expires: '' expected type 'string', got unconvertible type 'time.Time', value: '0001-01-01 00:00:00 +0000 UTC': timestamp="2025-07-11T08:59:49.773+0200" +2025-07-11T08:59:49.774+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:59:49 [ERROR] setting state: last_modified: '' expected type 'string', got unconvertible type 'time.Time', value: '2024-11-25 13:55:45 +0000 UTC': timestamp="2025-07-11T08:59:49.773+0200" +2025-07-11T08:59:49.774+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Date="Fri, 11 Jul 2025 06:59:49 GMT" tf_http_res_version=HTTP/2.0 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] tf_http_res_status_code=200 tf_http_trans_id=867b5b16-6da3-29b4-1de4-78bd735c2346 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Audit-Id=53b29669-c369-4fb5-ad8c-6aa46f45b86f Content-Length=485 X-Content-Type-Options=nosniff new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response tf_http_res_status_reason="200 OK" Content-Type=application/json X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"zitadel","namespace":"zitadel","uid":"82dac3ea-12ea-4359-ba5c-04454217d607","resourceVersion":"109670607","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:masterkey":{}},"f:type":{}}}]},"data":{"masterkey":"Tm5nTm1VZmYleFZtc01IeUExbXktPk9lW04mRyFkKTo="},"type":"Opaque"} + timestamp="2025-07-11T08:59:49.774+0200" +2025-07-11T08:59:49.774+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Received secret: v1.ObjectMeta{Name:"zitadel", GenerateName:"", Namespace:"zitadel", SelfLink:"", UID:"82dac3ea-12ea-4359-ba5c-04454217d607", ResourceVersion:"109670607", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001295158), Subresource:""}}} +2025-07-11T08:59:49.774+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Audit-Id=289c15a5-ed5d-492d-92c8-2605f9551e6d Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json X-Content-Type-Options=nosniff new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"prometheus-remote-write-auth","namespace":"monitoring","uid":"15a01c82-9a5b-4f4f-8a35-8710850a1aea","resourceVersion":"109670609","creationTimestamp":"2025-07-11T06:29:15Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:password":{},"f:username":{}},"f:type":{}}}]},"data":{"password":"eW91ci1zZWN1cmUtcGFzc3dvcmQ=","username":"cHJvbWV0aGV1cw=="},"type":"Opaque"} + Date="Fri, 11 Jul 2025 06:59:49 GMT" tf_http_res_version=HTTP/2.0 tf_http_trans_id=d5cbd18f-a5d4-d901-41a9-311dc7cbe204 @module=kubernetes.Kubernetes X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_reason="200 OK" Content-Length=537 X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_op_type=response tf_http_res_status_code=200 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 timestamp="2025-07-11T08:59:49.774+0200" +2025-07-11T08:59:49.774+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:49 [INFO] Received secret: v1.ObjectMeta{Name:"prometheus-remote-write-auth", GenerateName:"", Namespace:"monitoring", SelfLink:"", UID:"15a01c82-9a5b-4f4f-8a35-8710850a1aea", ResourceVersion:"109670609", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0010a4600), Subresource:""}}} +2025-07-11T08:59:49.774+0200 [DEBUG] created provider logger: level=debug +2025-07-11T08:59:49.774+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T08:59:49.779+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T08:59:49.779+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=975331 +2025-07-11T08:59:49.779+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T08:59:49.786+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T08:59:49.786+0200" +2025-07-11T08:59:49.786+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: longhorn getRelease post run: tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 @module=helm timestamp="2025-07-11T08:59:49.786+0200" +2025-07-11T08:59:49.786+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: longhorn getRelease completed: tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm timestamp="2025-07-11T08:59:49.786+0200" +2025-07-11T08:59:49.786+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: longhorn] Done: @module=helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1668 timestamp="2025-07-11T08:59:49.786+0200" +2025-07-11T08:59:49.786+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseRead: longhorn] Started: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:899 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:49.786+0200" +2025-07-11T08:59:49.787+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:49.786+0200" +2025-07-11T08:59:49.787+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: configPaths=[] tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 timestamp="2025-07-11T08:59:49.787+0200" +2025-07-11T08:59:49.787+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release timestamp="2025-07-11T08:59:49.787+0200" +2025-07-11T08:59:49.787+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: longhorn getRelease post action created: tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:49.787+0200" +2025-07-11T08:59:49.813+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T08:59:49.813+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin1259736474 network=unix timestamp="2025-07-11T08:59:49.813+0200" +2025-07-11T08:59:49.826+0200 [WARN] ValidateProviderConfig from "module.tenant-365zon.module.minio.provider[\"registry.terraform.io/aminueza/minio\"]" changed the config value, but that value is unused +2025-07-11T08:59:49.826+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:59:49 [DEBUG] MinIO SSL client transport configured successfully: timestamp="2025-07-11T08:59:49.826+0200" +2025-07-11T08:59:49.827+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay" references: [] +2025-07-11T08:59:49.827+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay" references: [] +2025-07-11T08:59:49.827+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.monitoring.kubernetes_secret.prometheus_remote_write_auth, 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .immutable: planned value cty.False for a non-computed attribute + - .type: planned value cty.StringVal("Opaque") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute +2025-07-11T08:59:49.827+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.redis.kubernetes_secret.redis, 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: + - .immutable: planned value cty.False for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:59:49.827+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.zitadel.kubernetes_secret.zitadel[0], 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: + - .immutable: planned value cty.False for a non-computed attribute + - .type: planned value cty.StringVal("Opaque") for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute +2025-07-11T08:59:49.828+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:49.828+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.postgresql.kubernetes_secret.postgresql_auth[0], 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: + - .immutable: planned value cty.False for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute +2025-07-11T08:59:49.828+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.argocd.kubernetes_secret.argocd-tls, 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: + - .immutable: planned value cty.False for a non-computed attribute + - .type: planned value cty.StringVal("Opaque") for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:59:49.829+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 id=974957 +2025-07-11T08:59:49.829+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:49.829+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:49.830+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=974980 +2025-07-11T08:59:49.830+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:49.830+0200 [DEBUG] ReferenceTransformer: "module.postgresql.helm_release.postgresql[0]" references: [] +2025-07-11T08:59:49.830+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:49.832+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=975173 +2025-07-11T08:59:49.832+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:49.832+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:49.833+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=975039 +2025-07-11T08:59:49.833+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:49.834+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:49.835+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=975234 +2025-07-11T08:59:49.835+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:49.835+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:49.836+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=975203 +2025-07-11T08:59:49.836+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:49.836+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:59:49 [DEBUG] Reading bucket [365zon2] in region [eu-central-1]: timestamp="2025-07-11T08:59:49.836+0200" +2025-07-11T08:59:49.840+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0008f62a0 Settings:0xc0008fd440 RegistryClient:0xc0006d3600 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:49.839+0200" +2025-07-11T08:59:49.840+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Current state before changes: {Atomic:false Chart:"postgresql" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"postgresql" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"17.0.0","chart":"postgresql","first_deployed":1752215369,"last_deployed":1752215369,"name":"postgresql","namespace":"postgresql","notes":"CHART NAME: postgresql\nCHART VERSION: 16.0.5\nAPP VERSION: 17.0.0\n\n** Please be patient while the chart is being deployed **\n\nWARNING: PostgreSQL has been configured without authentication, this is not recommended for production environments.\n\nPostgreSQL can be accessed via port 5432 on the following DNS names from within your cluster:\n\n postgresql.postgresql.svc.cluster.local - Read/Write connection\n\nTo get the password for \"postgres\" run:\n\n export POSTGRES_ADMIN_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.rootpassword}\" | base64 -d)\n\nTo get the password for \"bridge\" run:\n\n export POSTGRES_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.password}\" | base64 -d)\n\nTo connect to your database run the following command:\n\n kubectl run postgresql-client --rm --tty -i --restart='Never' --namespace postgresql --image docker.io/bitnami/postgresql:17.0.0-debian-12-r6 \\\n --command -- psql --host postgresql -d postgres -p 5432\n\n > NOTE: If you access the container using bash, make sure that you execute \"/opt/bitnami/scripts/postgresql/entrypoint.sh /bin/bash\" in order to avoid the error \"psql: local user with ID 1001} does not exist\"\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace postgresql svc/postgresql 5432:5432 &\n psql --host 127.0.0.1 -d postgres -p 5432\n\nWARNING: The configured password will be ignored on new installation in case when previous PostgreSQL release was deleted through the helm command. In that case, old PVC will have an old password, and setting it through helm won't take effect. Deleting persistent volumes (PVs) will solve the issue.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - primary.resources\n - readReplicas.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"auth\":{\"existingSecret\":\"postgresql-auth\",\"secretKeys\":{\"adminPasswordKey\":\"rootpassword\",\"userPasswordKey\":\"password\"},\"username\":\"bridge\"}}","version":"16.0.5"} Name:"postgresql" Namespace:"postgresql" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["auth:\n existingSecret: postgresql-auth\n username: bridge\n secretKeys:\n adminPasswordKey: rootpassword\n userPasswordKey: password\n"] Verify:false Version:"16.0.5" Wait:true WaitForJobs:false}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:877 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 timestamp="2025-07-11T08:59:49.840+0200" +2025-07-11T08:59:49.840+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: postgresql] Start: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1653 tf_resource_type=helm_release tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 timestamp="2025-07-11T08:59:49.840+0200" +2025-07-11T08:59:49.840+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm tf_resource_type=helm_release KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_rpc=ReadResource timestamp="2025-07-11T08:59:49.840+0200" +2025-07-11T08:59:49.840+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @module=helm configPaths=[] tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_rpc=ReadResource timestamp="2025-07-11T08:59:49.840+0200" +2025-07-11T08:59:49.840+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:49.840+0200" +2025-07-11T08:59:49.840+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: postgresql getRelease post action created: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 @module=helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:49.840+0200" +2025-07-11T08:59:50.126+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: longhorn getRelease post run: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release @module=helm timestamp="2025-07-11T08:59:50.126+0200" +2025-07-11T08:59:50.126+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: longhorn getRelease completed: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.126+0200" +2025-07-11T08:59:50.126+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"v1.7.1","chart":"longhorn","first_deployed":1732547795,"last_deployed":1752215357,"name":"longhorn","namespace":"longhorn-system","notes":"Longhorn is now installed on the cluster!\n\nPlease wait a few minutes for other Longhorn components such as CSI deployments, Engine Images, and Instance Managers to be initialized.\n\nVisit our documentation at https://longhorn.io/docs/\n","revision":2,"values":"{\"csi\":{\"kubeletRootDir\":\"/var/lib/kubelet\"},\"defaultSettings\":{\"defaultDataLocality\":\"best-effort\",\"defaultDataPath\":\"/var/lib/longhorn/\",\"storageOverProvisioningPercentage\":90},\"enablePSP\":false,\"persistence\":{\"defaultClassReplicaCount\":1,\"defaultDataLocality\":\"best-effort\"},\"serviceMonitor\":{\"enabled\":true}}","version":"1.7.1"}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 @module=helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.126+0200" +2025-07-11T08:59:50.126+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=disable_crd_hooks tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc timestamp="2025-07-11T08:59:50.126+0200" +2025-07-11T08:59:50.126+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=timeout tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.126+0200" +2025-07-11T08:59:50.126+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=cleanup_on_fail tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:50.126+0200" +2025-07-11T08:59:50.126+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.126+0200" +2025-07-11T08:59:50.126+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_attribute_path=verify tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.126+0200" +2025-07-11T08:59:50.126+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=force_update tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.126+0200" +2025-07-11T08:59:50.126+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=atomic @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:50.126+0200" +2025-07-11T08:59:50.126+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=disable_openapi_validation tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.126+0200" +2025-07-11T08:59:50.126+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=create_namespace tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc timestamp="2025-07-11T08:59:50.126+0200" +2025-07-11T08:59:50.126+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=wait_for_jobs tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=sdk.framework tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.126+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=repository tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.126+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=chart timestamp="2025-07-11T08:59:50.126+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=replace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=wait tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=pass_credentials tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=status tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=disable_webhooks tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=id timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=metadata.namespace timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource @module=sdk.framework tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.values tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.version tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.chart timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.app_version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=metadata.notes tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.revision tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=metadata.name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_attribute_path=metadata.last_deployed tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=metadata.first_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=render_subchart_notes tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[0].type tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set[0].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_attribute_path=set[0].name tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ReadResource tf_attribute_path=set[0] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[1].name tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource tf_attribute_path=set[1].type tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[1].value timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set[1] tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[2].name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set[2].type tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set[2].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set[2] tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc @module=sdk.framework tf_attribute_path=set[3].type tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[3].value timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set[3].name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[3] tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[4].type tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource @module=sdk.framework tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=set[4].value tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=set[4].name tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=set[4] timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[5].type timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[5].value tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=set[5].name tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_attribute_path=set[5] tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=set[6].type @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set[6].value tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=set[6].name tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=set[6] tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_rpc=ReadResource tf_attribute_path=set[7].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=set[7].name tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.127+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[7].type tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.128+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[7] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.128+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.128+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc @module=sdk.framework tf_attribute_path=recreate_pods tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.128+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=reset_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.128+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=max_history tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc @module=sdk.framework timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.128+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=skip_crds tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.128+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=lint tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=sdk.framework tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.128+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=name timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.128+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=reuse_values tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.128+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=dependency_update tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=b860dce2-4888-6b57-e3d3-242b3cfac1dc tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.127+0200" +2025-07-11T08:59:50.129+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:50.130+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000000a80 Settings:0xc0004dc7e0 RegistryClient:0xc0004e0280 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ValidateResourceConfig @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_req_id=27c62491-cf3e-e2f0-948c-f97ecae022b3 tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.130+0200" +2025-07-11T08:59:50.133+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000000a80 Settings:0xc0004dc7e0 RegistryClient:0xc0004e0280 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_req_id=dfa38701-359b-2a59-55d6-90a83d754598 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:50.133+0200" +2025-07-11T08:59:50.139+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"longhorn" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"longhorn" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"v1.7.1","chart":"longhorn","first_deployed":1732547795,"last_deployed":1752215357,"name":"longhorn","namespace":"longhorn-system","notes":"Longhorn is now installed on the cluster!\n\nPlease wait a few minutes for other Longhorn components such as CSI deployments, Engine Images, and Instance Managers to be initialized.\n\nVisit our documentation at https://longhorn.io/docs/\n","revision":2,"values":"{\"csi\":{\"kubeletRootDir\":\"/var/lib/kubelet\"},\"defaultSettings\":{\"defaultDataLocality\":\"best-effort\",\"defaultDataPath\":\"/var/lib/longhorn/\",\"storageOverProvisioningPercentage\":90},\"enablePSP\":false,\"persistence\":{\"defaultClassReplicaCount\":1,\"defaultDataLocality\":\"best-effort\"},\"serviceMonitor\":{\"enabled\":true}}","version":"1.7.1"} Name:"longhorn" Namespace:"longhorn-system" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.longhorn.io" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"defaultSettings.defaultDataPath","type":"","value":"/var/lib/longhorn/"},{"name":"defaultSettings.defaultDataLocality","type":"","value":"best-effort"},{"name":"defaultSettings.storageOverProvisioningPercentage","type":"","value":"90"},{"name":"csi.kubeletRootDir","type":"","value":"/var/lib/kubelet"},{"name":"enablePSP","type":"","value":"false"},{"name":"serviceMonitor.enabled","type":"","value":"true"},{"name":"persistence.defaultClassReplicaCount","type":"","value":"1"},{"name":"persistence.defaultDataLocality","type":"","value":"best-effort"}] SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values: Verify:false Version:"1.7.1" Wait:true WaitForJobs:false}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=dfa38701-359b-2a59-55d6-90a83d754598 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 @module=helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:50.139+0200" +2025-07-11T08:59:50.139+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"longhorn" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"longhorn" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"v1.7.1","chart":"longhorn","first_deployed":1732547795,"last_deployed":1752215357,"name":"longhorn","namespace":"longhorn-system","notes":"Longhorn is now installed on the cluster!\n\nPlease wait a few minutes for other Longhorn components such as CSI deployments, Engine Images, and Instance Managers to be initialized.\n\nVisit our documentation at https://longhorn.io/docs/\n","revision":2,"values":"{\"csi\":{\"kubeletRootDir\":\"/var/lib/kubelet\"},\"defaultSettings\":{\"defaultDataLocality\":\"best-effort\",\"defaultDataPath\":\"/var/lib/longhorn/\",\"storageOverProvisioningPercentage\":90},\"enablePSP\":false,\"persistence\":{\"defaultClassReplicaCount\":1,\"defaultDataLocality\":\"best-effort\"},\"serviceMonitor\":{\"enabled\":true}}","version":"1.7.1"} Name:"longhorn" Namespace:"longhorn-system" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.longhorn.io" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"defaultSettings.defaultDataPath","type":"","value":"/var/lib/longhorn/"},{"name":"defaultSettings.defaultDataLocality","type":"","value":"best-effort"},{"name":"defaultSettings.storageOverProvisioningPercentage","type":"","value":"90"},{"name":"csi.kubeletRootDir","type":"","value":"/var/lib/kubelet"},{"name":"enablePSP","type":"","value":"false"},{"name":"serviceMonitor.enabled","type":"","value":"true"},{"name":"persistence.defaultClassReplicaCount","type":"","value":"1"},{"name":"persistence.defaultDataLocality","type":"","value":"best-effort"}] SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values: Verify:false Version:"1.7.1" Wait:true WaitForJobs:false}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=dfa38701-359b-2a59-55d6-90a83d754598 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 timestamp="2025-07-11T08:59:50.139+0200" +2025-07-11T08:59:50.139+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: longhorn] Start: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_req_id=dfa38701-359b-2a59-55d6-90a83d754598 timestamp="2025-07-11T08:59:50.139+0200" +2025-07-11T08:59:50.139+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange tf_req_id=dfa38701-359b-2a59-55d6-90a83d754598 tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.139+0200" +2025-07-11T08:59:50.139+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 configPaths=[] tf_req_id=dfa38701-359b-2a59-55d6-90a83d754598 tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:50.139+0200" +2025-07-11T08:59:50.139+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_req_id=dfa38701-359b-2a59-55d6-90a83d754598 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm timestamp="2025-07-11T08:59:50.139+0200" +2025-07-11T08:59:50.139+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: longhorn] Initial Values: Name=longhorn, Namespace=longhorn-system, Repository=https://charts.longhorn.io, Repository_Username=, Repository_Password=, Chart=longhorn: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=dfa38701-359b-2a59-55d6-90a83d754598 tf_rpc=PlanResourceChange tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.139+0200" +2025-07-11T08:59:50.139+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc0004dc900 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: @module=helm tf_req_id=dfa38701-359b-2a59-55d6-90a83d754598 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:50.139+0200" +2025-07-11T08:59:50.397+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: redis getRelease post run: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.397+0200" +2025-07-11T08:59:50.397+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: redis getRelease completed: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.397+0200" +2025-07-11T08:59:50.397+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: redis] Done: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1668 tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:50.397+0200" +2025-07-11T08:59:50.397+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseRead: redis] Started: tf_rpc=ReadResource @module=helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:899 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d timestamp="2025-07-11T08:59:50.397+0200" +2025-07-11T08:59:50.397+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 timestamp="2025-07-11T08:59:50.397+0200" +2025-07-11T08:59:50.397+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm timestamp="2025-07-11T08:59:50.397+0200" +2025-07-11T08:59:50.397+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @module=helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.397+0200" +2025-07-11T08:59:50.397+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: redis getRelease post action created: @module=helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.397+0200" +2025-07-11T08:59:50.445+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: minio getRelease post run: tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.444+0200" +2025-07-11T08:59:50.445+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: minio getRelease completed: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_rpc=ReadResource tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm timestamp="2025-07-11T08:59:50.444+0200" +2025-07-11T08:59:50.445+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: minio] Done: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1668 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.444+0200" +2025-07-11T08:59:50.445+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseRead: minio] Started: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:899 timestamp="2025-07-11T08:59:50.444+0200" +2025-07-11T08:59:50.445+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_rpc=ReadResource @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 timestamp="2025-07-11T08:59:50.444+0200" +2025-07-11T08:59:50.445+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @module=helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_rpc=ReadResource configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 timestamp="2025-07-11T08:59:50.445+0200" +2025-07-11T08:59:50.445+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @module=helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.445+0200" +2025-07-11T08:59:50.445+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: minio getRelease post action created: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 timestamp="2025-07-11T08:59:50.445+0200" +2025-07-11T08:59:50.550+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:59:50 [WARN] ({ 365zon2 enabled [] 2025-07-11 06:46:17.754225947 +0000 UTC}): timestamp="2025-07-11T08:59:50.550+0200" +2025-07-11T08:59:50.552+0200 [WARN] Provider "registry.terraform.io/aminueza/minio" produced an invalid plan for module.tenant-365zon.module.minio.minio_iam_user.overlay, 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: + - .update_secret: planned value cty.False for a non-computed attribute + - .disable_user: planned value cty.False for a non-computed attribute + - .force_destroy: planned value cty.False for a non-computed attribute +2025-07-11T08:59:50.578+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:59:50 [DEBUG] Bucket [365zon2] exists!: timestamp="2025-07-11T08:59:50.578+0200" +2025-07-11T08:59:50.579+0200 [WARN] Provider "registry.terraform.io/aminueza/minio" produced an invalid plan for module.tenant-365zon.module.minio.minio_s3_bucket.overlay, 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: + - .force_destroy: planned value cty.False for a non-computed attribute + - .object_locking: planned value cty.False for a non-computed attribute +2025-07-11T08:59:50.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay" references: [] +2025-07-11T08:59:50.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay" references: [] +2025-07-11T08:59:50.580+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay" references: [] +2025-07-11T08:59:50.581+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:59:50 [DEBUG] Getting IAM Policy: 365zon2: timestamp="2025-07-11T08:59:50.581+0200" +2025-07-11T08:59:50.581+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:59:50 [DEBUG] S3 bucket policy, read for bucket: 365zon2: timestamp="2025-07-11T08:59:50.581+0200" +2025-07-11T08:59:50.716+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay" references: [] +2025-07-11T08:59:50.717+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:59:50 [DEBUG] Locking "365zon2": timestamp="2025-07-11T08:59:50.717+0200" +2025-07-11T08:59:50.717+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:59:50 [DEBUG] Locked "365zon2": timestamp="2025-07-11T08:59:50.717+0200" +2025-07-11T08:59:50.717+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:59:50 [DEBUG] UserPolicyAttachment: is user '365zon2' an LDAP user? false: timestamp="2025-07-11T08:59:50.717+0200" +2025-07-11T08:59:50.721+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: redis getRelease post run: tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d timestamp="2025-07-11T08:59:50.721+0200" +2025-07-11T08:59:50.721+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: redis getRelease completed: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.721+0200" +2025-07-11T08:59:50.721+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"7.4.1","chart":"redis","first_deployed":1752215366,"last_deployed":1752215366,"name":"redis","namespace":"redis","notes":"CHART NAME: redis\nCHART VERSION: 20.1.7\nAPP VERSION: 7.4.1\n\n** Please be patient while the chart is being deployed **\n\nRedis® can be accessed via port 6379 on the following DNS name from within your cluster:\n\n redis-master.redis.svc.cluster.local\n\n\n\nTo get your password run:\n\n export REDIS_PASSWORD=$(kubectl get secret --namespace redis redis -o jsonpath=\"{.data.redis-password}\" | base64 -d)\n\nTo connect to your Redis® server:\n\n1. Run a Redis® pod that you can use as a client:\n\n kubectl run --namespace redis redis-client --restart='Never' --env REDIS_PASSWORD=$REDIS_PASSWORD --image docker.io/bitnami/redis:7.4.1-debian-12-r0 --command -- sleep infinity\n\n Use the following command to attach to the pod:\n\n kubectl exec --tty -i redis-client \\\n --namespace redis -- bash\n\n2. Connect using the Redis® CLI:\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h redis-master\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace redis svc/redis-master 6379:6379 &\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h 127.0.0.1 -p 6379\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - replica.resources\n - master.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"architecture\":\"standalone\",\"auth\":{\"enabled\":true,\"existingSecret\":\"redis\",\"existingSecretPasswordKey\":\"redis-password\"},\"master\":{\"persistence\":{\"size\":\"6Gi\"}},\"metrics\":{\"enabled\":false}}","version":"20.1.7"}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 @module=helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d timestamp="2025-07-11T08:59:50.721+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=cleanup_on_fail tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=pass_credentials timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=reuse_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_rpc=ReadResource tf_attribute_path=chart tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=create_namespace tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=wait_for_jobs tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=disable_webhooks timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=skip_crds tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release tf_attribute_path=dependency_update tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=repository tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=wait tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=verify tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=status tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=force_update tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=disable_openapi_validation tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=metadata.app_version tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.last_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release @module=sdk.framework tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.revision tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d @module=sdk.framework timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.notes tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @module=sdk.framework tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.namespace tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_attribute_path=metadata.name tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework tf_attribute_path=metadata.chart tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=sdk.framework tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=metadata.first_deployed timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_attribute_path=metadata.version tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.722+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=timeout tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=values[0] tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=values tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d timestamp="2025-07-11T08:59:50.722+0200" +2025-07-11T08:59:50.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=reset_values timestamp="2025-07-11T08:59:50.723+0200" +2025-07-11T08:59:50.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=lint tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:59:50.723+0200" +2025-07-11T08:59:50.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=recreate_pods tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:50.723+0200" +2025-07-11T08:59:50.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=replace tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:50.723+0200" +2025-07-11T08:59:50.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.723+0200" +2025-07-11T08:59:50.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=disable_crd_hooks tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.723+0200" +2025-07-11T08:59:50.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=atomic timestamp="2025-07-11T08:59:50.723+0200" +2025-07-11T08:59:50.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d @module=sdk.framework tf_attribute_path=render_subchart_notes tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.723+0200" +2025-07-11T08:59:50.723+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=max_history tf_req_id=95d194c8-ad92-6d3c-901f-1034d12b2f3d tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.723+0200" +2025-07-11T08:59:50.724+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:50.725+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000a007e0 Settings:0xc00079c240 RegistryClient:0xc0007a0380 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_req_id=d785fccc-f1ec-6a21-0d98-25a75e0375f6 tf_resource_type=helm_release tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:50.725+0200" +2025-07-11T08:59:50.726+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000a007e0 Settings:0xc00079c240 RegistryClient:0xc0007a0380 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f478a758-4d67-25d9-f667-769a3c602a1e tf_resource_type=helm_release @module=helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:50.726+0200" +2025-07-11T08:59:50.732+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"redis" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"redis" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"7.4.1","chart":"redis","first_deployed":1752215366,"last_deployed":1752215366,"name":"redis","namespace":"redis","notes":"CHART NAME: redis\nCHART VERSION: 20.1.7\nAPP VERSION: 7.4.1\n\n** Please be patient while the chart is being deployed **\n\nRedis® can be accessed via port 6379 on the following DNS name from within your cluster:\n\n redis-master.redis.svc.cluster.local\n\n\n\nTo get your password run:\n\n export REDIS_PASSWORD=$(kubectl get secret --namespace redis redis -o jsonpath=\"{.data.redis-password}\" | base64 -d)\n\nTo connect to your Redis® server:\n\n1. Run a Redis® pod that you can use as a client:\n\n kubectl run --namespace redis redis-client --restart='Never' --env REDIS_PASSWORD=$REDIS_PASSWORD --image docker.io/bitnami/redis:7.4.1-debian-12-r0 --command -- sleep infinity\n\n Use the following command to attach to the pod:\n\n kubectl exec --tty -i redis-client \\\n --namespace redis -- bash\n\n2. Connect using the Redis® CLI:\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h redis-master\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace redis svc/redis-master 6379:6379 &\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h 127.0.0.1 -p 6379\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - replica.resources\n - master.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"architecture\":\"standalone\",\"auth\":{\"enabled\":true,\"existingSecret\":\"redis\",\"existingSecretPasswordKey\":\"redis-password\"},\"master\":{\"persistence\":{\"size\":\"6Gi\"}},\"metrics\":{\"enabled\":false}}","version":"20.1.7"} Name:"redis" Namespace:"redis" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["metrics:\n enabled: false\n\narchitecture: standalone\n\nauth:\n enabled: true\n existingSecret: redis\n existingSecretPasswordKey: 'redis-password'\n\nmaster:\n persistence:\n size: 6Gi\n"] Verify:false Version:"20.1.7" Wait:true WaitForJobs:true}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f478a758-4d67-25d9-f667-769a3c602a1e @module=helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:50.732+0200" +2025-07-11T08:59:50.732+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"redis" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"redis" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"7.4.1","chart":"redis","first_deployed":1752215366,"last_deployed":1752215366,"name":"redis","namespace":"redis","notes":"CHART NAME: redis\nCHART VERSION: 20.1.7\nAPP VERSION: 7.4.1\n\n** Please be patient while the chart is being deployed **\n\nRedis® can be accessed via port 6379 on the following DNS name from within your cluster:\n\n redis-master.redis.svc.cluster.local\n\n\n\nTo get your password run:\n\n export REDIS_PASSWORD=$(kubectl get secret --namespace redis redis -o jsonpath=\"{.data.redis-password}\" | base64 -d)\n\nTo connect to your Redis® server:\n\n1. Run a Redis® pod that you can use as a client:\n\n kubectl run --namespace redis redis-client --restart='Never' --env REDIS_PASSWORD=$REDIS_PASSWORD --image docker.io/bitnami/redis:7.4.1-debian-12-r0 --command -- sleep infinity\n\n Use the following command to attach to the pod:\n\n kubectl exec --tty -i redis-client \\\n --namespace redis -- bash\n\n2. Connect using the Redis® CLI:\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h redis-master\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace redis svc/redis-master 6379:6379 &\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h 127.0.0.1 -p 6379\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - replica.resources\n - master.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"architecture\":\"standalone\",\"auth\":{\"enabled\":true,\"existingSecret\":\"redis\",\"existingSecretPasswordKey\":\"redis-password\"},\"master\":{\"persistence\":{\"size\":\"6Gi\"}},\"metrics\":{\"enabled\":false}}","version":"20.1.7"} Name:"redis" Namespace:"redis" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["metrics:\n enabled: false\n\narchitecture: standalone\n\nauth:\n enabled: true\n existingSecret: redis\n existingSecretPasswordKey: 'redis-password'\n\nmaster:\n persistence:\n size: 6Gi\n"] Verify:false Version:"20.1.7" Wait:true WaitForJobs:true}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 @module=helm tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f478a758-4d67-25d9-f667-769a3c602a1e timestamp="2025-07-11T08:59:50.732+0200" +2025-07-11T08:59:50.732+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: redis] Start: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 @module=helm tf_req_id=f478a758-4d67-25d9-f667-769a3c602a1e tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:50.732+0200" +2025-07-11T08:59:50.732+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 KubernetesData=map[] tf_req_id=f478a758-4d67-25d9-f667-769a3c602a1e timestamp="2025-07-11T08:59:50.732+0200" +2025-07-11T08:59:50.732+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm tf_req_id=f478a758-4d67-25d9-f667-769a3c602a1e configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:50.732+0200" +2025-07-11T08:59:50.732+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f478a758-4d67-25d9-f667-769a3c602a1e tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.732+0200" +2025-07-11T08:59:50.732+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: redis] Initial Values: Name=redis, Namespace=redis, Repository=https://charts.bitnami.com/bitnami, Repository_Username=, Repository_Password=, Chart=redis: @module=helm tf_req_id=f478a758-4d67-25d9-f667-769a3c602a1e @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:50.732+0200" +2025-07-11T08:59:50.732+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc00079c360 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: tf_req_id=f478a758-4d67-25d9-f667-769a3c602a1e tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 timestamp="2025-07-11T08:59:50.732+0200" +2025-07-11T08:59:50.741+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: postgresql getRelease post run: tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 @module=helm timestamp="2025-07-11T08:59:50.741+0200" +2025-07-11T08:59:50.741+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: postgresql getRelease completed: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.741+0200" +2025-07-11T08:59:50.741+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: postgresql] Done: tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1668 timestamp="2025-07-11T08:59:50.741+0200" +2025-07-11T08:59:50.741+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseRead: postgresql] Started: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:899 tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release timestamp="2025-07-11T08:59:50.741+0200" +2025-07-11T08:59:50.741+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: KubernetesData=map[] tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.741+0200" +2025-07-11T08:59:50.741+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @module=helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.741+0200" +2025-07-11T08:59:50.741+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 @module=helm timestamp="2025-07-11T08:59:50.741+0200" +2025-07-11T08:59:50.741+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: postgresql getRelease post action created: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 @module=helm tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_rpc=ReadResource timestamp="2025-07-11T08:59:50.741+0200" +2025-07-11T08:59:51.005+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:59:51 [DEBUG] Unlocking "365zon2": timestamp="2025-07-11T08:59:51.005+0200" +2025-07-11T08:59:51.006+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:59:51 [DEBUG] Unlocked "365zon2": timestamp="2025-07-11T08:59:51.005+0200" +2025-07-11T08:59:51.030+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: minio getRelease post run: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef timestamp="2025-07-11T08:59:51.030+0200" +2025-07-11T08:59:51.030+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: minio getRelease completed: @module=helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:51.030+0200" +2025-07-11T08:59:51.030+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"2025.3.12","chart":"minio","first_deployed":1732564007,"last_deployed":1752215358,"name":"minio","namespace":"minio","notes":"CHART NAME: minio\nCHART VERSION: 16.0.0\nAPP VERSION: 2025.3.12\n\nDid you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami for more information.\n\n** Please be patient while the chart is being deployed **\n\nMinIO® can be accessed via port on the following DNS name from within your cluster:\n\n minio.minio.svc.cluster.local\n\nTo get your credentials run:\n\n export ROOT_USER=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-user}\" | base64 -d)\n export ROOT_PASSWORD=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-password}\" | base64 -d)\n\nTo connect to your MinIO® server using a client:\n\n- Run a MinIO® Client pod and append the desired command (e.g. 'admin info'):\n\n kubectl run --namespace minio minio-client \\\n --rm --tty -i --restart='Never' \\\n --env MINIO_SERVER_ROOT_USER=$ROOT_USER \\\n --env MINIO_SERVER_ROOT_PASSWORD=$ROOT_PASSWORD \\\n --env MINIO_SERVER_HOST=minio \\\n --image docker.io/bitnami/minio-client:2025.3.12-debian-12-r0 -- admin info minio\n\nTo access the MinIO® web UI:\n\n- Get the MinIO® URL:\n\n You should be able to access your new MinIO® web UI through\n\n http://storage-admin.365zon.fourlights.dev/minio/\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"apiIngress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"auth\":{\"rootPassword\":\"(sensitive value)\",\"rootUser\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage-admin.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"mode\":\"standalone\",\"persistence\":{\"size\":\"40Gi\"},\"resourcesPreset\":\"nano\",\"statefulset\":{\"drivesPerNode\":2,\"replicaCount\":1},\"tls\":{\"enabled\":false}}","version":"16.0.0"}: tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 @module=helm timestamp="2025-07-11T08:59:51.030+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework tf_attribute_path=create_namespace tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @module=sdk.framework tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=disable_webhooks tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=name tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=disable_crd_hooks tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=wait_for_jobs tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=lint tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef @module=sdk.framework tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=dependency_update timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=wait tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @module=sdk.framework tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=chart tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=metadata.app_version tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.values tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_attribute_path=metadata.version tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.revision tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef @module=sdk.framework tf_attribute_path=metadata.notes tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_rpc=ReadResource tf_attribute_path=metadata.name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=metadata.last_deployed tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.chart tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=metadata.first_deployed @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=metadata tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=pass_credentials timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=recreate_pods tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=repository tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=atomic tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=status tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=verify tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=max_history @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_rpc=ReadResource tf_attribute_path=reuse_values tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_attribute_path=render_subchart_notes timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=skip_crds tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=force_update tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=disable_openapi_validation tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=timeout tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ReadResource tf_attribute_path=values[0] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=cleanup_on_fail tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_attribute_path=id tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=replace tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=version tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set_sensitive[0].value tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set_sensitive[0].name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.031+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set_sensitive[0] tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_rpc=ReadResource tf_attribute_path=set_sensitive[1].value tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.031+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=set_sensitive[1].name tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ReadResource tf_attribute_path=set_sensitive[1] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set_sensitive tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set[0].name @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=set[0].type timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_rpc=ReadResource tf_attribute_path=set[0].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[0] tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[1].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set[1].name tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=set[1].type tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=set[1] tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set[2].type tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_attribute_path=set[2].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=set[2].name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[2] @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set[3].value tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=set[3].name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set[3].type tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_rpc=ReadResource @module=sdk.framework tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[3] tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[4].name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set[4].type tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[4].value tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[4] tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.032+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=reset_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_req_id=95d301eb-56c8-39ca-9638-7e192cd108ef tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.032+0200" +2025-07-11T08:59:51.034+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:51.035+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc00083c2a0 Settings:0xc000843440 RegistryClient:0xc0005c7600 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ValidateResourceConfig tf_req_id=6325c38c-a24a-67af-492b-bda7ed3058cb tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 timestamp="2025-07-11T08:59:51.035+0200" +2025-07-11T08:59:51.038+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc00083c2a0 Settings:0xc000843440 RegistryClient:0xc0005c7600 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_req_id=042e2134-0c7e-8e0d-0c87-943e19ddb710 tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:51.038+0200" +2025-07-11T08:59:51.044+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"minio" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"minio" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"2025.3.12","chart":"minio","first_deployed":1732564007,"last_deployed":1752215358,"name":"minio","namespace":"minio","notes":"CHART NAME: minio\nCHART VERSION: 16.0.0\nAPP VERSION: 2025.3.12\n\nDid you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami for more information.\n\n** Please be patient while the chart is being deployed **\n\nMinIO® can be accessed via port on the following DNS name from within your cluster:\n\n minio.minio.svc.cluster.local\n\nTo get your credentials run:\n\n export ROOT_USER=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-user}\" | base64 -d)\n export ROOT_PASSWORD=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-password}\" | base64 -d)\n\nTo connect to your MinIO® server using a client:\n\n- Run a MinIO® Client pod and append the desired command (e.g. 'admin info'):\n\n kubectl run --namespace minio minio-client \\\n --rm --tty -i --restart='Never' \\\n --env MINIO_SERVER_ROOT_USER=$ROOT_USER \\\n --env MINIO_SERVER_ROOT_PASSWORD=$ROOT_PASSWORD \\\n --env MINIO_SERVER_HOST=minio \\\n --image docker.io/bitnami/minio-client:2025.3.12-debian-12-r0 -- admin info minio\n\nTo access the MinIO® web UI:\n\n- Get the MinIO® URL:\n\n You should be able to access your new MinIO® web UI through\n\n http://storage-admin.365zon.fourlights.dev/minio/\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"apiIngress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"auth\":{\"rootPassword\":\"(sensitive value)\",\"rootUser\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage-admin.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"mode\":\"standalone\",\"persistence\":{\"size\":\"40Gi\"},\"resourcesPreset\":\"nano\",\"statefulset\":{\"drivesPerNode\":2,\"replicaCount\":1},\"tls\":{\"enabled\":false}}","version":"16.0.0"} Name:"minio" Namespace:"minio" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"mode","type":"","value":"standalone"},{"name":"resourcesPreset","type":"","value":"nano"},{"name":"statefulset.replicaCount","type":"","value":"1"},{"name":"statefulset.drivesPerNode","type":"","value":"2"},{"name":"persistence.size","type":"","value":"40Gi"}] SetList: SetSensitive:[{"name":"auth.rootUser","type":,"value":"Xg6VDlh9GVliFdnWnVec"},{"name":"auth.rootPassword","type":,"value":"j!4VaGixfD6f*nam7EeC0Sa*OogSqYA=cinX9bPj"}] SkipCrds:false Status:"deployed" Timeout:300 Values:["tls:\n enabled: false\n\ningress:\n enabled: true\n tls: false\n ingressClassName: nginx\n hostname: storage-admin.365zon.fourlights.dev\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n \n ingress.kubernetes.io/proxy-body-size: \"0\"\n nginx.ingress.kubernetes.io/proxy-body-size: \"0\"\n \n \n\napiIngress:\n enabled: true\n ingressClassName: nginx\n tls: false\n hostname: storage.365zon.fourlights.dev\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n \n ingress.kubernetes.io/proxy-body-size: \"0\"\n nginx.ingress.kubernetes.io/proxy-body-size: \"0\"\n \n"] Verify:false Version:"16.0.0" Wait:true WaitForJobs:true}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm tf_req_id=042e2134-0c7e-8e0d-0c87-943e19ddb710 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:51.044+0200" +2025-07-11T08:59:51.044+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"minio" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"minio" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"2025.3.12","chart":"minio","first_deployed":1732564007,"last_deployed":1752215358,"name":"minio","namespace":"minio","notes":"CHART NAME: minio\nCHART VERSION: 16.0.0\nAPP VERSION: 2025.3.12\n\nDid you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami for more information.\n\n** Please be patient while the chart is being deployed **\n\nMinIO® can be accessed via port on the following DNS name from within your cluster:\n\n minio.minio.svc.cluster.local\n\nTo get your credentials run:\n\n export ROOT_USER=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-user}\" | base64 -d)\n export ROOT_PASSWORD=$(kubectl get secret --namespace minio minio -o jsonpath=\"{.data.root-password}\" | base64 -d)\n\nTo connect to your MinIO® server using a client:\n\n- Run a MinIO® Client pod and append the desired command (e.g. 'admin info'):\n\n kubectl run --namespace minio minio-client \\\n --rm --tty -i --restart='Never' \\\n --env MINIO_SERVER_ROOT_USER=$ROOT_USER \\\n --env MINIO_SERVER_ROOT_PASSWORD=$ROOT_PASSWORD \\\n --env MINIO_SERVER_HOST=minio \\\n --image docker.io/bitnami/minio-client:2025.3.12-debian-12-r0 -- admin info minio\n\nTo access the MinIO® web UI:\n\n- Get the MinIO® URL:\n\n You should be able to access your new MinIO® web UI through\n\n http://storage-admin.365zon.fourlights.dev/minio/\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"apiIngress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"auth\":{\"rootPassword\":\"(sensitive value)\",\"rootUser\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"ingress.kubernetes.io/proxy-body-size\":\"0\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/proxy-body-size\":\"0\"},\"enabled\":true,\"hostname\":\"storage-admin.365zon.fourlights.dev\",\"ingressClassName\":\"nginx\",\"tls\":false},\"mode\":\"standalone\",\"persistence\":{\"size\":\"40Gi\"},\"resourcesPreset\":\"nano\",\"statefulset\":{\"drivesPerNode\":2,\"replicaCount\":1},\"tls\":{\"enabled\":false}}","version":"16.0.0"} Name:"minio" Namespace:"minio" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"mode","type":"","value":"standalone"},{"name":"resourcesPreset","type":"","value":"nano"},{"name":"statefulset.replicaCount","type":"","value":"1"},{"name":"statefulset.drivesPerNode","type":"","value":"2"},{"name":"persistence.size","type":"","value":"40Gi"}] SetList: SetSensitive:[{"name":"auth.rootUser","type":,"value":"Xg6VDlh9GVliFdnWnVec"},{"name":"auth.rootPassword","type":,"value":"j!4VaGixfD6f*nam7EeC0Sa*OogSqYA=cinX9bPj"}] SkipCrds:false Status:"deployed" Timeout:300 Values:["tls:\n enabled: false\n\ningress:\n enabled: true\n tls: false\n ingressClassName: nginx\n hostname: storage-admin.365zon.fourlights.dev\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n \n ingress.kubernetes.io/proxy-body-size: \"0\"\n nginx.ingress.kubernetes.io/proxy-body-size: \"0\"\n \n \n\napiIngress:\n enabled: true\n ingressClassName: nginx\n tls: false\n hostname: storage.365zon.fourlights.dev\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n \n ingress.kubernetes.io/proxy-body-size: \"0\"\n nginx.ingress.kubernetes.io/proxy-body-size: \"0\"\n \n"] Verify:false Version:"16.0.0" Wait:true WaitForJobs:true}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=042e2134-0c7e-8e0d-0c87-943e19ddb710 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:51.044+0200" +2025-07-11T08:59:51.044+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: minio] Start: @module=helm tf_req_id=042e2134-0c7e-8e0d-0c87-943e19ddb710 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:51.044+0200" +2025-07-11T08:59:51.044+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm tf_req_id=042e2134-0c7e-8e0d-0c87-943e19ddb710 tf_rpc=PlanResourceChange KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.044+0200" +2025-07-11T08:59:51.044+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @module=helm configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 tf_req_id=042e2134-0c7e-8e0d-0c87-943e19ddb710 timestamp="2025-07-11T08:59:51.044+0200" +2025-07-11T08:59:51.044+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=042e2134-0c7e-8e0d-0c87-943e19ddb710 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 timestamp="2025-07-11T08:59:51.044+0200" +2025-07-11T08:59:51.044+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: minio] Initial Values: Name=minio, Namespace=minio, Repository=oci://registry-1.docker.io/bitnamicharts, Repository_Username=, Repository_Password=, Chart=minio: tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm tf_req_id=042e2134-0c7e-8e0d-0c87-943e19ddb710 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 timestamp="2025-07-11T08:59:51.044+0200" +2025-07-11T08:59:51.044+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc000843560 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=042e2134-0c7e-8e0d-0c87-943e19ddb710 tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:51.044+0200" +2025-07-11T08:59:51.063+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025-07-11T08:59:51.063+0200 [DEBUG] [UpgradeResourceState]: +2025-07-11T08:59:51.063+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: morphed object= +2025-07-11T08:59:51.063+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | tftypes.Object["apiVersion":tftypes.String, "kind":tftypes.String, "metadata":tftypes.Object["annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String, "namespace":tftypes.String, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String], "spec":tftypes.Object["failurePolicy":tftypes.String, "valuesContent":tftypes.String]]<"apiVersion":tftypes.String<"helm.cattle.io/v1">, "kind":tftypes.String<"HelmChartConfig">, "metadata":tftypes.Object["annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String, "namespace":tftypes.String, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String]<"annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String<"rke2-ingress-nginx">, "namespace":tftypes.String<"kube-system">, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String>, "spec":tftypes.Object["failurePolicy":tftypes.String, "valuesContent":tftypes.String]<"failurePolicy":tftypes.String, "valuesContent":tftypes.String<"controller: +2025-07-11T08:59:51.063+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | config: +2025-07-11T08:59:51.063+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | use-forwarded-headers: "true" +2025-07-11T08:59:51.063+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | ">>> +2025-07-11T08:59:51.063+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: postgresql getRelease post run: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release tf_rpc=ReadResource @module=helm timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: postgresql getRelease completed: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"17.0.0","chart":"postgresql","first_deployed":1752215369,"last_deployed":1752215369,"name":"postgresql","namespace":"postgresql","notes":"CHART NAME: postgresql\nCHART VERSION: 16.0.5\nAPP VERSION: 17.0.0\n\n** Please be patient while the chart is being deployed **\n\nWARNING: PostgreSQL has been configured without authentication, this is not recommended for production environments.\n\nPostgreSQL can be accessed via port 5432 on the following DNS names from within your cluster:\n\n postgresql.postgresql.svc.cluster.local - Read/Write connection\n\nTo get the password for \"postgres\" run:\n\n export POSTGRES_ADMIN_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.rootpassword}\" | base64 -d)\n\nTo get the password for \"bridge\" run:\n\n export POSTGRES_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.password}\" | base64 -d)\n\nTo connect to your database run the following command:\n\n kubectl run postgresql-client --rm --tty -i --restart='Never' --namespace postgresql --image docker.io/bitnami/postgresql:17.0.0-debian-12-r6 \\\n --command -- psql --host postgresql -d postgres -p 5432\n\n > NOTE: If you access the container using bash, make sure that you execute \"/opt/bitnami/scripts/postgresql/entrypoint.sh /bin/bash\" in order to avoid the error \"psql: local user with ID 1001} does not exist\"\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace postgresql svc/postgresql 5432:5432 &\n psql --host 127.0.0.1 -d postgres -p 5432\n\nWARNING: The configured password will be ignored on new installation in case when previous PostgreSQL release was deleted through the helm command. In that case, old PVC will have an old password, and setting it through helm won't take effect. Deleting persistent volumes (PVs) will solve the issue.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - primary.resources\n - readReplicas.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"auth\":{\"existingSecret\":\"postgresql-auth\",\"secretKeys\":{\"adminPasswordKey\":\"rootpassword\",\"userPasswordKey\":\"password\"},\"username\":\"bridge\"}}","version":"16.0.5"}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release tf_rpc=ReadResource @module=helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=chart tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=force_update tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=reuse_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_attribute_path=render_subchart_notes timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_resource_type=helm_release tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=disable_webhooks tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=reset_values tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=verify tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=repository tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=atomic tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=status tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=wait tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=create_namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=cleanup_on_fail tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.notes tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.last_deployed tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.revision tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_attribute_path=metadata.namespace tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.app_version @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_attribute_path=metadata.version tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.170+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.chart tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.171+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.first_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.171+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.name tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.171+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=metadata.values timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.171+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release @module=sdk.framework tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata timestamp="2025-07-11T08:59:51.170+0200" +2025-07-11T08:59:51.171+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=lint tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.171+0200" +2025-07-11T08:59:51.171+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=max_history tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 timestamp="2025-07-11T08:59:51.171+0200" +2025-07-11T08:59:51.171+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.171+0200" +2025-07-11T08:59:51.171+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=disable_openapi_validation tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release @module=sdk.framework tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.171+0200" +2025-07-11T08:59:51.171+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=dependency_update tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.171+0200" +2025-07-11T08:59:51.171+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=disable_crd_hooks tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:51.171+0200" +2025-07-11T08:59:51.171+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=timeout tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:51.171+0200" +2025-07-11T08:59:51.171+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=skip_crds tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.171+0200" +2025-07-11T08:59:51.171+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 timestamp="2025-07-11T08:59:51.171+0200" +2025-07-11T08:59:51.171+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=pass_credentials tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:51.171+0200" +2025-07-11T08:59:51.171+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=values[0] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 timestamp="2025-07-11T08:59:51.171+0200" +2025-07-11T08:59:51.171+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:51.171+0200" +2025-07-11T08:59:51.171+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=namespace tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:51.171+0200" +2025-07-11T08:59:51.171+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=replace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=sdk.framework tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.171+0200" +2025-07-11T08:59:51.171+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=wait_for_jobs tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release @module=sdk.framework tf_rpc=ReadResource timestamp="2025-07-11T08:59:51.171+0200" +2025-07-11T08:59:51.171+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=recreate_pods tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=70a3282e-4a8e-c472-e730-4757543bfd51 tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.171+0200" +2025-07-11T08:59:51.172+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:51.173+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0008f62a0 Settings:0xc0008fd440 RegistryClient:0xc0006d3600 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_rpc=ValidateResourceConfig tf_req_id=ecb7726b-35de-6899-3695-2859da1ef9d4 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:51.173+0200" +2025-07-11T08:59:51.174+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0008f62a0 Settings:0xc0008fd440 RegistryClient:0xc0006d3600 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0ddc54d8-846e-7127-4b5d-aaf6e4b0a1b7 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:51.174+0200" +2025-07-11T08:59:51.179+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"postgresql" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"postgresql" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"17.0.0","chart":"postgresql","first_deployed":1752215369,"last_deployed":1752215369,"name":"postgresql","namespace":"postgresql","notes":"CHART NAME: postgresql\nCHART VERSION: 16.0.5\nAPP VERSION: 17.0.0\n\n** Please be patient while the chart is being deployed **\n\nWARNING: PostgreSQL has been configured without authentication, this is not recommended for production environments.\n\nPostgreSQL can be accessed via port 5432 on the following DNS names from within your cluster:\n\n postgresql.postgresql.svc.cluster.local - Read/Write connection\n\nTo get the password for \"postgres\" run:\n\n export POSTGRES_ADMIN_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.rootpassword}\" | base64 -d)\n\nTo get the password for \"bridge\" run:\n\n export POSTGRES_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.password}\" | base64 -d)\n\nTo connect to your database run the following command:\n\n kubectl run postgresql-client --rm --tty -i --restart='Never' --namespace postgresql --image docker.io/bitnami/postgresql:17.0.0-debian-12-r6 \\\n --command -- psql --host postgresql -d postgres -p 5432\n\n > NOTE: If you access the container using bash, make sure that you execute \"/opt/bitnami/scripts/postgresql/entrypoint.sh /bin/bash\" in order to avoid the error \"psql: local user with ID 1001} does not exist\"\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace postgresql svc/postgresql 5432:5432 &\n psql --host 127.0.0.1 -d postgres -p 5432\n\nWARNING: The configured password will be ignored on new installation in case when previous PostgreSQL release was deleted through the helm command. In that case, old PVC will have an old password, and setting it through helm won't take effect. Deleting persistent volumes (PVs) will solve the issue.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - primary.resources\n - readReplicas.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"auth\":{\"existingSecret\":\"postgresql-auth\",\"secretKeys\":{\"adminPasswordKey\":\"rootpassword\",\"userPasswordKey\":\"password\"},\"username\":\"bridge\"}}","version":"16.0.5"} Name:"postgresql" Namespace:"postgresql" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["auth:\n existingSecret: postgresql-auth\n username: bridge\n secretKeys:\n adminPasswordKey: rootpassword\n userPasswordKey: password\n"] Verify:false Version:"16.0.5" Wait:true WaitForJobs:false}: tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0ddc54d8-846e-7127-4b5d-aaf6e4b0a1b7 tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.179+0200" +2025-07-11T08:59:51.179+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"postgresql" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"postgresql" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"17.0.0","chart":"postgresql","first_deployed":1752215369,"last_deployed":1752215369,"name":"postgresql","namespace":"postgresql","notes":"CHART NAME: postgresql\nCHART VERSION: 16.0.5\nAPP VERSION: 17.0.0\n\n** Please be patient while the chart is being deployed **\n\nWARNING: PostgreSQL has been configured without authentication, this is not recommended for production environments.\n\nPostgreSQL can be accessed via port 5432 on the following DNS names from within your cluster:\n\n postgresql.postgresql.svc.cluster.local - Read/Write connection\n\nTo get the password for \"postgres\" run:\n\n export POSTGRES_ADMIN_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.rootpassword}\" | base64 -d)\n\nTo get the password for \"bridge\" run:\n\n export POSTGRES_PASSWORD=$(kubectl get secret --namespace postgresql postgresql-auth -o jsonpath=\"{.data.password}\" | base64 -d)\n\nTo connect to your database run the following command:\n\n kubectl run postgresql-client --rm --tty -i --restart='Never' --namespace postgresql --image docker.io/bitnami/postgresql:17.0.0-debian-12-r6 \\\n --command -- psql --host postgresql -d postgres -p 5432\n\n > NOTE: If you access the container using bash, make sure that you execute \"/opt/bitnami/scripts/postgresql/entrypoint.sh /bin/bash\" in order to avoid the error \"psql: local user with ID 1001} does not exist\"\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace postgresql svc/postgresql 5432:5432 &\n psql --host 127.0.0.1 -d postgres -p 5432\n\nWARNING: The configured password will be ignored on new installation in case when previous PostgreSQL release was deleted through the helm command. In that case, old PVC will have an old password, and setting it through helm won't take effect. Deleting persistent volumes (PVs) will solve the issue.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - primary.resources\n - readReplicas.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"auth\":{\"existingSecret\":\"postgresql-auth\",\"secretKeys\":{\"adminPasswordKey\":\"rootpassword\",\"userPasswordKey\":\"password\"},\"username\":\"bridge\"}}","version":"16.0.5"} Name:"postgresql" Namespace:"postgresql" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["auth:\n existingSecret: postgresql-auth\n username: bridge\n secretKeys:\n adminPasswordKey: rootpassword\n userPasswordKey: password\n"] Verify:false Version:"16.0.5" Wait:true WaitForJobs:false}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0ddc54d8-846e-7127-4b5d-aaf6e4b0a1b7 tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 @module=helm tf_resource_type=helm_release timestamp="2025-07-11T08:59:51.179+0200" +2025-07-11T08:59:51.179+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: postgresql] Start: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 tf_req_id=0ddc54d8-846e-7127-4b5d-aaf6e4b0a1b7 @module=helm timestamp="2025-07-11T08:59:51.179+0200" +2025-07-11T08:59:51.179+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 KubernetesData=map[] tf_req_id=0ddc54d8-846e-7127-4b5d-aaf6e4b0a1b7 @module=helm timestamp="2025-07-11T08:59:51.179+0200" +2025-07-11T08:59:51.179+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_req_id=0ddc54d8-846e-7127-4b5d-aaf6e4b0a1b7 tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 timestamp="2025-07-11T08:59:51.179+0200" +2025-07-11T08:59:51.179+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_req_id=0ddc54d8-846e-7127-4b5d-aaf6e4b0a1b7 timestamp="2025-07-11T08:59:51.179+0200" +2025-07-11T08:59:51.179+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: postgresql] Initial Values: Name=postgresql, Namespace=postgresql, Repository=https://charts.bitnami.com/bitnami, Repository_Username=, Repository_Password=, Chart=postgresql: tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0ddc54d8-846e-7127-4b5d-aaf6e4b0a1b7 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 timestamp="2025-07-11T08:59:51.179+0200" +2025-07-11T08:59:51.179+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc0008fd560 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0ddc54d8-846e-7127-4b5d-aaf6e4b0a1b7 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 timestamp="2025-07-11T08:59:51.179+0200" +2025-07-11T08:59:51.929+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: longhorn] Got chart: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 @module=helm tf_req_id=dfa38701-359b-2a59-55d6-90a83d754598 timestamp="2025-07-11T08:59:51.929+0200" +2025-07-11T08:59:51.930+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 tf_req_id=dfa38701-359b-2a59-55d6-90a83d754598 tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:51.929+0200" +2025-07-11T08:59:51.930+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: longhorn] Release validated: tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=dfa38701-359b-2a59-55d6-90a83d754598 timestamp="2025-07-11T08:59:51.929+0200" +2025-07-11T08:59:51.930+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: longhorn] Done: @module=helm tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=dfa38701-359b-2a59-55d6-90a83d754598 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 timestamp="2025-07-11T08:59:51.929+0200" +2025-07-11T08:59:51.932+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:51.934+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=975271 +2025-07-11T08:59:51.934+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:52.088+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:52.736+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025-07-11T08:59:52.736+0200 [DEBUG] [PlanUpdateResource]: OAPI type="tftypes.Object[\"apiVersion\":tftypes.String, \"kind\":tftypes.String, \"metadata\":tftypes.Object[\"annotations\":tftypes.Map[tftypes.String], \"creationTimestamp\":tftypes.String, \"deletionGracePeriodSeconds\":tftypes.Number, \"deletionTimestamp\":tftypes.String, \"finalizers\":tftypes.List[tftypes.String], \"generateName\":tftypes.String, \"generation\":tftypes.Number, \"labels\":tftypes.Map[tftypes.String], \"managedFields\":tftypes.Tuple[tftypes.Object[\"apiVersion\":tftypes.String, \"fieldsType\":tftypes.String, \"fieldsV1\":tftypes.DynamicPseudoType, \"manager\":tftypes.String, \"operation\":tftypes.String, \"subresource\":tftypes.String, \"time\":tftypes.String]], \"name\":tftypes.String, \"namespace\":tftypes.String, \"ownerReferences\":tftypes.List[tftypes.Object[\"apiVersion\":tftypes.String, \"blockOwnerDeletion\":tftypes.Bool, \"controller\":tftypes.Bool, \"kind\":tftypes.String, \"name\":tftypes.String, \"uid\":tftypes.String]], \"resourceVersion\":tftypes.String, \"selfLink\":tftypes.String, \"uid\":tftypes.String], \"spec\":tftypes.Object[\"failurePolicy\":tftypes.String, \"valuesContent\":tftypes.String]]" +2025-07-11T08:59:52.736+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025-07-11T08:59:52.736+0200 [DEBUG] [PlanResourceChange]: +2025-07-11T08:59:52.736+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: morphed manifest= +2025-07-11T08:59:52.736+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | tftypes.Object["apiVersion":tftypes.String, "kind":tftypes.String, "metadata":tftypes.Object["annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String, "namespace":tftypes.String, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String], "spec":tftypes.Object["failurePolicy":tftypes.String, "valuesContent":tftypes.String]]<"apiVersion":tftypes.String<"helm.cattle.io/v1">, "kind":tftypes.String<"HelmChartConfig">, "metadata":tftypes.Object["annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String, "namespace":tftypes.String, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String]<"annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String<"rke2-ingress-nginx">, "namespace":tftypes.String<"kube-system">, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String>, "spec":tftypes.Object["failurePolicy":tftypes.String, "valuesContent":tftypes.String]<"failurePolicy":tftypes.String, "valuesContent":tftypes.String<"controller: +2025-07-11T08:59:52.736+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | config: +2025-07-11T08:59:52.736+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | use-forwarded-headers: "true" +2025-07-11T08:59:52.736+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | ">>> +2025-07-11T08:59:52.736+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: +2025-07-11T08:59:52.736+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025-07-11T08:59:52.736+0200 [DEBUG] [PlanResourceChange]: +2025-07-11T08:59:52.736+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: backfilled manifest= +2025-07-11T08:59:52.736+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | tftypes.Object["apiVersion":tftypes.String, "kind":tftypes.String, "metadata":tftypes.Object["annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String, "namespace":tftypes.String, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String], "spec":tftypes.Object["failurePolicy":tftypes.String, "valuesContent":tftypes.String]]<"apiVersion":tftypes.String<"helm.cattle.io/v1">, "kind":tftypes.String<"HelmChartConfig">, "metadata":tftypes.Object["annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String, "namespace":tftypes.String, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String]<"annotations":tftypes.Map[tftypes.String], "creationTimestamp":tftypes.String, "deletionGracePeriodSeconds":tftypes.Number, "deletionTimestamp":tftypes.String, "finalizers":tftypes.List[tftypes.String], "generateName":tftypes.String, "generation":tftypes.Number, "labels":tftypes.Map[tftypes.String], "managedFields":tftypes.Tuple[tftypes.Object["apiVersion":tftypes.String, "fieldsType":tftypes.String, "fieldsV1":tftypes.DynamicPseudoType, "manager":tftypes.String, "operation":tftypes.String, "subresource":tftypes.String, "time":tftypes.String]], "name":tftypes.String<"rke2-ingress-nginx">, "namespace":tftypes.String<"kube-system">, "ownerReferences":tftypes.List[tftypes.Object["apiVersion":tftypes.String, "blockOwnerDeletion":tftypes.Bool, "controller":tftypes.Bool, "kind":tftypes.String, "name":tftypes.String, "uid":tftypes.String]], "resourceVersion":tftypes.String, "selfLink":tftypes.String, "uid":tftypes.String>, "spec":tftypes.Object["failurePolicy":tftypes.String, "valuesContent":tftypes.String]<"failurePolicy":tftypes.String, "valuesContent":tftypes.String<"controller: +2025-07-11T08:59:52.736+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | config: +2025-07-11T08:59:52.736+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | use-forwarded-headers: "true" +2025-07-11T08:59:52.736+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: | ">>> +2025-07-11T08:59:52.736+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: +2025-07-11T08:59:52.738+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:52.738+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_secret.mongodb_auth" references: [] +2025-07-11T08:59:52.738+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.helm_release.rabbitmq" references: [] +2025-07-11T08:59:52.739+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=975071 +2025-07-11T08:59:52.739+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:52.741+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:52 [INFO] Checking secret mongodb-auth +2025-07-11T08:59:52.741+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @module=kubernetes.Kubernetes Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_method=GET tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/mongodb/secrets/mongodb-auth tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Host=rancher.bridge.fourlights.dev tf_http_req_body="" tf_http_trans_id=faa2f1cc-da45-3452-5b3f-8e6538f2b347 Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request timestamp="2025-07-11T08:59:52.741+0200" +2025-07-11T08:59:52.743+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0005ec540 Settings:0xc000776b40 RegistryClient:0xc0005ca080 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 timestamp="2025-07-11T08:59:52.743+0200" +2025-07-11T08:59:52.743+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Current state before changes: {Atomic:false Chart:"rabbitmq" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"rabbitmq" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"4.0.4","chart":"rabbitmq","first_deployed":1732607998,"last_deployed":1752215414,"name":"rabbitmq","namespace":"rabbitmq","notes":"CHART NAME: rabbitmq\nCHART VERSION: 15.1.0\nAPP VERSION: 4.0.4** Please be patient while the chart is being deployed **\n\nCredentials:\n echo \"Username : user\"\n echo \"Password : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-password}\" | base64 -d)\"\n echo \"ErLang Cookie : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-erlang-cookie}\" | base64 -d)\"\n\nNote that the credentials are saved in persistent volume claims and will not be changed upon upgrade or reinstallation unless the persistent volume claim has been deleted. If this is not the first installation of this chart, the credentials may not be valid.\nThis is applicable when no passwords are set and therefore the random password is autogenerated. In case of using a fixed password, you should specify it when upgrading.\nMore information about the credentials may be found at https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues/#credential-errors-while-upgrading-chart-releases.\n\nRabbitMQ can be accessed within the cluster on port 5672 at rabbitmq.rabbitmq.svc.cluster.local\n\nTo access for outside the cluster, perform the following steps:\n\nTo Access the RabbitMQ AMQP port:\n\n1. Create a port-forward to the AMQP port:\n\n kubectl port-forward --namespace rabbitmq svc/rabbitmq 5672:5672 &\n echo \"URL : amqp://127.0.0.1:5672/\"\n\n2. Access RabbitMQ using using the obtained URL.\n\nTo Access the RabbitMQ Management interface:\n\n1. Get the RabbitMQ Management URL and associate its hostname to your cluster external IP:\n\n export CLUSTER_IP=$(minikube ip) # On Minikube. Use: `kubectl cluster-info` on others K8s clusters\n echo \"RabbitMQ Management: http://rabbitmq.local/\"\n echo \"$CLUSTER_IP rabbitmq.local\" | sudo tee -a /etc/hosts\n\n2. Open a browser and access RabbitMQ Management using the obtained URL.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"auth\":{\"password\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"kubernetes.io/ingress.class\":\"nginx\"},\"enabled\":true,\"hostname\":\"rabbitmq.local\",\"ingressClassName\":\"nginx\",\"tls\":false},\"persistence\":{\"size\":\"4Gi\"},\"replicaCount\":1}","version":"15.1.0"} Name:"rabbitmq" Namespace:"rabbitmq" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"replicaCount","type":"","value":"1"},{"name":"persistence.size","type":"","value":"4Gi"}] SetList: SetSensitive:[{"name":"auth.password","type":,"value":"QA3UNmEGovybKcT415K6"}] SkipCrds:false Status:"deployed" Timeout:300 Values:["ingress:\n enabled: true\n tls: false\n ingressClassName: nginx\n hostname: rabbitmq.local\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n"] Verify:false Version:"15.1.0" Wait:true WaitForJobs:false}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:877 tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_rpc=ReadResource @module=helm timestamp="2025-07-11T08:59:52.743+0200" +2025-07-11T08:59:52.743+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: rabbitmq] Start: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1653 @module=helm timestamp="2025-07-11T08:59:52.743+0200" +2025-07-11T08:59:52.743+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: KubernetesData=map[] tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm timestamp="2025-07-11T08:59:52.743+0200" +2025-07-11T08:59:52.743+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:52.743+0200" +2025-07-11T08:59:52.743+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 timestamp="2025-07-11T08:59:52.743+0200" +2025-07-11T08:59:52.743+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: rabbitmq getRelease post action created: @module=helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:52.743+0200" +2025-07-11T08:59:53.013+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_reason="200 OK" @module=kubernetes.Kubernetes Audit-Id=bbfbc808-1836-4a19-9209-b66c4ba56275 X-Content-Type-Options=nosniff + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"mongodb-auth","namespace":"mongodb","uid":"ca8368a6-42ac-4451-9d7b-003bd0dedf8b","resourceVersion":"2012002","creationTimestamp":"2024-11-29T19:03:50Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2024-11-29T19:14:42Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:mongodb-replica-set-key":{},"f:mongodb-root-password":{}},"f:type":{}}}]},"data":{"mongodb-replica-set-key":"ejl1Y2xzcWZIN1l3cVpmTE9nNTg3bEN5UzV2aVFUdDhkQ21yWGFyNw==","mongodb-root-password":"RzJNNWNrMzlCWDY3SDdMMkRvQjVMcVJGeHZQMTJ2SUxKVnc2V05aUg=="},"type":"generic"} + tf_http_res_version=HTTP/2.0 Date="Fri, 11 Jul 2025 06:59:52 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_op_type=response tf_http_res_status_code=200 tf_http_trans_id=faa2f1cc-da45-3452-5b3f-8e6538f2b347 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=641 Content-Type=application/json X-Api-Cattle-Auth=true timestamp="2025-07-11T08:59:53.013+0200" +2025-07-11T08:59:53.013+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:53 [INFO] Reading secret mongodb-auth +2025-07-11T08:59:53.014+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_op_type=request Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev tf_http_req_method=GET tf_http_trans_id=df95b62b-fcf5-4034-65bb-40f03db234b1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/mongodb/secrets/mongodb-auth Accept="application/json, */*" tf_http_req_body="" tf_http_req_version=HTTP/1.1 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." timestamp="2025-07-11T08:59:53.013+0200" +2025-07-11T08:59:53.173+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Api-Cattle-Auth=true tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"mongodb-auth","namespace":"mongodb","uid":"ca8368a6-42ac-4451-9d7b-003bd0dedf8b","resourceVersion":"2012002","creationTimestamp":"2024-11-29T19:03:50Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2024-11-29T19:14:42Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:mongodb-replica-set-key":{},"f:mongodb-root-password":{}},"f:type":{}}}]},"data":{"mongodb-replica-set-key":"ejl1Y2xzcWZIN1l3cVpmTE9nNTg3bEN5UzV2aVFUdDhkQ21yWGFyNw==","mongodb-root-password":"RzJNNWNrMzlCWDY3SDdMMkRvQjVMcVJGeHZQMTJ2SUxKVnc2V05aUg=="},"type":"generic"} + @module=kubernetes.Kubernetes Audit-Id=1decb55d-e6d2-418d-8aa0-23bf658922c0 tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" tf_http_trans_id=df95b62b-fcf5-4034-65bb-40f03db234b1 X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Date="Fri, 11 Jul 2025 06:59:53 GMT" X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_version=HTTP/2.0 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=641 Content-Type=application/json timestamp="2025-07-11T08:59:53.173+0200" +2025-07-11T08:59:53.173+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:53 [INFO] Received secret: v1.ObjectMeta{Name:"mongodb-auth", GenerateName:"", Namespace:"mongodb", SelfLink:"", UID:"ca8368a6-42ac-4451-9d7b-003bd0dedf8b", ResourceVersion:"2012002", Generation:0, CreationTimestamp:time.Date(2024, time.November, 29, 20, 3, 50, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2024, time.November, 29, 20, 14, 42, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000c15d58), Subresource:""}}} +2025-07-11T08:59:53.175+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.mongodb.kubernetes_secret.mongodb_auth, 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: + - .immutable: planned value cty.False for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:59:53.176+0200 [DEBUG] ReferenceTransformer: "module.mongodb.helm_release.mongodb" references: [] +2025-07-11T08:59:53.176+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:53.178+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=975138 +2025-07-11T08:59:53.178+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:53.182+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc00081c700 Settings:0xc0008ac360 RegistryClient:0xc0008b2080 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_rpc=ReadResource timestamp="2025-07-11T08:59:53.182+0200" +2025-07-11T08:59:53.182+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Current state before changes: {Atomic:false Chart:"mongodb" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"mongodb" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"8.0.3","chart":"mongodb","first_deployed":1732907685,"last_deployed":1752215413,"name":"mongodb","namespace":"mongodb","notes":"CHART NAME: mongodb\nCHART VERSION: 16.3.1\nAPP VERSION: 8.0.3\n\n** Please be patient while the chart is being deployed **\n\nMongoDB® can be accessed on the following DNS name(s) and ports from within your cluster:\n\n mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\n\nTo get the root password run:\n\n export MONGODB_ROOT_PASSWORD=$(kubectl get secret --namespace mongodb mongodb-auth -o jsonpath=\"{.data.mongodb-root-password}\" | base64 -d)\n\nTo connect to your database, create a MongoDB® client container:\n\n kubectl run --namespace mongodb mongodb-client --rm --tty -i --restart='Never' --env=\"MONGODB_ROOT_PASSWORD=$MONGODB_ROOT_PASSWORD\" --image docker.io/bitnami/mongodb:8.0.3-debian-12-r0 --command -- bash\n\nThen, run the following command:\n mongosh admin --host \"mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\" --authenticationDatabase admin -u $MONGODB_ROOT_USER -p $MONGODB_ROOT_PASSWORD\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - arbiter.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":3,"values":"{\"affinity\":{\"podAntiAffinity\":{\"requiredDuringSchedulingIgnoredDuringExecution\":[{\"labelSelector\":{\"matchLabels\":{\"app.kubernetes.io/component\":\"mongodb\"}},\"topologyKey\":\"kubernetes.io/hostname\"}]}},\"architecture\":\"replicaset\",\"auth\":{\"enabled\":true,\"existingSecret\":\"mongodb-auth\"},\"commonAnnotations\":{\"mongodb.com/timeouts\":\"true\"},\"livenessProbe\":{\"failureThreshold\":6,\"initialDelaySeconds\":60,\"periodSeconds\":20,\"timeoutSeconds\":15},\"mongodb\":{\"extraFlags\":[\"--oplogSizeMB=10240\",\"--setParameter=electionTimeoutMillis=10000\",\"--setParameter=heartbeatIntervalMillis=2000\",\"--setParameter=catchUpTimeoutMillis=30000\",\"--setParameter=catchUpTakeoverDelayMillis=30000\"]},\"readinessProbe\":{\"failureThreshold\":3,\"initialDelaySeconds\":30,\"periodSeconds\":10,\"successThreshold\":1,\"timeoutSeconds\":15},\"replicaCount\":3,\"resources\":{\"limits\":{\"cpu\":\"1000m\",\"memory\":\"1.5Gi\"},\"requests\":{\"cpu\":\"500m\",\"memory\":\"1Gi\"}},\"terminationGracePeriodSeconds\":300}","version":"16.3.1"} Name:"mongodb" Namespace:"mongodb" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["architecture: replicaset\nreplicaCount: 3\n\ncommonAnnotations:\n mongodb.com/timeouts: \"true\"\n\nmongodb:\n extraFlags:\n - \"--oplogSizeMB=10240\"\n - \"--setParameter=electionTimeoutMillis=10000\"\n - \"--setParameter=heartbeatIntervalMillis=2000\"\n - \"--setParameter=catchUpTimeoutMillis=30000\"\n - \"--setParameter=catchUpTakeoverDelayMillis=30000\"\n\n# More forgiving probe settings\nreadinessProbe:\n initialDelaySeconds: 30\n periodSeconds: 10\n timeoutSeconds: 15\n failureThreshold: 3\n successThreshold: 1\n\nlivenessProbe:\n initialDelaySeconds: 60\n periodSeconds: 20\n timeoutSeconds: 15\n failureThreshold: 6\n\n# Proper shutdown handling\nterminationGracePeriodSeconds: 300\n\n# Ensure pods are distributed across nodes\naffinity:\n podAntiAffinity:\n requiredDuringSchedulingIgnoredDuringExecution:\n - labelSelector:\n matchLabels:\n app.kubernetes.io/component: mongodb\n topologyKey: kubernetes.io/hostname\n\nauth:\n enabled: true\n existingSecret: mongodb-auth\n\n \n\n \n\nresources:\n limits:\n cpu: 1000m\n memory: 1.5Gi\n requests:\n cpu: 500m\n memory: 1Gi\n"] Verify:false Version:"16.3.1" Wait:true WaitForJobs:true}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:877 timestamp="2025-07-11T08:59:53.182+0200" +2025-07-11T08:59:53.182+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: mongodb] Start: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1653 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release tf_rpc=ReadResource @module=helm timestamp="2025-07-11T08:59:53.182+0200" +2025-07-11T08:59:53.182+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_rpc=ReadResource timestamp="2025-07-11T08:59:53.182+0200" +2025-07-11T08:59:53.182+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @module=helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:53.182+0200" +2025-07-11T08:59:53.182+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:53.182+0200" +2025-07-11T08:59:53.182+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: mongodb getRelease post action created: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 timestamp="2025-07-11T08:59:53.182+0200" +2025-07-11T08:59:53.647+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: minio] Got chart: tf_req_id=042e2134-0c7e-8e0d-0c87-943e19ddb710 tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 @module=helm timestamp="2025-07-11T08:59:53.647+0200" +2025-07-11T08:59:53.647+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=042e2134-0c7e-8e0d-0c87-943e19ddb710 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 @module=helm timestamp="2025-07-11T08:59:53.647+0200" +2025-07-11T08:59:53.647+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: minio] Release validated: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange tf_req_id=042e2134-0c7e-8e0d-0c87-943e19ddb710 tf_resource_type=helm_release timestamp="2025-07-11T08:59:53.647+0200" +2025-07-11T08:59:53.647+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: minio] Done: tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 tf_req_id=042e2134-0c7e-8e0d-0c87-943e19ddb710 tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:53.647+0200" +2025-07-11T08:59:53.649+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:53.649+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_namespace.tenant" references: [] +2025-07-11T08:59:53.652+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=975298 +2025-07-11T08:59:53.652+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:53.654+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:53 [INFO] Checking namespace 365zon +2025-07-11T08:59:53.654+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept="application/json, */*" Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon tf_http_trans_id=a4b09134-8f13-88ea-d520-91de78456538 @module=kubernetes.Kubernetes Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request timestamp="2025-07-11T08:59:53.654+0200" +2025-07-11T08:59:54.248+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 tf_http_trans_id=a4b09134-8f13-88ea-d520-91de78456538 @module=kubernetes.Kubernetes Audit-Id=a43580f7-afe2-4d40-8266-c7cf5687b458 Content-Length=1223 Content-Type=application/json tf_http_op_type=response + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"365zon","uid":"20230e1f-afa5-430b-9720-e3668166b470","resourceVersion":"109671116","creationTimestamp":"2025-07-11T06:29:49Z","labels":{"kubernetes.io/metadata.name":"365zon"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:51Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:51Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:49Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Date="Fri, 11 Jul 2025 06:59:54 GMT" X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_reason="200 OK" Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff timestamp="2025-07-11T08:59:54.248+0200" +2025-07-11T08:59:54.248+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:54 [INFO] Namespace 365zon exists +2025-07-11T08:59:54.248+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:54 [INFO] Reading namespace 365zon +2025-07-11T08:59:54.249+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept="application/json, */*" Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev tf_http_req_body="" tf_http_req_method=GET tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_trans_id=1fa0dbbe-f4e4-92b6-1ee8-a3795726c8e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 tf_http_op_type=request tf_http_req_version=HTTP/1.1 @module=kubernetes.Kubernetes Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." timestamp="2025-07-11T08:59:54.249+0200" +2025-07-11T08:59:54.270+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: rabbitmq getRelease post run: @module=helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 timestamp="2025-07-11T08:59:54.270+0200" +2025-07-11T08:59:54.270+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: rabbitmq getRelease completed: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 tf_resource_type=helm_release timestamp="2025-07-11T08:59:54.270+0200" +2025-07-11T08:59:54.270+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: rabbitmq] Done: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1668 tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 @module=helm timestamp="2025-07-11T08:59:54.270+0200" +2025-07-11T08:59:54.271+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseRead: rabbitmq] Started: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:899 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 timestamp="2025-07-11T08:59:54.270+0200" +2025-07-11T08:59:54.271+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm KubernetesData=map[] tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_rpc=ReadResource timestamp="2025-07-11T08:59:54.270+0200" +2025-07-11T08:59:54.271+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_rpc=ReadResource configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm timestamp="2025-07-11T08:59:54.271+0200" +2025-07-11T08:59:54.271+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:59:54.271+0200" +2025-07-11T08:59:54.271+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: rabbitmq getRelease post action created: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 timestamp="2025-07-11T08:59:54.271+0200" +2025-07-11T08:59:54.570+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: mongodb getRelease post run: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 timestamp="2025-07-11T08:59:54.569+0200" +2025-07-11T08:59:54.570+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: mongodb getRelease completed: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release timestamp="2025-07-11T08:59:54.570+0200" +2025-07-11T08:59:54.570+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: mongodb] Done: tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1668 timestamp="2025-07-11T08:59:54.570+0200" +2025-07-11T08:59:54.570+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseRead: mongodb] Started: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:899 tf_resource_type=helm_release tf_rpc=ReadResource @module=helm timestamp="2025-07-11T08:59:54.570+0200" +2025-07-11T08:59:54.570+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 KubernetesData=map[] tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:59:54.570+0200" +2025-07-11T08:59:54.570+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @module=helm configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_rpc=ReadResource tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 timestamp="2025-07-11T08:59:54.570+0200" +2025-07-11T08:59:54.570+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 timestamp="2025-07-11T08:59:54.570+0200" +2025-07-11T08:59:54.570+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: mongodb getRelease post action created: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:59:54.570+0200" +2025-07-11T08:59:54.698+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Audit-Id=758ff1ec-c6f1-4776-bea5-22cc6b5088c2 X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_status_code=200 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Length=1223 Date="Fri, 11 Jul 2025 06:59:54 GMT" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=1fa0dbbe-f4e4-92b6-1ee8-a3795726c8e4 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] tf_http_op_type=response + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"365zon","uid":"20230e1f-afa5-430b-9720-e3668166b470","resourceVersion":"109671116","creationTimestamp":"2025-07-11T06:29:49Z","labels":{"kubernetes.io/metadata.name":"365zon"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:51Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:51Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:49Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + @module=kubernetes.Kubernetes Content-Type=application/json X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 timestamp="2025-07-11T08:59:54.698+0200" +2025-07-11T08:59:54.698+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:54 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"365zon", GenerateName:"", Namespace:"", SelfLink:"", UID:"20230e1f-afa5-430b-9720-e3668166b470", ResourceVersion:"109671116", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 49, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"365zon"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:51Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T06:29:51Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 49, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0011800a8), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 50, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0011800d8), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T08:59:54.701+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.kubernetes_namespace.tenant, 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute +2025-07-11T08:59:54.701+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings" references: [] +2025-07-11T08:59:54.702+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:54 [INFO] Checking secret connection-strings +2025-07-11T08:59:54.702+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept-Encoding=gzip new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_version=HTTP/1.1 Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_req_method=GET tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/connection-strings tf_http_trans_id=6967cf65-069a-5673-171f-d3233947581c Accept="application/json, */*" timestamp="2025-07-11T08:59:54.702+0200" +2025-07-11T08:59:54.861+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"connection-strings","namespace":"365zon","uid":"47f6eb88-7be7-4756-ac01-6857de56e2e4","resourceVersion":"109671119","creationTimestamp":"2025-07-11T06:29:50Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:ConnectionStrings__DocumentDb":{},"f:ConnectionStrings__ServiceBus":{}},"f:type":{}}}]},"data":{"ConnectionStrings__DocumentDb":"bW9uZ29kYjovL3Jvb3Q6RzJNNWNrMzlCWDY3SDdMMkRvQjVMcVJGeHZQMTJ2SUxKVnc2V05aUkBtb25nb2RiLTAubW9uZ29kYi1oZWFkbGVzcy5tb25nb2RiLnN2Yy5jbHVzdGVyLmxvY2FsOjI3MDE3LG1vbmdvZGItMS5tb25nb2RiLWhlYWRsZXNzLm1vbmdvZGIuc3ZjLmNsdXN0ZXIubG9jYWw6MjcwMTcsbW9uZ29kYi0yLm1vbmdvZGItaGVhZGxlc3MubW9uZ29kYi5zdmMuY2x1c3Rlci5sb2NhbDoyNzAxNy9hZG1pbj9yZXBsaWNhU2V0PXJzMCZhdXRoU291cmNlPWFkbWlu","ConnectionStrings__ServiceBus":"cmFiYml0bXE6Ly91c2VyOlFBM1VObUVHb3Z5YktjVDQxNUs2QHJhYmJpdG1xLWhlYWRsZXNzLnJhYmJpdG1xLnN2Yy5jbHVzdGVyLmxvY2FsOjU2NzIv"},"type":"Opaque"} + tf_http_trans_id=6967cf65-069a-5673-171f-d3233947581c Audit-Id=09f1961f-2c65-4dea-bd57-108304d03139 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=1039 X-Content-Type-Options=nosniff tf_http_op_type=response Content-Type=application/json X-Api-Cattle-Auth=true X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_reason="200 OK" @module=kubernetes.Kubernetes Date="Fri, 11 Jul 2025 06:59:54 GMT" tf_http_res_status_code=200 timestamp="2025-07-11T08:59:54.861+0200" +2025-07-11T08:59:54.861+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:54 [INFO] Reading secret connection-strings +2025-07-11T08:59:54.861+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_body="" tf_http_trans_id=c4687033-0153-f777-86c2-2b0972c2c6e2 @module=kubernetes.Kubernetes User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/connection-strings tf_http_req_version=HTTP/1.1 Accept="application/json, */*" Accept-Encoding=gzip tf_http_req_method=GET timestamp="2025-07-11T08:59:54.861+0200" +2025-07-11T08:59:55.005+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=1039 Content-Type=application/json X-Api-Cattle-Auth=true Date="Fri, 11 Jul 2025 06:59:54 GMT" X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_code=200 tf_http_trans_id=c4687033-0153-f777-86c2-2b0972c2c6e2 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 Audit-Id=4a8e83b8-544d-466d-bb30-31da8c26bc43 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"connection-strings","namespace":"365zon","uid":"47f6eb88-7be7-4756-ac01-6857de56e2e4","resourceVersion":"109671119","creationTimestamp":"2025-07-11T06:29:50Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:50Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:ConnectionStrings__DocumentDb":{},"f:ConnectionStrings__ServiceBus":{}},"f:type":{}}}]},"data":{"ConnectionStrings__DocumentDb":"bW9uZ29kYjovL3Jvb3Q6RzJNNWNrMzlCWDY3SDdMMkRvQjVMcVJGeHZQMTJ2SUxKVnc2V05aUkBtb25nb2RiLTAubW9uZ29kYi1oZWFkbGVzcy5tb25nb2RiLnN2Yy5jbHVzdGVyLmxvY2FsOjI3MDE3LG1vbmdvZGItMS5tb25nb2RiLWhlYWRsZXNzLm1vbmdvZGIuc3ZjLmNsdXN0ZXIubG9jYWw6MjcwMTcsbW9uZ29kYi0yLm1vbmdvZGItaGVhZGxlc3MubW9uZ29kYi5zdmMuY2x1c3Rlci5sb2NhbDoyNzAxNy9hZG1pbj9yZXBsaWNhU2V0PXJzMCZhdXRoU291cmNlPWFkbWlu","ConnectionStrings__ServiceBus":"cmFiYml0bXE6Ly91c2VyOlFBM1VObUVHb3Z5YktjVDQxNUs2QHJhYmJpdG1xLWhlYWRsZXNzLnJhYmJpdG1xLnN2Yy5jbHVzdGVyLmxvY2FsOjU2NzIv"},"type":"Opaque"} + timestamp="2025-07-11T08:59:55.005+0200" +2025-07-11T08:59:55.005+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:55 [INFO] Received secret: v1.ObjectMeta{Name:"connection-strings", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"47f6eb88-7be7-4756-ac01-6857de56e2e4", ResourceVersion:"109671119", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 50, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 50, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001292018), Subresource:""}}} +2025-07-11T08:59:55.009+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.kubernetes_secret.connection_strings, 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: + - .immutable: planned value cty.False for a non-computed attribute + - .type: planned value cty.StringVal("Opaque") for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:59:55.022+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: mongodb getRelease post run: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 @module=helm timestamp="2025-07-11T08:59:55.022+0200" +2025-07-11T08:59:55.022+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: mongodb getRelease completed: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.022+0200" +2025-07-11T08:59:55.022+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"8.0.3","chart":"mongodb","first_deployed":1732907685,"last_deployed":1752215413,"name":"mongodb","namespace":"mongodb","notes":"CHART NAME: mongodb\nCHART VERSION: 16.3.1\nAPP VERSION: 8.0.3\n\n** Please be patient while the chart is being deployed **\n\nMongoDB® can be accessed on the following DNS name(s) and ports from within your cluster:\n\n mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\n\nTo get the root password run:\n\n export MONGODB_ROOT_PASSWORD=$(kubectl get secret --namespace mongodb mongodb-auth -o jsonpath=\"{.data.mongodb-root-password}\" | base64 -d)\n\nTo connect to your database, create a MongoDB® client container:\n\n kubectl run --namespace mongodb mongodb-client --rm --tty -i --restart='Never' --env=\"MONGODB_ROOT_PASSWORD=$MONGODB_ROOT_PASSWORD\" --image docker.io/bitnami/mongodb:8.0.3-debian-12-r0 --command -- bash\n\nThen, run the following command:\n mongosh admin --host \"mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\" --authenticationDatabase admin -u $MONGODB_ROOT_USER -p $MONGODB_ROOT_PASSWORD\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - arbiter.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":3,"values":"{\"affinity\":{\"podAntiAffinity\":{\"requiredDuringSchedulingIgnoredDuringExecution\":[{\"labelSelector\":{\"matchLabels\":{\"app.kubernetes.io/component\":\"mongodb\"}},\"topologyKey\":\"kubernetes.io/hostname\"}]}},\"architecture\":\"replicaset\",\"auth\":{\"enabled\":true,\"existingSecret\":\"mongodb-auth\"},\"commonAnnotations\":{\"mongodb.com/timeouts\":\"true\"},\"livenessProbe\":{\"failureThreshold\":6,\"initialDelaySeconds\":60,\"periodSeconds\":20,\"timeoutSeconds\":15},\"mongodb\":{\"extraFlags\":[\"--oplogSizeMB=10240\",\"--setParameter=electionTimeoutMillis=10000\",\"--setParameter=heartbeatIntervalMillis=2000\",\"--setParameter=catchUpTimeoutMillis=30000\",\"--setParameter=catchUpTakeoverDelayMillis=30000\"]},\"readinessProbe\":{\"failureThreshold\":3,\"initialDelaySeconds\":30,\"periodSeconds\":10,\"successThreshold\":1,\"timeoutSeconds\":15},\"replicaCount\":3,\"resources\":{\"limits\":{\"cpu\":\"1000m\",\"memory\":\"1.5Gi\"},\"requests\":{\"cpu\":\"500m\",\"memory\":\"1Gi\"}},\"terminationGracePeriodSeconds\":300}","version":"16.3.1"}: tf_rpc=ReadResource @module=helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release timestamp="2025-07-11T08:59:55.022+0200" +2025-07-11T08:59:55.022+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=reuse_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.022+0200" +2025-07-11T08:59:55.022+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=replace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:59:55.022+0200" +2025-07-11T08:59:55.022+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=reset_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:55.022+0200" +2025-07-11T08:59:55.022+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=render_subchart_notes tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:55.022+0200" +2025-07-11T08:59:55.022+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=repository tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba timestamp="2025-07-11T08:59:55.022+0200" +2025-07-11T08:59:55.022+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_attribute_path=wait_for_jobs tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:55.022+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=pass_credentials timestamp="2025-07-11T08:59:55.022+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=recreate_pods tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:55.022+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=disable_openapi_validation tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:55.022+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=lint tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.022+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_attribute_path=disable_crd_hooks tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:55.022+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=sdk.framework tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release timestamp="2025-07-11T08:59:55.022+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=status tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=dependency_update timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=wait tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=cleanup_on_fail tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=create_namespace tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=values[0] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_rpc=ReadResource @module=sdk.framework tf_resource_type=helm_release timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=disable_webhooks tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=atomic tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=verify @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_attribute_path=namespace tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=force_update tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_attribute_path=max_history tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba @module=sdk.framework tf_attribute_path=skip_crds timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=version tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=timeout timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.023+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=chart tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.024+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.first_deployed tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.024+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.values tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.024+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.revision tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.024+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.last_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.024+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_attribute_path=metadata.version tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.024+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_rpc=ReadResource tf_attribute_path=metadata.namespace tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.024+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.app_version tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.024+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.notes tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.024+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.name tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.024+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.chart tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.024+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata tf_req_id=c3d6f6f9-0de4-e74c-29be-1420151995ba @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:55.023+0200" +2025-07-11T08:59:55.024+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:55.026+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc00081c700 Settings:0xc0008ac360 RegistryClient:0xc0008b2080 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ValidateResourceConfig @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_req_id=ccb0f1bf-e117-c018-1dc8-72a6572f6730 tf_resource_type=helm_release timestamp="2025-07-11T08:59:55.026+0200" +2025-07-11T08:59:55.027+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc00081c700 Settings:0xc0008ac360 RegistryClient:0xc0008b2080 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_req_id=83656fc1-d8a7-032a-f59b-5b81b55c53bc tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:55.027+0200" +2025-07-11T08:59:55.033+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"mongodb" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"mongodb" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"8.0.3","chart":"mongodb","first_deployed":1732907685,"last_deployed":1752215413,"name":"mongodb","namespace":"mongodb","notes":"CHART NAME: mongodb\nCHART VERSION: 16.3.1\nAPP VERSION: 8.0.3\n\n** Please be patient while the chart is being deployed **\n\nMongoDB® can be accessed on the following DNS name(s) and ports from within your cluster:\n\n mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\n\nTo get the root password run:\n\n export MONGODB_ROOT_PASSWORD=$(kubectl get secret --namespace mongodb mongodb-auth -o jsonpath=\"{.data.mongodb-root-password}\" | base64 -d)\n\nTo connect to your database, create a MongoDB® client container:\n\n kubectl run --namespace mongodb mongodb-client --rm --tty -i --restart='Never' --env=\"MONGODB_ROOT_PASSWORD=$MONGODB_ROOT_PASSWORD\" --image docker.io/bitnami/mongodb:8.0.3-debian-12-r0 --command -- bash\n\nThen, run the following command:\n mongosh admin --host \"mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\" --authenticationDatabase admin -u $MONGODB_ROOT_USER -p $MONGODB_ROOT_PASSWORD\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - arbiter.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":3,"values":"{\"affinity\":{\"podAntiAffinity\":{\"requiredDuringSchedulingIgnoredDuringExecution\":[{\"labelSelector\":{\"matchLabels\":{\"app.kubernetes.io/component\":\"mongodb\"}},\"topologyKey\":\"kubernetes.io/hostname\"}]}},\"architecture\":\"replicaset\",\"auth\":{\"enabled\":true,\"existingSecret\":\"mongodb-auth\"},\"commonAnnotations\":{\"mongodb.com/timeouts\":\"true\"},\"livenessProbe\":{\"failureThreshold\":6,\"initialDelaySeconds\":60,\"periodSeconds\":20,\"timeoutSeconds\":15},\"mongodb\":{\"extraFlags\":[\"--oplogSizeMB=10240\",\"--setParameter=electionTimeoutMillis=10000\",\"--setParameter=heartbeatIntervalMillis=2000\",\"--setParameter=catchUpTimeoutMillis=30000\",\"--setParameter=catchUpTakeoverDelayMillis=30000\"]},\"readinessProbe\":{\"failureThreshold\":3,\"initialDelaySeconds\":30,\"periodSeconds\":10,\"successThreshold\":1,\"timeoutSeconds\":15},\"replicaCount\":3,\"resources\":{\"limits\":{\"cpu\":\"1000m\",\"memory\":\"1.5Gi\"},\"requests\":{\"cpu\":\"500m\",\"memory\":\"1Gi\"}},\"terminationGracePeriodSeconds\":300}","version":"16.3.1"} Name:"mongodb" Namespace:"mongodb" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["architecture: replicaset\nreplicaCount: 3\n\ncommonAnnotations:\n mongodb.com/timeouts: \"true\"\n\nmongodb:\n extraFlags:\n - \"--oplogSizeMB=10240\"\n - \"--setParameter=electionTimeoutMillis=10000\"\n - \"--setParameter=heartbeatIntervalMillis=2000\"\n - \"--setParameter=catchUpTimeoutMillis=30000\"\n - \"--setParameter=catchUpTakeoverDelayMillis=30000\"\n\n# More forgiving probe settings\nreadinessProbe:\n initialDelaySeconds: 30\n periodSeconds: 10\n timeoutSeconds: 15\n failureThreshold: 3\n successThreshold: 1\n\nlivenessProbe:\n initialDelaySeconds: 60\n periodSeconds: 20\n timeoutSeconds: 15\n failureThreshold: 6\n\n# Proper shutdown handling\nterminationGracePeriodSeconds: 300\n\n# Ensure pods are distributed across nodes\naffinity:\n podAntiAffinity:\n requiredDuringSchedulingIgnoredDuringExecution:\n - labelSelector:\n matchLabels:\n app.kubernetes.io/component: mongodb\n topologyKey: kubernetes.io/hostname\n\nauth:\n enabled: true\n existingSecret: mongodb-auth\n\n \n\n \n\nresources:\n limits:\n cpu: 1000m\n memory: 1.5Gi\n requests:\n cpu: 500m\n memory: 1Gi\n"] Verify:false Version:"16.3.1" Wait:true WaitForJobs:true}: @module=helm tf_req_id=83656fc1-d8a7-032a-f59b-5b81b55c53bc tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:55.032+0200" +2025-07-11T08:59:55.033+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"mongodb" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"mongodb" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"8.0.3","chart":"mongodb","first_deployed":1732907685,"last_deployed":1752215413,"name":"mongodb","namespace":"mongodb","notes":"CHART NAME: mongodb\nCHART VERSION: 16.3.1\nAPP VERSION: 8.0.3\n\n** Please be patient while the chart is being deployed **\n\nMongoDB® can be accessed on the following DNS name(s) and ports from within your cluster:\n\n mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017\n mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\n\nTo get the root password run:\n\n export MONGODB_ROOT_PASSWORD=$(kubectl get secret --namespace mongodb mongodb-auth -o jsonpath=\"{.data.mongodb-root-password}\" | base64 -d)\n\nTo connect to your database, create a MongoDB® client container:\n\n kubectl run --namespace mongodb mongodb-client --rm --tty -i --restart='Never' --env=\"MONGODB_ROOT_PASSWORD=$MONGODB_ROOT_PASSWORD\" --image docker.io/bitnami/mongodb:8.0.3-debian-12-r0 --command -- bash\n\nThen, run the following command:\n mongosh admin --host \"mongodb-0.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-1.mongodb-headless.mongodb.svc.cluster.local:27017,mongodb-2.mongodb-headless.mongodb.svc.cluster.local:27017\" --authenticationDatabase admin -u $MONGODB_ROOT_USER -p $MONGODB_ROOT_PASSWORD\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - arbiter.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":3,"values":"{\"affinity\":{\"podAntiAffinity\":{\"requiredDuringSchedulingIgnoredDuringExecution\":[{\"labelSelector\":{\"matchLabels\":{\"app.kubernetes.io/component\":\"mongodb\"}},\"topologyKey\":\"kubernetes.io/hostname\"}]}},\"architecture\":\"replicaset\",\"auth\":{\"enabled\":true,\"existingSecret\":\"mongodb-auth\"},\"commonAnnotations\":{\"mongodb.com/timeouts\":\"true\"},\"livenessProbe\":{\"failureThreshold\":6,\"initialDelaySeconds\":60,\"periodSeconds\":20,\"timeoutSeconds\":15},\"mongodb\":{\"extraFlags\":[\"--oplogSizeMB=10240\",\"--setParameter=electionTimeoutMillis=10000\",\"--setParameter=heartbeatIntervalMillis=2000\",\"--setParameter=catchUpTimeoutMillis=30000\",\"--setParameter=catchUpTakeoverDelayMillis=30000\"]},\"readinessProbe\":{\"failureThreshold\":3,\"initialDelaySeconds\":30,\"periodSeconds\":10,\"successThreshold\":1,\"timeoutSeconds\":15},\"replicaCount\":3,\"resources\":{\"limits\":{\"cpu\":\"1000m\",\"memory\":\"1.5Gi\"},\"requests\":{\"cpu\":\"500m\",\"memory\":\"1Gi\"}},\"terminationGracePeriodSeconds\":300}","version":"16.3.1"} Name:"mongodb" Namespace:"mongodb" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["architecture: replicaset\nreplicaCount: 3\n\ncommonAnnotations:\n mongodb.com/timeouts: \"true\"\n\nmongodb:\n extraFlags:\n - \"--oplogSizeMB=10240\"\n - \"--setParameter=electionTimeoutMillis=10000\"\n - \"--setParameter=heartbeatIntervalMillis=2000\"\n - \"--setParameter=catchUpTimeoutMillis=30000\"\n - \"--setParameter=catchUpTakeoverDelayMillis=30000\"\n\n# More forgiving probe settings\nreadinessProbe:\n initialDelaySeconds: 30\n periodSeconds: 10\n timeoutSeconds: 15\n failureThreshold: 3\n successThreshold: 1\n\nlivenessProbe:\n initialDelaySeconds: 60\n periodSeconds: 20\n timeoutSeconds: 15\n failureThreshold: 6\n\n# Proper shutdown handling\nterminationGracePeriodSeconds: 300\n\n# Ensure pods are distributed across nodes\naffinity:\n podAntiAffinity:\n requiredDuringSchedulingIgnoredDuringExecution:\n - labelSelector:\n matchLabels:\n app.kubernetes.io/component: mongodb\n topologyKey: kubernetes.io/hostname\n\nauth:\n enabled: true\n existingSecret: mongodb-auth\n\n \n\n \n\nresources:\n limits:\n cpu: 1000m\n memory: 1.5Gi\n requests:\n cpu: 500m\n memory: 1Gi\n"] Verify:false Version:"16.3.1" Wait:true WaitForJobs:true}: tf_rpc=PlanResourceChange @module=helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=83656fc1-d8a7-032a-f59b-5b81b55c53bc timestamp="2025-07-11T08:59:55.032+0200" +2025-07-11T08:59:55.033+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: mongodb] Start: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 tf_req_id=83656fc1-d8a7-032a-f59b-5b81b55c53bc tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:55.033+0200" +2025-07-11T08:59:55.033+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @module=helm KubernetesData=map[] tf_req_id=83656fc1-d8a7-032a-f59b-5b81b55c53bc @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:55.033+0200" +2025-07-11T08:59:55.033+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @module=helm tf_req_id=83656fc1-d8a7-032a-f59b-5b81b55c53bc tf_rpc=PlanResourceChange configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 timestamp="2025-07-11T08:59:55.033+0200" +2025-07-11T08:59:55.033+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=83656fc1-d8a7-032a-f59b-5b81b55c53bc tf_resource_type=helm_release timestamp="2025-07-11T08:59:55.033+0200" +2025-07-11T08:59:55.033+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: mongodb] Initial Values: Name=mongodb, Namespace=mongodb, Repository=oci://registry-1.docker.io/bitnamicharts, Repository_Username=, Repository_Password=, Chart=mongodb: tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 @module=helm tf_req_id=83656fc1-d8a7-032a-f59b-5b81b55c53bc tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:55.033+0200" +2025-07-11T08:59:55.033+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc0008ac480 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_req_id=83656fc1-d8a7-032a-f59b-5b81b55c53bc @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:55.033+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: rabbitmq getRelease post run: @module=helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: rabbitmq getRelease completed: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"4.0.4","chart":"rabbitmq","first_deployed":1732607998,"last_deployed":1752215414,"name":"rabbitmq","namespace":"rabbitmq","notes":"CHART NAME: rabbitmq\nCHART VERSION: 15.1.0\nAPP VERSION: 4.0.4** Please be patient while the chart is being deployed **\n\nCredentials:\n echo \"Username : user\"\n echo \"Password : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-password}\" | base64 -d)\"\n echo \"ErLang Cookie : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-erlang-cookie}\" | base64 -d)\"\n\nNote that the credentials are saved in persistent volume claims and will not be changed upon upgrade or reinstallation unless the persistent volume claim has been deleted. If this is not the first installation of this chart, the credentials may not be valid.\nThis is applicable when no passwords are set and therefore the random password is autogenerated. In case of using a fixed password, you should specify it when upgrading.\nMore information about the credentials may be found at https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues/#credential-errors-while-upgrading-chart-releases.\n\nRabbitMQ can be accessed within the cluster on port 5672 at rabbitmq.rabbitmq.svc.cluster.local\n\nTo access for outside the cluster, perform the following steps:\n\nTo Access the RabbitMQ AMQP port:\n\n1. Create a port-forward to the AMQP port:\n\n kubectl port-forward --namespace rabbitmq svc/rabbitmq 5672:5672 &\n echo \"URL : amqp://127.0.0.1:5672/\"\n\n2. Access RabbitMQ using using the obtained URL.\n\nTo Access the RabbitMQ Management interface:\n\n1. Get the RabbitMQ Management URL and associate its hostname to your cluster external IP:\n\n export CLUSTER_IP=$(minikube ip) # On Minikube. Use: `kubectl cluster-info` on others K8s clusters\n echo \"RabbitMQ Management: http://rabbitmq.local/\"\n echo \"$CLUSTER_IP rabbitmq.local\" | sudo tee -a /etc/hosts\n\n2. Open a browser and access RabbitMQ Management using the obtained URL.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"auth\":{\"password\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"kubernetes.io/ingress.class\":\"nginx\"},\"enabled\":true,\"hostname\":\"rabbitmq.local\",\"ingressClassName\":\"nginx\",\"tls\":false},\"persistence\":{\"size\":\"4Gi\"},\"replicaCount\":1}","version":"15.1.0"}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=render_subchart_notes tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=disable_crd_hooks tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=status tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=cleanup_on_fail tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=pass_credentials tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=replace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.revision tf_resource_type=helm_release timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=metadata.app_version tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.chart tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.last_deployed tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.name timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=metadata.namespace tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.notes tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.first_deployed tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_attribute_path=metadata.values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.version tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=chart tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=dependency_update tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=disable_webhooks tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.039+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ReadResource tf_attribute_path=max_history timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=values[0] tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=verify tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=force_update tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_rpc=ReadResource tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_rpc=ReadResource tf_attribute_path=wait_for_jobs tf_resource_type=helm_release timestamp="2025-07-11T08:59:55.039+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set_sensitive[0].name tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=set_sensitive[0].value tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set_sensitive[0] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 @module=sdk.framework tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=set_sensitive tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=reuse_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_rpc=ReadResource tf_attribute_path=timeout tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=skip_crds tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=create_namespace tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=wait tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set[0].value tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=set[0].name tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[0].type tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[0] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=set[1].type tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[1].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set[1].name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=set[1] tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=set timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=recreate_pods tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=version tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=namespace tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=lint tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_rpc=ReadResource tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=disable_openapi_validation tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=repository tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 @module=sdk.framework tf_attribute_path=reset_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.040+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=atomic tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=97e3b6e5-621b-0b67-7aa7-091258dcae77 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T08:59:55.040+0200" +2025-07-11T08:59:55.042+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T08:59:55.043+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0005ec540 Settings:0xc000776b40 RegistryClient:0xc0005ca080 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=c2b03ee5-5d95-102d-441b-b1b62d29865f tf_resource_type=helm_release tf_rpc=ValidateResourceConfig @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 timestamp="2025-07-11T08:59:55.043+0200" +2025-07-11T08:59:55.046+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0005ec540 Settings:0xc000776b40 RegistryClient:0xc0005ca080 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_req_id=061a0945-8a92-02a6-781c-97e270271485 tf_resource_type=helm_release timestamp="2025-07-11T08:59:55.046+0200" +2025-07-11T08:59:55.050+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"rabbitmq" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"rabbitmq" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"4.0.4","chart":"rabbitmq","first_deployed":1732607998,"last_deployed":1752215414,"name":"rabbitmq","namespace":"rabbitmq","notes":"CHART NAME: rabbitmq\nCHART VERSION: 15.1.0\nAPP VERSION: 4.0.4** Please be patient while the chart is being deployed **\n\nCredentials:\n echo \"Username : user\"\n echo \"Password : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-password}\" | base64 -d)\"\n echo \"ErLang Cookie : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-erlang-cookie}\" | base64 -d)\"\n\nNote that the credentials are saved in persistent volume claims and will not be changed upon upgrade or reinstallation unless the persistent volume claim has been deleted. If this is not the first installation of this chart, the credentials may not be valid.\nThis is applicable when no passwords are set and therefore the random password is autogenerated. In case of using a fixed password, you should specify it when upgrading.\nMore information about the credentials may be found at https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues/#credential-errors-while-upgrading-chart-releases.\n\nRabbitMQ can be accessed within the cluster on port 5672 at rabbitmq.rabbitmq.svc.cluster.local\n\nTo access for outside the cluster, perform the following steps:\n\nTo Access the RabbitMQ AMQP port:\n\n1. Create a port-forward to the AMQP port:\n\n kubectl port-forward --namespace rabbitmq svc/rabbitmq 5672:5672 &\n echo \"URL : amqp://127.0.0.1:5672/\"\n\n2. Access RabbitMQ using using the obtained URL.\n\nTo Access the RabbitMQ Management interface:\n\n1. Get the RabbitMQ Management URL and associate its hostname to your cluster external IP:\n\n export CLUSTER_IP=$(minikube ip) # On Minikube. Use: `kubectl cluster-info` on others K8s clusters\n echo \"RabbitMQ Management: http://rabbitmq.local/\"\n echo \"$CLUSTER_IP rabbitmq.local\" | sudo tee -a /etc/hosts\n\n2. Open a browser and access RabbitMQ Management using the obtained URL.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"auth\":{\"password\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"kubernetes.io/ingress.class\":\"nginx\"},\"enabled\":true,\"hostname\":\"rabbitmq.local\",\"ingressClassName\":\"nginx\",\"tls\":false},\"persistence\":{\"size\":\"4Gi\"},\"replicaCount\":1}","version":"15.1.0"} Name:"rabbitmq" Namespace:"rabbitmq" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"replicaCount","type":"","value":"1"},{"name":"persistence.size","type":"","value":"4Gi"}] SetList: SetSensitive:[{"name":"auth.password","type":,"value":"QA3UNmEGovybKcT415K6"}] SkipCrds:false Status:"deployed" Timeout:300 Values:["ingress:\n enabled: true\n tls: false\n ingressClassName: nginx\n hostname: rabbitmq.local\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n"] Verify:false Version:"15.1.0" Wait:true WaitForJobs:false}: tf_rpc=PlanResourceChange @module=helm tf_req_id=061a0945-8a92-02a6-781c-97e270271485 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:55.050+0200" +2025-07-11T08:59:55.050+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"rabbitmq" CleanupOnFail:false CreateNamespace:true DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"rabbitmq" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"4.0.4","chart":"rabbitmq","first_deployed":1732607998,"last_deployed":1752215414,"name":"rabbitmq","namespace":"rabbitmq","notes":"CHART NAME: rabbitmq\nCHART VERSION: 15.1.0\nAPP VERSION: 4.0.4** Please be patient while the chart is being deployed **\n\nCredentials:\n echo \"Username : user\"\n echo \"Password : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-password}\" | base64 -d)\"\n echo \"ErLang Cookie : $(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath=\"{.data.rabbitmq-erlang-cookie}\" | base64 -d)\"\n\nNote that the credentials are saved in persistent volume claims and will not be changed upon upgrade or reinstallation unless the persistent volume claim has been deleted. If this is not the first installation of this chart, the credentials may not be valid.\nThis is applicable when no passwords are set and therefore the random password is autogenerated. In case of using a fixed password, you should specify it when upgrading.\nMore information about the credentials may be found at https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues/#credential-errors-while-upgrading-chart-releases.\n\nRabbitMQ can be accessed within the cluster on port 5672 at rabbitmq.rabbitmq.svc.cluster.local\n\nTo access for outside the cluster, perform the following steps:\n\nTo Access the RabbitMQ AMQP port:\n\n1. Create a port-forward to the AMQP port:\n\n kubectl port-forward --namespace rabbitmq svc/rabbitmq 5672:5672 &\n echo \"URL : amqp://127.0.0.1:5672/\"\n\n2. Access RabbitMQ using using the obtained URL.\n\nTo Access the RabbitMQ Management interface:\n\n1. Get the RabbitMQ Management URL and associate its hostname to your cluster external IP:\n\n export CLUSTER_IP=$(minikube ip) # On Minikube. Use: `kubectl cluster-info` on others K8s clusters\n echo \"RabbitMQ Management: http://rabbitmq.local/\"\n echo \"$CLUSTER_IP rabbitmq.local\" | sudo tee -a /etc/hosts\n\n2. Open a browser and access RabbitMQ Management using the obtained URL.\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\n","revision":10,"values":"{\"auth\":{\"password\":\"(sensitive value)\"},\"ingress\":{\"annotations\":{\"kubernetes.io/ingress.class\":\"nginx\"},\"enabled\":true,\"hostname\":\"rabbitmq.local\",\"ingressClassName\":\"nginx\",\"tls\":false},\"persistence\":{\"size\":\"4Gi\"},\"replicaCount\":1}","version":"15.1.0"} Name:"rabbitmq" Namespace:"rabbitmq" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"oci://registry-1.docker.io/bitnamicharts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set:[{"name":"replicaCount","type":"","value":"1"},{"name":"persistence.size","type":"","value":"4Gi"}] SetList: SetSensitive:[{"name":"auth.password","type":,"value":"QA3UNmEGovybKcT415K6"}] SkipCrds:false Status:"deployed" Timeout:300 Values:["ingress:\n enabled: true\n tls: false\n ingressClassName: nginx\n hostname: rabbitmq.local\n annotations:\n kubernetes.io/ingress.class: nginx\n \n \n \n \n"] Verify:false Version:"15.1.0" Wait:true WaitForJobs:false}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=061a0945-8a92-02a6-781c-97e270271485 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 @module=helm timestamp="2025-07-11T08:59:55.050+0200" +2025-07-11T08:59:55.050+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: rabbitmq] Start: tf_req_id=061a0945-8a92-02a6-781c-97e270271485 tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:59:55.050+0200" +2025-07-11T08:59:55.050+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=061a0945-8a92-02a6-781c-97e270271485 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm timestamp="2025-07-11T08:59:55.050+0200" +2025-07-11T08:59:55.050+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm tf_req_id=061a0945-8a92-02a6-781c-97e270271485 tf_resource_type=helm_release tf_rpc=PlanResourceChange configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T08:59:55.050+0200" +2025-07-11T08:59:55.050+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=061a0945-8a92-02a6-781c-97e270271485 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:55.050+0200" +2025-07-11T08:59:55.051+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: rabbitmq] Initial Values: Name=rabbitmq, Namespace=rabbitmq, Repository=oci://registry-1.docker.io/bitnamicharts, Repository_Username=, Repository_Password=, Chart=rabbitmq: tf_req_id=061a0945-8a92-02a6-781c-97e270271485 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 @module=helm timestamp="2025-07-11T08:59:55.050+0200" +2025-07-11T08:59:55.051+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc000776c60 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: @module=helm tf_req_id=061a0945-8a92-02a6-781c-97e270271485 tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T08:59:55.050+0200" +2025-07-11T08:59:55.486+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 08:59:55 [DEBUG] ({365zon2 on false { + "Version": "2012-10-17", + "Statement": [ + { + "Effect": "Allow", + "Action": [ + "s3:ListBucket" + ], + "Resource": [ + "arn:aws:s3:::365zon2" + ] + }, + { + "Effect": "Allow", + "Action": [ + "s3:DeleteObject", + "s3:GetObject", + "s3:PutObject" + ], + "Resource": [ + "arn:aws:s3:::365zon2/*" + ] + } + ] +} }): timestamp="2025-07-11T08:59:55.485+0200" +2025-07-11T08:59:55.487+0200 [WARN] Provider "registry.terraform.io/aminueza/minio" produced an invalid plan for module.tenant-365zon.module.minio.minio_iam_service_account.overlay, 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: + - .expiration: planned value cty.StringVal("1970-01-01T00:00:00Z") for a non-computed attribute + - .name: planned value cty.StringVal("") for a non-computed attribute + - .disable_user: planned value cty.False for a non-computed attribute + - .update_secret: planned value cty.False for a non-computed attribute + - .description: planned value cty.StringVal("") for a non-computed attribute +2025-07-11T08:59:55.488+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:55.488+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.storage" references: [] +2025-07-11T08:59:55.489+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=975331 +2025-07-11T08:59:55.489+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:55.491+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:55 [INFO] Checking secret storage +2025-07-11T08:59:55.491+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Accept="application/json, */*" Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/storage tf_http_req_version=HTTP/1.1 Host=rancher.bridge.fourlights.dev tf_http_trans_id=49ebfc02-7572-7fe7-1342-14b9c7ec5a9c timestamp="2025-07-11T08:59:55.491+0200" +2025-07-11T08:59:55.616+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Audit-Id=489ca172-fea6-408f-9c19-34993669b495 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"storage","namespace":"365zon","uid":"ef14e016-33d3-4f6d-8de9-1120ea8c2fd0","resourceVersion":"109677334","creationTimestamp":"2025-07-11T06:46:34Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:46:34Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:Storage__AccountKey":{},"f:Storage__AccountName":{},"f:Storage__BlobUri":{},"f:Storage__S3BucketName":{}},"f:type":{}}}]},"data":{"Storage__AccountKey":"RFJzblhXNm5ZVklWN2w4RlVtb2dkeDN5VU9XY2JmWjM0VUVkK0cyag==","Storage__AccountName":"RUFHVDNTMzY1SzlITElMQlcwTTU=","Storage__BlobUri":"aHR0cHM6Ly9zdG9yYWdlLjM2NXpvbi5mb3VybGlnaHRzLmRldg==","Storage__S3BucketName":"MzY1em9uMg=="},"type":"Opaque"} + tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 tf_http_trans_id=49ebfc02-7572-7fe7-1342-14b9c7ec5a9c @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Content-Type=application/json tf_http_res_status_reason="200 OK" Content-Length=764 Date="Fri, 11 Jul 2025 06:59:55 GMT" tf_http_op_type=response Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 timestamp="2025-07-11T08:59:55.615+0200" +2025-07-11T08:59:55.616+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:55 [INFO] Reading secret storage +2025-07-11T08:59:55.616+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/storage @module=kubernetes.Kubernetes Host=rancher.bridge.fourlights.dev tf_http_req_body="" tf_http_req_method=GET @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request Accept="application/json, */*" tf_http_req_version=HTTP/1.1 tf_http_trans_id=2d9f1939-4c15-d466-37ec-5154344d928a Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." timestamp="2025-07-11T08:59:55.616+0200" +2025-07-11T08:59:55.779+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Length=764 Content-Type=application/json tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 tf_http_trans_id=2d9f1939-4c15-d466-37ec-5154344d928a @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." Audit-Id=28923c7c-fb3b-4c23-830d-772efd978626 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response Date="Fri, 11 Jul 2025 06:59:55 GMT" X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"storage","namespace":"365zon","uid":"ef14e016-33d3-4f6d-8de9-1120ea8c2fd0","resourceVersion":"109677334","creationTimestamp":"2025-07-11T06:46:34Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:46:34Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:Storage__AccountKey":{},"f:Storage__AccountName":{},"f:Storage__BlobUri":{},"f:Storage__S3BucketName":{}},"f:type":{}}}]},"data":{"Storage__AccountKey":"RFJzblhXNm5ZVklWN2w4RlVtb2dkeDN5VU9XY2JmWjM0VUVkK0cyag==","Storage__AccountName":"RUFHVDNTMzY1SzlITElMQlcwTTU=","Storage__BlobUri":"aHR0cHM6Ly9zdG9yYWdlLjM2NXpvbi5mb3VybGlnaHRzLmRldg==","Storage__S3BucketName":"MzY1em9uMg=="},"type":"Opaque"} + tf_http_res_status_code=200 timestamp="2025-07-11T08:59:55.779+0200" +2025-07-11T08:59:55.779+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 08:59:55 [INFO] Received secret: v1.ObjectMeta{Name:"storage", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"ef14e016-33d3-4f6d-8de9-1120ea8c2fd0", ResourceVersion:"109677334", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 46, 34, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 46, 34, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000e86558), Subresource:""}}} +2025-07-11T08:59:55.781+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.kubernetes_secret.storage, 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: + - .immutable: planned value cty.False for a non-computed attribute + - .type: planned value cty.StringVal("Opaque") for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T08:59:56.870+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: rabbitmq] Got chart: tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=061a0945-8a92-02a6-781c-97e270271485 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 timestamp="2025-07-11T08:59:56.870+0200" +2025-07-11T08:59:56.870+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 @module=helm tf_req_id=061a0945-8a92-02a6-781c-97e270271485 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:56.870+0200" +2025-07-11T08:59:56.870+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: rabbitmq] Release validated: tf_req_id=061a0945-8a92-02a6-781c-97e270271485 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:56.870+0200" +2025-07-11T08:59:56.870+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: rabbitmq] Done: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=061a0945-8a92-02a6-781c-97e270271485 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 @module=helm timestamp="2025-07-11T08:59:56.870+0200" +2025-07-11T08:59:56.872+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:56.874+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=975188 +2025-07-11T08:59:56.875+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:56.885+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: mongodb] Got chart: @module=helm tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=83656fc1-d8a7-032a-f59b-5b81b55c53bc tf_resource_type=helm_release timestamp="2025-07-11T08:59:56.885+0200" +2025-07-11T08:59:56.885+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=83656fc1-d8a7-032a-f59b-5b81b55c53bc @module=helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:56.885+0200" +2025-07-11T08:59:56.885+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: mongodb] Release validated: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=83656fc1-d8a7-032a-f59b-5b81b55c53bc @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 @module=helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:56.885+0200" +2025-07-11T08:59:56.885+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: mongodb] Done: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=83656fc1-d8a7-032a-f59b-5b81b55c53bc tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 @module=helm timestamp="2025-07-11T08:59:56.885+0200" +2025-07-11T08:59:56.887+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:56.889+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=975221 +2025-07-11T08:59:56.889+0200 [DEBUG] provider: plugin exited +2025-07-11T08:59:58.257+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: redis] Got chart: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 @module=helm tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f478a758-4d67-25d9-f667-769a3c602a1e timestamp="2025-07-11T08:59:58.257+0200" +2025-07-11T08:59:58.257+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm tf_req_id=f478a758-4d67-25d9-f667-769a3c602a1e timestamp="2025-07-11T08:59:58.257+0200" +2025-07-11T08:59:58.257+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: redis] Release validated: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f478a758-4d67-25d9-f667-769a3c602a1e @module=helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T08:59:58.257+0200" +2025-07-11T08:59:58.257+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: redis] Done: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f478a758-4d67-25d9-f667-769a3c602a1e tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm timestamp="2025-07-11T08:59:58.257+0200" +2025-07-11T08:59:58.259+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T08:59:58.264+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=975123 +2025-07-11T08:59:58.264+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:03.274+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: postgresql] Got chart: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0ddc54d8-846e-7127-4b5d-aaf6e4b0a1b7 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 @module=helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T09:00:03.274+0200" +2025-07-11T09:00:03.274+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: tf_req_id=0ddc54d8-846e-7127-4b5d-aaf6e4b0a1b7 tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T09:00:03.274+0200" +2025-07-11T09:00:03.274+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: postgresql] Release validated: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0ddc54d8-846e-7127-4b5d-aaf6e4b0a1b7 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 tf_rpc=PlanResourceChange timestamp="2025-07-11T09:00:03.274+0200" +2025-07-11T09:00:03.274+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: postgresql] Done: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 @module=helm tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0ddc54d8-846e-7127-4b5d-aaf6e4b0a1b7 tf_rpc=PlanResourceChange timestamp="2025-07-11T09:00:03.274+0200" +2025-07-11T09:00:03.276+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:03.276+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.kubernetes_job.create-tenant[0]" references: [] +2025-07-11T09:00:03.281+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=975254 +2025-07-11T09:00:03.281+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:03.290+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:03 [INFO] Checking job create-tenant-zitadel +2025-07-11T09:00:03.291+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" tf_http_req_method=GET tf_http_req_version=HTTP/1.1 Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev tf_http_op_type=request @module=kubernetes.Kubernetes User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/apis/batch/v1/namespaces/postgresql/jobs/create-tenant-zitadel Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_trans_id=ac119cf3-bbec-c6c9-4ccc-2c10c6b4773f timestamp="2025-07-11T09:00:03.290+0200" +2025-07-11T09:00:03.423+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_reason="200 OK" tf_http_trans_id=ac119cf3-bbec-c6c9-4ccc-2c10c6b4773f @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=85bbafb2-4490-47fb-a035-1d1282142f07 Content-Type=application/json X-Content-Type-Options=nosniff tf_http_op_type=response + tf_http_res_body= + | {"kind":"Job","apiVersion":"batch/v1","metadata":{"name":"create-tenant-zitadel","namespace":"postgresql","uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","resourceVersion":"109671658","generation":1,"creationTimestamp":"2025-07-11T06:30:35Z","labels":{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","batch.kubernetes.io/job-name":"create-tenant-zitadel","controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","job-name":"create-tenant-zitadel"},"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"batch/v1","time":"2025-07-11T06:30:35Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:backoffLimit":{},"f:completionMode":{},"f:completions":{},"f:manualSelector":{},"f:parallelism":{},"f:podReplacementPolicy":{},"f:suspend":{},"f:template":{"f:spec":{"f:automountServiceAccountToken":{},"f:containers":{"k:{\"name\":\"create-db-user\"}":{".":{},"f:args":{},"f:command":{},"f:env":{".":{},"k:{\"name\":\"DB_NAME\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"DB_PASSWORD\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"DB_USER\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"POSTGRES_HOST\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"ROOT_DATABASE\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"ROOT_PASSWORD\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"ROOT_USERNAME\"}":{".":{},"f:name":{},"f:value":{}}},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:shareProcessNamespace":{},"f:terminationGracePeriodSeconds":{}}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"batch/v1","time":"2025-07-11T06:30:48Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:completionTime":{},"f:conditions":{},"f:ready":{},"f:startTime":{},"f:succeeded":{},"f:terminating":{},"f:uncountedTerminatedPods":{}}},"subresource":"status"}]},"spec":{"parallelism":1,"completions":1,"backoffLimit":6,"selector":{"matchLabels":{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6"}},"manualSelector":false,"template":{"metadata":{"creationTimestamp":null,"labels":{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","batch.kubernetes.io/job-name":"create-tenant-zitadel","controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","job-name":"create-tenant-zitadel"}},"spec":{"containers":[{"name":"create-db-user","image":"postgres:17-alpine","command":["/bin/sh","-c"],"args":["# Wait for postgres to be ready\nuntil PGPASSWORD=$ROOT_PASSWORD psql -h $POSTGRES_HOST -U $ROOT_USERNAME -d $ROOT_DATABASE -c '\\l'; do\n echo \"Waiting for postgres...\"\n sleep 2\ndone\n\n# Create user and database\nPGPASSWORD=$ROOT_PASSWORD psql -v ON_ERROR_STOP=1 -h $POSTGRES_HOST -U $ROOT_USERNAME -d $ROOT_DATABASE \u003c\u003c-EOSQL\n CREATE USER $DB_USER WITH PASSWORD '$DB_PASSWORD';\n CREATE DATABASE $DB_NAME OWNER $DB_USER;\n GRANT ALL PRIVILEGES ON DATABASE $DB_NAME TO $DB_USER;\nEOSQL\n"],"env":[{"name":"POSTGRES_HOST","value":"postgresql-hl.postgresql.svc.cluster.local"},{"name":"ROOT_USERNAME","value":"postgres"},{"name":"ROOT_PASSWORD","value":"PvwMI{LznVaS\u003cq_[(rXD0p]c\u003e_W-112$IZfdAH2Q"},{"name":"ROOT_DATABASE","value":"postgres"},{"name":"DB_NAME","value":"zitadel"},{"name":"DB_USER","value":"zitadel"},{"name":"DB_PASSWORD","value":"LW+70S#T8*TcfX]HQ*w12\u003eB\u0026"}],"resources":{},"terminationMessagePath":"/dev/termination-log","terminationMessagePolicy":"File","imagePullPolicy":"IfNotPresent"}],"restartPolicy":"Never","terminationGracePeriodSeconds":30,"dnsPolicy":"ClusterFirst","automountServiceAccountToken":true,"shareProcessNamespace":false,"securityContext":{},"schedulerName":"default-scheduler","enableServiceLinks":true}},"completionMode":"NonIndexed","suspend":false,"podReplacementPolicy":"TerminatingOrFailed"},"status":{"conditions":[{"type":"Complete","status":"True","lastProbeTime":"2025-07-11T06:30:48Z","lastTransitionTime":"2025-07-11T06:30:48Z"}],"startTime":"2025-07-11T06:30:35Z","completionTime":"2025-07-11T06:30:48Z","succeeded":1,"terminating":0,"uncountedTerminatedPods":{},"ready":0}} + tf_http_res_version=HTTP/2.0 Date="Fri, 11 Jul 2025 07:00:03 GMT" X-Api-Cattle-Auth=true X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_code=200 @module=kubernetes.Kubernetes X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 timestamp="2025-07-11T09:00:03.423+0200" +2025-07-11T09:00:03.425+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:03 [INFO] Reading job create-tenant-zitadel +2025-07-11T09:00:03.425+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_version=HTTP/1.1 @module=kubernetes.Kubernetes Accept="application/json, */*" Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev tf_http_op_type=request tf_http_req_method=GET tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/apis/batch/v1/namespaces/postgresql/jobs/create-tenant-zitadel User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 tf_http_trans_id=0c5b741c-628d-28da-266c-df490114af00 timestamp="2025-07-11T09:00:03.425+0200" +2025-07-11T09:00:03.470+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Content-Type=application/json tf_http_res_status_reason="200 OK" Audit-Id=3a7c516f-25c0-4e0b-9527-c202d45bb3fd Date="Fri, 11 Jul 2025 07:00:03 GMT" X-Content-Type-Options=nosniff tf_http_op_type=response tf_http_res_status_code=200 tf_http_trans_id=0c5b741c-628d-28da-266c-df490114af00 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 + tf_http_res_body= + | {"kind":"Job","apiVersion":"batch/v1","metadata":{"name":"create-tenant-zitadel","namespace":"postgresql","uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","resourceVersion":"109671658","generation":1,"creationTimestamp":"2025-07-11T06:30:35Z","labels":{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","batch.kubernetes.io/job-name":"create-tenant-zitadel","controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","job-name":"create-tenant-zitadel"},"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"batch/v1","time":"2025-07-11T06:30:35Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:backoffLimit":{},"f:completionMode":{},"f:completions":{},"f:manualSelector":{},"f:parallelism":{},"f:podReplacementPolicy":{},"f:suspend":{},"f:template":{"f:spec":{"f:automountServiceAccountToken":{},"f:containers":{"k:{\"name\":\"create-db-user\"}":{".":{},"f:args":{},"f:command":{},"f:env":{".":{},"k:{\"name\":\"DB_NAME\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"DB_PASSWORD\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"DB_USER\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"POSTGRES_HOST\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"ROOT_DATABASE\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"ROOT_PASSWORD\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"ROOT_USERNAME\"}":{".":{},"f:name":{},"f:value":{}}},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:shareProcessNamespace":{},"f:terminationGracePeriodSeconds":{}}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"batch/v1","time":"2025-07-11T06:30:48Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:completionTime":{},"f:conditions":{},"f:ready":{},"f:startTime":{},"f:succeeded":{},"f:terminating":{},"f:uncountedTerminatedPods":{}}},"subresource":"status"}]},"spec":{"parallelism":1,"completions":1,"backoffLimit":6,"selector":{"matchLabels":{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6"}},"manualSelector":false,"template":{"metadata":{"creationTimestamp":null,"labels":{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","batch.kubernetes.io/job-name":"create-tenant-zitadel","controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6","job-name":"create-tenant-zitadel"}},"spec":{"containers":[{"name":"create-db-user","image":"postgres:17-alpine","command":["/bin/sh","-c"],"args":["# Wait for postgres to be ready\nuntil PGPASSWORD=$ROOT_PASSWORD psql -h $POSTGRES_HOST -U $ROOT_USERNAME -d $ROOT_DATABASE -c '\\l'; do\n echo \"Waiting for postgres...\"\n sleep 2\ndone\n\n# Create user and database\nPGPASSWORD=$ROOT_PASSWORD psql -v ON_ERROR_STOP=1 -h $POSTGRES_HOST -U $ROOT_USERNAME -d $ROOT_DATABASE \u003c\u003c-EOSQL\n CREATE USER $DB_USER WITH PASSWORD '$DB_PASSWORD';\n CREATE DATABASE $DB_NAME OWNER $DB_USER;\n GRANT ALL PRIVILEGES ON DATABASE $DB_NAME TO $DB_USER;\nEOSQL\n"],"env":[{"name":"POSTGRES_HOST","value":"postgresql-hl.postgresql.svc.cluster.local"},{"name":"ROOT_USERNAME","value":"postgres"},{"name":"ROOT_PASSWORD","value":"PvwMI{LznVaS\u003cq_[(rXD0p]c\u003e_W-112$IZfdAH2Q"},{"name":"ROOT_DATABASE","value":"postgres"},{"name":"DB_NAME","value":"zitadel"},{"name":"DB_USER","value":"zitadel"},{"name":"DB_PASSWORD","value":"LW+70S#T8*TcfX]HQ*w12\u003eB\u0026"}],"resources":{},"terminationMessagePath":"/dev/termination-log","terminationMessagePolicy":"File","imagePullPolicy":"IfNotPresent"}],"restartPolicy":"Never","terminationGracePeriodSeconds":30,"dnsPolicy":"ClusterFirst","automountServiceAccountToken":true,"shareProcessNamespace":false,"securityContext":{},"schedulerName":"default-scheduler","enableServiceLinks":true}},"completionMode":"NonIndexed","suspend":false,"podReplacementPolicy":"TerminatingOrFailed"},"status":{"conditions":[{"type":"Complete","status":"True","lastProbeTime":"2025-07-11T06:30:48Z","lastTransitionTime":"2025-07-11T06:30:48Z"}],"startTime":"2025-07-11T06:30:35Z","completionTime":"2025-07-11T06:30:48Z","succeeded":1,"terminating":0,"uncountedTerminatedPods":{},"ready":0}} + @module=kubernetes.Kubernetes X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 timestamp="2025-07-11T09:00:03.470+0200" +2025-07-11T09:00:03.470+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:03 [INFO] Received job: &v1.Job{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"create-tenant-zitadel", GenerateName:"", Namespace:"postgresql", SelfLink:"", UID:"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6", ResourceVersion:"109671658", Generation:1, CreationTimestamp:time.Date(2025, time.July, 11, 8, 30, 35, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6", "batch.kubernetes.io/job-name":"create-tenant-zitadel", "controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6", "job-name":"create-tenant-zitadel"}, Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"batch/v1", Time:time.Date(2025, time.July, 11, 8, 30, 35, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000e9a630), Subresource:""}, v1.ManagedFieldsEntry{Manager:"kube-controller-manager", Operation:"Update", APIVersion:"batch/v1", Time:time.Date(2025, time.July, 11, 8, 30, 48, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000e9a660), Subresource:"status"}}}, Spec:v1.JobSpec{Parallelism:(*int32)(0xc000012740), Completions:(*int32)(0xc000012744), ActiveDeadlineSeconds:(*int64)(nil), PodFailurePolicy:(*v1.PodFailurePolicy)(nil), BackoffLimit:(*int32)(0xc000012748), BackoffLimitPerIndex:(*int32)(nil), MaxFailedIndexes:(*int32)(nil), Selector:(*v1.LabelSelector)(0xc000fa04c0), ManualSelector:(*bool)(0xc00001274c), Template:v1.PodTemplateSpec{ObjectMeta:v1.ObjectMeta{Name:"", GenerateName:"", Namespace:"", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"batch.kubernetes.io/controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6", "batch.kubernetes.io/job-name":"create-tenant-zitadel", "controller-uid":"0a8b48b3-0c8c-4dcc-8736-fb3bd93decb6", "job-name":"create-tenant-zitadel"}, Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Spec:v1.PodSpec{Volumes:[]v1.Volume(nil), InitContainers:[]v1.Container(nil), Containers:[]v1.Container{v1.Container{Name:"create-db-user", Image:"postgres:17-alpine", Command:[]string{"/bin/sh", "-c"}, Args:[]string{"# Wait for postgres to be ready\nuntil PGPASSWORD=$ROOT_PASSWORD psql -h $POSTGRES_HOST -U $ROOT_USERNAME -d $ROOT_DATABASE -c '\\l'; do\n echo \"Waiting for postgres...\"\n sleep 2\ndone\n\n# Create user and database\nPGPASSWORD=$ROOT_PASSWORD psql -v ON_ERROR_STOP=1 -h $POSTGRES_HOST -U $ROOT_USERNAME -d $ROOT_DATABASE <<-EOSQL\n CREATE USER $DB_USER WITH PASSWORD '$DB_PASSWORD';\n CREATE DATABASE $DB_NAME OWNER $DB_USER;\n GRANT ALL PRIVILEGES ON DATABASE $DB_NAME TO $DB_USER;\nEOSQL\n"}, WorkingDir:"", Ports:[]v1.ContainerPort(nil), EnvFrom:[]v1.EnvFromSource(nil), Env:[]v1.EnvVar{v1.EnvVar{Name:"POSTGRES_HOST", Value:"postgresql-hl.postgresql.svc.cluster.local", ValueFrom:(*v1.EnvVarSource)(nil)}, v1.EnvVar{Name:"ROOT_USERNAME", Value:"postgres", ValueFrom:(*v1.EnvVarSource)(nil)}, v1.EnvVar{Name:"ROOT_PASSWORD", Value:"PvwMI{LznVaS_W-112$IZfdAH2Q", ValueFrom:(*v1.EnvVarSource)(nil)}, v1.EnvVar{Name:"ROOT_DATABASE", Value:"postgres", ValueFrom:(*v1.EnvVarSource)(nil)}, v1.EnvVar{Name:"DB_NAME", Value:"zitadel", ValueFrom:(*v1.EnvVarSource)(nil)}, v1.EnvVar{Name:"DB_USER", Value:"zitadel", ValueFrom:(*v1.EnvVarSource)(nil)}, v1.EnvVar{Name:"DB_PASSWORD", Value:"LW+70S#T8*TcfX]HQ*w12>B&", ValueFrom:(*v1.EnvVarSource)(nil)}}, Resources:v1.ResourceRequirements{Limits:v1.ResourceList(nil), Requests:v1.ResourceList(nil), Claims:[]v1.ResourceClaim(nil)}, ResizePolicy:[]v1.ContainerResizePolicy(nil), RestartPolicy:(*v1.ContainerRestartPolicy)(nil), VolumeMounts:[]v1.VolumeMount(nil), VolumeDevices:[]v1.VolumeDevice(nil), LivenessProbe:(*v1.Probe)(nil), ReadinessProbe:(*v1.Probe)(nil), StartupProbe:(*v1.Probe)(nil), Lifecycle:(*v1.Lifecycle)(nil), TerminationMessagePath:"/dev/termination-log", TerminationMessagePolicy:"File", ImagePullPolicy:"IfNotPresent", SecurityContext:(*v1.SecurityContext)(nil), Stdin:false, StdinOnce:false, TTY:false}}, EphemeralContainers:[]v1.EphemeralContainer(nil), RestartPolicy:"Never", TerminationGracePeriodSeconds:(*int64)(0xc000012a18), ActiveDeadlineSeconds:(*int64)(nil), DNSPolicy:"ClusterFirst", NodeSelector:map[string]string(nil), ServiceAccountName:"", DeprecatedServiceAccount:"", AutomountServiceAccountToken:(*bool)(0xc000012a30), NodeName:"", HostNetwork:false, HostPID:false, HostIPC:false, ShareProcessNamespace:(*bool)(0xc000012a31), SecurityContext:(*v1.PodSecurityContext)(0xc000270230), ImagePullSecrets:[]v1.LocalObjectReference(nil), Hostname:"", Subdomain:"", Affinity:(*v1.Affinity)(nil), SchedulerName:"default-scheduler", Tolerations:[]v1.Toleration(nil), HostAliases:[]v1.HostAlias(nil), PriorityClassName:"", Priority:(*int32)(nil), DNSConfig:(*v1.PodDNSConfig)(nil), ReadinessGates:[]v1.PodReadinessGate(nil), RuntimeClassName:(*string)(nil), EnableServiceLinks:(*bool)(0xc000012a32), PreemptionPolicy:(*v1.PreemptionPolicy)(nil), Overhead:v1.ResourceList(nil), TopologySpreadConstraints:[]v1.TopologySpreadConstraint(nil), SetHostnameAsFQDN:(*bool)(nil), OS:(*v1.PodOS)(nil), HostUsers:(*bool)(nil), SchedulingGates:[]v1.PodSchedulingGate(nil), ResourceClaims:[]v1.PodResourceClaim(nil)}}, TTLSecondsAfterFinished:(*int32)(nil), CompletionMode:(*v1.CompletionMode)(0xc001141b10), Suspend:(*bool)(0xc000012a3e), PodReplacementPolicy:(*v1.PodReplacementPolicy)(0xc001141b20)}, Status:v1.JobStatus{Conditions:[]v1.JobCondition{v1.JobCondition{Type:"Complete", Status:"True", LastProbeTime:time.Date(2025, time.July, 11, 8, 30, 48, 0, time.Local), LastTransitionTime:time.Date(2025, time.July, 11, 8, 30, 48, 0, time.Local), Reason:"", Message:""}}, StartTime:time.Date(2025, time.July, 11, 8, 30, 35, 0, time.Local), CompletionTime:time.Date(2025, time.July, 11, 8, 30, 48, 0, time.Local), Active:0, Succeeded:1, Failed:0, Terminating:(*int32)(0xc000012a4c), CompletedIndexes:"", FailedIndexes:(*string)(nil), UncountedTerminatedPods:(*v1.UncountedTerminatedPods)(0xc000fd4870), Ready:(*int32)(0xc000012a50)}} +2025-07-11T09:00:03.488+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.zitadel-db.kubernetes_job.create-tenant[0], 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: + - .wait_for_completion: planned value cty.True for a non-computed attribute + - .spec[0].backoff_limit: planned value cty.NumberIntVal(6) for a non-computed attribute + - .spec[0].completions: planned value cty.NumberIntVal(1) for a non-computed attribute + - .spec[0].manual_selector: planned value cty.False for a non-computed attribute + - .spec[0].parallelism: planned value cty.NumberIntVal(1) for a non-computed attribute + - .spec[0].ttl_seconds_after_finished: planned value cty.StringVal("") for a non-computed attribute + - .spec[0].active_deadline_seconds: planned value cty.NumberIntVal(0) for a non-computed attribute + - .spec[0].selector: block count in plan (1) disagrees with count in config (0) + - .spec[0].template[0].metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .spec[0].template[0].metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .spec[0].template[0].metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .spec[0].template[0].spec[0].dns_policy: planned value cty.StringVal("ClusterFirst") for a non-computed attribute + - .spec[0].template[0].spec[0].host_network: planned value cty.False for a non-computed attribute + - .spec[0].template[0].spec[0].host_pid: planned value cty.False for a non-computed attribute + - .spec[0].template[0].spec[0].node_selector: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .spec[0].template[0].spec[0].runtime_class_name: planned value cty.StringVal("") for a non-computed attribute + - .spec[0].template[0].spec[0].share_process_namespace: planned value cty.False for a non-computed attribute + - .spec[0].template[0].spec[0].subdomain: planned value cty.StringVal("") for a non-computed attribute + - .spec[0].template[0].spec[0].termination_grace_period_seconds: planned value cty.NumberIntVal(30) for a non-computed attribute + - .spec[0].template[0].spec[0].active_deadline_seconds: planned value cty.NumberIntVal(0) for a non-computed attribute + - .spec[0].template[0].spec[0].automount_service_account_token: planned value cty.True for a non-computed attribute + - .spec[0].template[0].spec[0].restart_policy: planned value cty.StringVal("Never") for a non-computed attribute + - .spec[0].template[0].spec[0].enable_service_links: planned value cty.True for a non-computed attribute + - .spec[0].template[0].spec[0].host_ipc: planned value cty.False for a non-computed attribute + - .spec[0].template[0].spec[0].priority_class_name: planned value cty.StringVal("") for a non-computed attribute + - .spec[0].template[0].spec[0].container[0].termination_message_path: planned value cty.StringVal("/dev/termination-log") for a non-computed attribute + - .spec[0].template[0].spec[0].container[0].tty: planned value cty.False for a non-computed attribute + - .spec[0].template[0].spec[0].container[0].working_dir: planned value cty.StringVal("") for a non-computed attribute + - .spec[0].template[0].spec[0].container[0].stdin: planned value cty.False for a non-computed attribute + - .spec[0].template[0].spec[0].container[0].stdin_once: planned value cty.False for a non-computed attribute + - .spec[0].template[0].spec[0].container[0].resources: block count in plan (1) disagrees with count in config (0) + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute +2025-07-11T09:00:03.490+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:03.491+0200 [DEBUG] ReferenceTransformer: "module.zitadel.helm_release.zitadel[0]" references: [] +2025-07-11T09:00:03.492+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=975156 +2025-07-11T09:00:03.492+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:03.498+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0001bce00 Settings:0xc0006ca240 RegistryClient:0xc0004b8d80 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T09:00:03.498+0200" +2025-07-11T09:00:03.499+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Current state before changes: {Atomic:false Chart:"zitadel" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"zitadel" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"v2.67.2","chart":"zitadel","first_deployed":1752215453,"last_deployed":1752217130,"name":"zitadel","namespace":"zitadel","notes":"Thank you for installing zitadel.\nExtract your service account key for authenticating at the ZITADEL API's:\n\n $ kubectl -n zitadel get secret zitadel-admin-sa -o jsonpath='{ .data.zitadel-admin-sa\\.json }' | base64 -D","revision":2,"values":"{\"ingress\":{\"annotations\":{\"cert-manager.io/cluster-issuer\":\"letsencrypt\",\"gethomepage.dev/description\":\"Identity and Access Management\",\"gethomepage.dev/enabled\":\"true\",\"gethomepage.dev/group\":\"Tools\",\"gethomepage.dev/icon\":\"zitadel.png\",\"gethomepage.dev/name\":\"Zitadel\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/backend-protocol\":\"GRPC\",\"nginx.ingress.kubernetes.io/grpc-backend\":\"true\"},\"className\":\"nginx\",\"enabled\":true,\"hosts\":[{\"host\":\"zitadel.365zon.fourlights.dev\",\"paths\":[{\"path\":\"/\",\"pathType\":\"Prefix\"}]}]},\"readinessProbe\":{\"failureThreshold\":10,\"initialDelaySeconds\":5,\"periodSeconds\":5},\"service\":{\"annotations\":{\"traefik.ingress.kubernetes.io/service.serversscheme\":\"h2c\"}},\"startupProbe\":{\"failureThreshold\":30,\"periodSeconds\":5},\"zitadel\":{\"configmapConfig\":{\"Database\":{\"Postgres\":{\"Admin\":{\"Password\":\"PvwMI{LznVaS\\u003cq_[(rXD0p]c\\u003e_W-112$IZfdAH2Q\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"postgres\"},\"Database\":\"zitadel\",\"Host\":\"postgresql-hl.postgresql.svc.cluster.local\",\"MaxConnIdleTime\":\"5m\",\"MaxConnLifetime\":\"30m\",\"MaxIdleConns\":10,\"MaxOpenConns\":20,\"Port\":5432,\"User\":{\"Password\":\"LW+70S#T8*TcfX]HQ*w12\\u003eB\\u0026\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"zitadel\"}}},\"ExternalDomain\":\"zitadel.365zon.fourlights.dev\",\"ExternalPort\":443,\"ExternalSecure\":true,\"FirstInstance\":{\"Org\":{\"Machine\":{\"Machine\":{\"Name\":\"Admin\",\"Username\":\"zitadel-admin-sa\"},\"MachineKey\":{\"ExpirationDate\":\"2026-01-01T00:00:00Z\",\"Type\":1}}}},\"Log\":{\"Level\":\"info\"},\"LogStore\":{\"Access\":{\"Stdout\":{\"Enabled\":true}}},\"TLS\":{\"Enabled\":false}},\"masterkeySecretName\":\"zitadel\"}}","version":"8.12.0"} Name:"zitadel" Namespace:"zitadel" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.zitadel.com" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["zitadel:\n masterkeySecretName: \"zitadel\"\n configmapConfig:\n Log:\n Level: 'info'\n LogStore:\n Access:\n Stdout:\n Enabled: true\n ExternalSecure: true\n ExternalDomain: zitadel.365zon.fourlights.dev\n ExternalPort: 443\n TLS:\n Enabled: false\n FirstInstance:\n Org:\n Machine:\n Machine:\n Username: zitadel-admin-sa\n Name: Admin\n MachineKey:\n ExpirationDate: \"2026-01-01T00:00:00Z\"\n Type: 1\n Database:\n Postgres:\n Host: postgresql-hl.postgresql.svc.cluster.local\n Port: 5432\n Database: zitadel\n MaxOpenConns: 20\n MaxIdleConns: 10\n MaxConnLifetime: 30m\n MaxConnIdleTime: 5m\n User:\n Username: zitadel\n Password: \"LW+70S#T8*TcfX]HQ*w12>B&\"\n SSL:\n Mode: disable\n Admin:\n Username: postgres\n Password: \"PvwMI{LznVaS_W-112$IZfdAH2Q\"\n SSL:\n Mode: disable\n \n\nreadinessProbe:\n initialDelaySeconds: 5\n periodSeconds: 5\n failureThreshold: 10\n\nstartupProbe:\n periodSeconds: 5\n failureThreshold: 30\n\nservice:\n annotations:\n traefik.ingress.kubernetes.io/service.serversscheme: h2c\n\ningress:\n enabled: true\n className: nginx\n annotations:\n kubernetes.io/ingress.class: nginx\n cert-manager.io/cluster-issuer: letsencrypt\n \n nginx.ingress.kubernetes.io/backend-protocol: \"GRPC\"\n nginx.ingress.kubernetes.io/grpc-backend: \"true\"\n \n gethomepage.dev/enabled: \"true\"\n gethomepage.dev/name: \"Zitadel\"\n gethomepage.dev/description: \"Identity and Access Management\"\n gethomepage.dev/group: \"Tools\"\n gethomepage.dev/icon: \"zitadel.png\"\n \n hosts:\n - host: zitadel.365zon.fourlights.dev\n paths:\n - path: /\n pathType: Prefix\n\n"] Verify:false Version:"8.12.0" Wait:true WaitForJobs:true}: tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:877 timestamp="2025-07-11T09:00:03.499+0200" +2025-07-11T09:00:03.499+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: zitadel] Start: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1653 @module=helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_resource_type=helm_release timestamp="2025-07-11T09:00:03.499+0200" +2025-07-11T09:00:03.499+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_rpc=ReadResource timestamp="2025-07-11T09:00:03.499+0200" +2025-07-11T09:00:03.499+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm configPaths=[] tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 timestamp="2025-07-11T09:00:03.499+0200" +2025-07-11T09:00:03.499+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @module=helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T09:00:03.499+0200" +2025-07-11T09:00:03.499+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: zitadel getRelease post action created: @module=helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T09:00:03.499+0200" +2025-07-11T09:00:03.703+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: zitadel getRelease post run: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 @module=helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T09:00:03.702+0200" +2025-07-11T09:00:03.703+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: zitadel getRelease completed: tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T09:00:03.702+0200" +2025-07-11T09:00:03.703+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseExists: zitadel] Done: @module=helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1668 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T09:00:03.702+0200" +2025-07-11T09:00:03.703+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceReleaseRead: zitadel] Started: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:899 @module=helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 timestamp="2025-07-11T09:00:03.702+0200" +2025-07-11T09:00:03.703+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 KubernetesData=map[] timestamp="2025-07-11T09:00:03.702+0200" +2025-07-11T09:00:03.703+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm configPaths=[] timestamp="2025-07-11T09:00:03.703+0200" +2025-07-11T09:00:03.703+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_resource_type=helm_release tf_rpc=ReadResource @module=helm timestamp="2025-07-11T09:00:03.703+0200" +2025-07-11T09:00:03.703+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: zitadel getRelease post action created: tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1690 @module=helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T09:00:03.703+0200" +2025-07-11T09:00:03.837+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: zitadel getRelease post run: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1693 tf_rpc=ReadResource @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_resource_type=helm_release timestamp="2025-07-11T09:00:03.837+0200" +2025-07-11T09:00:03.837+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: zitadel getRelease completed: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1707 @module=helm timestamp="2025-07-11T09:00:03.837+0200" +2025-07-11T09:00:03.837+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"v2.67.2","chart":"zitadel","first_deployed":1752215453,"last_deployed":1752217130,"name":"zitadel","namespace":"zitadel","notes":"Thank you for installing zitadel.\nExtract your service account key for authenticating at the ZITADEL API's:\n\n $ kubectl -n zitadel get secret zitadel-admin-sa -o jsonpath='{ .data.zitadel-admin-sa\\.json }' | base64 -D","revision":2,"values":"{\"ingress\":{\"annotations\":{\"cert-manager.io/cluster-issuer\":\"letsencrypt\",\"gethomepage.dev/description\":\"Identity and Access Management\",\"gethomepage.dev/enabled\":\"true\",\"gethomepage.dev/group\":\"Tools\",\"gethomepage.dev/icon\":\"zitadel.png\",\"gethomepage.dev/name\":\"Zitadel\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/backend-protocol\":\"GRPC\",\"nginx.ingress.kubernetes.io/grpc-backend\":\"true\"},\"className\":\"nginx\",\"enabled\":true,\"hosts\":[{\"host\":\"zitadel.365zon.fourlights.dev\",\"paths\":[{\"path\":\"/\",\"pathType\":\"Prefix\"}]}]},\"readinessProbe\":{\"failureThreshold\":10,\"initialDelaySeconds\":5,\"periodSeconds\":5},\"service\":{\"annotations\":{\"traefik.ingress.kubernetes.io/service.serversscheme\":\"h2c\"}},\"startupProbe\":{\"failureThreshold\":30,\"periodSeconds\":5},\"zitadel\":{\"configmapConfig\":{\"Database\":{\"Postgres\":{\"Admin\":{\"Password\":\"PvwMI{LznVaS\\u003cq_[(rXD0p]c\\u003e_W-112$IZfdAH2Q\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"postgres\"},\"Database\":\"zitadel\",\"Host\":\"postgresql-hl.postgresql.svc.cluster.local\",\"MaxConnIdleTime\":\"5m\",\"MaxConnLifetime\":\"30m\",\"MaxIdleConns\":10,\"MaxOpenConns\":20,\"Port\":5432,\"User\":{\"Password\":\"LW+70S#T8*TcfX]HQ*w12\\u003eB\\u0026\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"zitadel\"}}},\"ExternalDomain\":\"zitadel.365zon.fourlights.dev\",\"ExternalPort\":443,\"ExternalSecure\":true,\"FirstInstance\":{\"Org\":{\"Machine\":{\"Machine\":{\"Name\":\"Admin\",\"Username\":\"zitadel-admin-sa\"},\"MachineKey\":{\"ExpirationDate\":\"2026-01-01T00:00:00Z\",\"Type\":1}}}},\"Log\":{\"Level\":\"info\"},\"LogStore\":{\"Access\":{\"Stdout\":{\"Enabled\":true}}},\"TLS\":{\"Enabled\":false}},\"masterkeySecretName\":\"zitadel\"}}","version":"8.12.0"}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 tf_resource_type=helm_release tf_rpc=ReadResource @module=helm timestamp="2025-07-11T09:00:03.837+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=reset_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=recreate_pods tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_rpc=ReadResource timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=lint tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=cleanup_on_fail tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=max_history tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=reuse_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_resource_type=helm_release timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=status @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_rpc=ReadResource timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_attribute_path=metadata.chart tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.revision tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=metadata.last_deployed tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_resource_type=helm_release timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.app_version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @module=sdk.framework timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata.namespace tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.version tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_attribute_path=metadata.notes timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=metadata.name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=metadata.first_deployed tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=metadata.values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 @module=sdk.framework timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=metadata tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=dependency_update tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_rpc=ReadResource timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.838+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=disable_openapi_validation tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.839+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=values[0] tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.839+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.839+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=create_namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release tf_rpc=ReadResource timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.839+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=replace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.839+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=repository tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_resource_type=helm_release timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.839+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=id tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.839+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_attribute_path=wait_for_jobs tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.839+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=version @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.839+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=skip_crds tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.839+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_resource_type=helm_release tf_attribute_path=pass_credentials tf_rpc=ReadResource timestamp="2025-07-11T09:00:03.838+0200" +2025-07-11T09:00:03.839+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource tf_attribute_path=atomic tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T09:00:03.839+0200" +2025-07-11T09:00:03.839+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=wait tf_resource_type=helm_release timestamp="2025-07-11T09:00:03.839+0200" +2025-07-11T09:00:03.839+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=force_update tf_resource_type=helm_release timestamp="2025-07-11T09:00:03.839+0200" +2025-07-11T09:00:03.839+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=disable_webhooks tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T09:00:03.839+0200" +2025-07-11T09:00:03.839+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=helm_release tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=timeout tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 timestamp="2025-07-11T09:00:03.839+0200" +2025-07-11T09:00:03.839+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=chart tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_rpc=ReadResource timestamp="2025-07-11T09:00:03.839+0200" +2025-07-11T09:00:03.839+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=render_subchart_notes tf_resource_type=helm_release timestamp="2025-07-11T09:00:03.839+0200" +2025-07-11T09:00:03.839+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=disable_crd_hooks tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_resource_type=helm_release tf_rpc=ReadResource @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T09:00:03.839+0200" +2025-07-11T09:00:03.839+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=6f65514f-7018-20b2-0eb6-8b90aca2c029 tf_rpc=ReadResource tf_attribute_path=verify timestamp="2025-07-11T09:00:03.839+0200" +2025-07-11T09:00:03.840+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T09:00:03.842+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0001bce00 Settings:0xc0006ca240 RegistryClient:0xc0004b8d80 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=d4f651ad-acb2-000b-c7f7-da423d3ae166 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_rpc=ValidateResourceConfig timestamp="2025-07-11T09:00:03.842+0200" +2025-07-11T09:00:03.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0001bce00 Settings:0xc0006ca240 RegistryClient:0xc0004b8d80 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_req_id=f9c5c9b9-0c72-4519-a5e2-64c0752b784b tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:00:03.844+0200" +2025-07-11T09:00:03.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"zitadel" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"zitadel" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"v2.67.2","chart":"zitadel","first_deployed":1752215453,"last_deployed":1752217130,"name":"zitadel","namespace":"zitadel","notes":"Thank you for installing zitadel.\nExtract your service account key for authenticating at the ZITADEL API's:\n\n $ kubectl -n zitadel get secret zitadel-admin-sa -o jsonpath='{ .data.zitadel-admin-sa\\.json }' | base64 -D","revision":2,"values":"{\"ingress\":{\"annotations\":{\"cert-manager.io/cluster-issuer\":\"letsencrypt\",\"gethomepage.dev/description\":\"Identity and Access Management\",\"gethomepage.dev/enabled\":\"true\",\"gethomepage.dev/group\":\"Tools\",\"gethomepage.dev/icon\":\"zitadel.png\",\"gethomepage.dev/name\":\"Zitadel\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/backend-protocol\":\"GRPC\",\"nginx.ingress.kubernetes.io/grpc-backend\":\"true\"},\"className\":\"nginx\",\"enabled\":true,\"hosts\":[{\"host\":\"zitadel.365zon.fourlights.dev\",\"paths\":[{\"path\":\"/\",\"pathType\":\"Prefix\"}]}]},\"readinessProbe\":{\"failureThreshold\":10,\"initialDelaySeconds\":5,\"periodSeconds\":5},\"service\":{\"annotations\":{\"traefik.ingress.kubernetes.io/service.serversscheme\":\"h2c\"}},\"startupProbe\":{\"failureThreshold\":30,\"periodSeconds\":5},\"zitadel\":{\"configmapConfig\":{\"Database\":{\"Postgres\":{\"Admin\":{\"Password\":\"PvwMI{LznVaS\\u003cq_[(rXD0p]c\\u003e_W-112$IZfdAH2Q\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"postgres\"},\"Database\":\"zitadel\",\"Host\":\"postgresql-hl.postgresql.svc.cluster.local\",\"MaxConnIdleTime\":\"5m\",\"MaxConnLifetime\":\"30m\",\"MaxIdleConns\":10,\"MaxOpenConns\":20,\"Port\":5432,\"User\":{\"Password\":\"LW+70S#T8*TcfX]HQ*w12\\u003eB\\u0026\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"zitadel\"}}},\"ExternalDomain\":\"zitadel.365zon.fourlights.dev\",\"ExternalPort\":443,\"ExternalSecure\":true,\"FirstInstance\":{\"Org\":{\"Machine\":{\"Machine\":{\"Name\":\"Admin\",\"Username\":\"zitadel-admin-sa\"},\"MachineKey\":{\"ExpirationDate\":\"2026-01-01T00:00:00Z\",\"Type\":1}}}},\"Log\":{\"Level\":\"info\"},\"LogStore\":{\"Access\":{\"Stdout\":{\"Enabled\":true}}},\"TLS\":{\"Enabled\":false}},\"masterkeySecretName\":\"zitadel\"}}","version":"8.12.0"} Name:"zitadel" Namespace:"zitadel" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.zitadel.com" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["zitadel:\n masterkeySecretName: \"zitadel\"\n configmapConfig:\n Log:\n Level: 'info'\n LogStore:\n Access:\n Stdout:\n Enabled: true\n ExternalSecure: true\n ExternalDomain: zitadel.365zon.fourlights.dev\n ExternalPort: 443\n TLS:\n Enabled: false\n FirstInstance:\n Org:\n Machine:\n Machine:\n Username: zitadel-admin-sa\n Name: Admin\n MachineKey:\n ExpirationDate: \"2026-01-01T00:00:00Z\"\n Type: 1\n Database:\n Postgres:\n Host: postgresql-hl.postgresql.svc.cluster.local\n Port: 5432\n Database: zitadel\n MaxOpenConns: 20\n MaxIdleConns: 10\n MaxConnLifetime: 30m\n MaxConnIdleTime: 5m\n User:\n Username: zitadel\n Password: \"LW+70S#T8*TcfX]HQ*w12>B&\"\n SSL:\n Mode: disable\n Admin:\n Username: postgres\n Password: \"PvwMI{LznVaS_W-112$IZfdAH2Q\"\n SSL:\n Mode: disable\n \n\nreadinessProbe:\n initialDelaySeconds: 5\n periodSeconds: 5\n failureThreshold: 10\n\nstartupProbe:\n periodSeconds: 5\n failureThreshold: 30\n\nservice:\n annotations:\n traefik.ingress.kubernetes.io/service.serversscheme: h2c\n\ningress:\n enabled: true\n className: nginx\n annotations:\n kubernetes.io/ingress.class: nginx\n cert-manager.io/cluster-issuer: letsencrypt\n \n nginx.ingress.kubernetes.io/backend-protocol: \"GRPC\"\n nginx.ingress.kubernetes.io/grpc-backend: \"true\"\n \n gethomepage.dev/enabled: \"true\"\n gethomepage.dev/name: \"Zitadel\"\n gethomepage.dev/description: \"Identity and Access Management\"\n gethomepage.dev/group: \"Tools\"\n gethomepage.dev/icon: \"zitadel.png\"\n \n hosts:\n - host: zitadel.365zon.fourlights.dev\n paths:\n - path: /\n pathType: Prefix\n\n"] Verify:false Version:"8.12.0" Wait:true WaitForJobs:true}: tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f9c5c9b9-0c72-4519-a5e2-64c0752b784b timestamp="2025-07-11T09:00:03.848+0200" +2025-07-11T09:00:03.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: &{Atomic:false Chart:"zitadel" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID:"zitadel" Keyring: Lint:false Manifest: MaxHistory:0 Metadata:{"app_version":"v2.67.2","chart":"zitadel","first_deployed":1752215453,"last_deployed":1752217130,"name":"zitadel","namespace":"zitadel","notes":"Thank you for installing zitadel.\nExtract your service account key for authenticating at the ZITADEL API's:\n\n $ kubectl -n zitadel get secret zitadel-admin-sa -o jsonpath='{ .data.zitadel-admin-sa\\.json }' | base64 -D","revision":2,"values":"{\"ingress\":{\"annotations\":{\"cert-manager.io/cluster-issuer\":\"letsencrypt\",\"gethomepage.dev/description\":\"Identity and Access Management\",\"gethomepage.dev/enabled\":\"true\",\"gethomepage.dev/group\":\"Tools\",\"gethomepage.dev/icon\":\"zitadel.png\",\"gethomepage.dev/name\":\"Zitadel\",\"kubernetes.io/ingress.class\":\"nginx\",\"nginx.ingress.kubernetes.io/backend-protocol\":\"GRPC\",\"nginx.ingress.kubernetes.io/grpc-backend\":\"true\"},\"className\":\"nginx\",\"enabled\":true,\"hosts\":[{\"host\":\"zitadel.365zon.fourlights.dev\",\"paths\":[{\"path\":\"/\",\"pathType\":\"Prefix\"}]}]},\"readinessProbe\":{\"failureThreshold\":10,\"initialDelaySeconds\":5,\"periodSeconds\":5},\"service\":{\"annotations\":{\"traefik.ingress.kubernetes.io/service.serversscheme\":\"h2c\"}},\"startupProbe\":{\"failureThreshold\":30,\"periodSeconds\":5},\"zitadel\":{\"configmapConfig\":{\"Database\":{\"Postgres\":{\"Admin\":{\"Password\":\"PvwMI{LznVaS\\u003cq_[(rXD0p]c\\u003e_W-112$IZfdAH2Q\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"postgres\"},\"Database\":\"zitadel\",\"Host\":\"postgresql-hl.postgresql.svc.cluster.local\",\"MaxConnIdleTime\":\"5m\",\"MaxConnLifetime\":\"30m\",\"MaxIdleConns\":10,\"MaxOpenConns\":20,\"Port\":5432,\"User\":{\"Password\":\"LW+70S#T8*TcfX]HQ*w12\\u003eB\\u0026\",\"SSL\":{\"Mode\":\"disable\"},\"Username\":\"zitadel\"}}},\"ExternalDomain\":\"zitadel.365zon.fourlights.dev\",\"ExternalPort\":443,\"ExternalSecure\":true,\"FirstInstance\":{\"Org\":{\"Machine\":{\"Machine\":{\"Name\":\"Admin\",\"Username\":\"zitadel-admin-sa\"},\"MachineKey\":{\"ExpirationDate\":\"2026-01-01T00:00:00Z\",\"Type\":1}}}},\"Log\":{\"Level\":\"info\"},\"LogStore\":{\"Access\":{\"Stdout\":{\"Enabled\":true}}},\"TLS\":{\"Enabled\":false}},\"masterkeySecretName\":\"zitadel\"}}","version":"8.12.0"} Name:"zitadel" Namespace:"zitadel" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.zitadel.com" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["zitadel:\n masterkeySecretName: \"zitadel\"\n configmapConfig:\n Log:\n Level: 'info'\n LogStore:\n Access:\n Stdout:\n Enabled: true\n ExternalSecure: true\n ExternalDomain: zitadel.365zon.fourlights.dev\n ExternalPort: 443\n TLS:\n Enabled: false\n FirstInstance:\n Org:\n Machine:\n Machine:\n Username: zitadel-admin-sa\n Name: Admin\n MachineKey:\n ExpirationDate: \"2026-01-01T00:00:00Z\"\n Type: 1\n Database:\n Postgres:\n Host: postgresql-hl.postgresql.svc.cluster.local\n Port: 5432\n Database: zitadel\n MaxOpenConns: 20\n MaxIdleConns: 10\n MaxConnLifetime: 30m\n MaxConnIdleTime: 5m\n User:\n Username: zitadel\n Password: \"LW+70S#T8*TcfX]HQ*w12>B&\"\n SSL:\n Mode: disable\n Admin:\n Username: postgres\n Password: \"PvwMI{LznVaS_W-112$IZfdAH2Q\"\n SSL:\n Mode: disable\n \n\nreadinessProbe:\n initialDelaySeconds: 5\n periodSeconds: 5\n failureThreshold: 10\n\nstartupProbe:\n periodSeconds: 5\n failureThreshold: 30\n\nservice:\n annotations:\n traefik.ingress.kubernetes.io/service.serversscheme: h2c\n\ningress:\n enabled: true\n className: nginx\n annotations:\n kubernetes.io/ingress.class: nginx\n cert-manager.io/cluster-issuer: letsencrypt\n \n nginx.ingress.kubernetes.io/backend-protocol: \"GRPC\"\n nginx.ingress.kubernetes.io/grpc-backend: \"true\"\n \n gethomepage.dev/enabled: \"true\"\n gethomepage.dev/name: \"Zitadel\"\n gethomepage.dev/description: \"Identity and Access Management\"\n gethomepage.dev/group: \"Tools\"\n gethomepage.dev/icon: \"zitadel.png\"\n \n hosts:\n - host: zitadel.365zon.fourlights.dev\n paths:\n - path: /\n pathType: Prefix\n\n"] Verify:false Version:"8.12.0" Wait:true WaitForJobs:true}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f9c5c9b9-0c72-4519-a5e2-64c0752b784b tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 tf_rpc=PlanResourceChange timestamp="2025-07-11T09:00:03.848+0200" +2025-07-11T09:00:03.848+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Start: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 tf_req_id=f9c5c9b9-0c72-4519-a5e2-64c0752b784b timestamp="2025-07-11T09:00:03.848+0200" +2025-07-11T09:00:03.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f9c5c9b9-0c72-4519-a5e2-64c0752b784b tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 KubernetesData=map[] tf_rpc=PlanResourceChange timestamp="2025-07-11T09:00:03.848+0200" +2025-07-11T09:00:03.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange configPaths=[] tf_req_id=f9c5c9b9-0c72-4519-a5e2-64c0752b784b timestamp="2025-07-11T09:00:03.849+0200" +2025-07-11T09:00:03.849+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f9c5c9b9-0c72-4519-a5e2-64c0752b784b tf_resource_type=helm_release timestamp="2025-07-11T09:00:03.849+0200" +2025-07-11T09:00:03.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Initial Values: Name=zitadel, Namespace=zitadel, Repository=https://charts.zitadel.com, Repository_Username=, Repository_Password=, Chart=zitadel: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f9c5c9b9-0c72-4519-a5e2-64c0752b784b tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T09:00:03.849+0200" +2025-07-11T09:00:03.849+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc0006ca360 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: @module=helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f9c5c9b9-0c72-4519-a5e2-64c0752b784b timestamp="2025-07-11T09:00:03.849+0200" +2025-07-11T09:00:04.426+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Got chart: tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=f9c5c9b9-0c72-4519-a5e2-64c0752b784b timestamp="2025-07-11T09:00:04.426+0200" +2025-07-11T09:00:04.426+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_req_id=f9c5c9b9-0c72-4519-a5e2-64c0752b784b @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:00:04.426+0200" +2025-07-11T09:00:04.426+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Release validated: @module=helm tf_req_id=f9c5c9b9-0c72-4519-a5e2-64c0752b784b tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 timestamp="2025-07-11T09:00:04.426+0200" +2025-07-11T09:00:04.426+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: zitadel] Done: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 @module=helm tf_req_id=f9c5c9b9-0c72-4519-a5e2-64c0752b784b tf_resource_type=helm_release timestamp="2025-07-11T09:00:04.426+0200" +2025-07-11T09:00:04.428+0200 [DEBUG] ReferenceTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin" references: [] +2025-07-11T09:00:04.428+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:04.431+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=975009 +2025-07-11T09:00:04.431+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:04.432+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:04 [INFO] Reading secret zitadel-admin-sa +2025-07-11T09:00:04.432+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_req_method=GET Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/zitadel/secrets/zitadel-admin-sa @module=kubernetes.Kubernetes new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_version=HTTP/1.1 tf_http_trans_id=df6f8d63-c204-73ef-3710-563a53487f25 Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev timestamp="2025-07-11T09:00:04.432+0200" +2025-07-11T09:00:04.485+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_version=HTTP/2.0 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"zitadel-admin-sa","namespace":"zitadel","uid":"a0a1976c-014e-4471-9660-8fb4e595ae6e","resourceVersion":"109672001","creationTimestamp":"2025-07-11T06:31:34Z","managedFields":[{"manager":"kubectl-create","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:31:34Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:zitadel-admin-sa.json":{}},"f:type":{}}}]},"data":{"zitadel-admin-sa.json":"eyJ0eXBlIjoic2VydmljZWFjY291bnQiLCJrZXlJZCI6IjMyODM2Mjc4NTA0NDU3NTY2MiIsImtleSI6Ii0tLS0tQkVHSU4gUlNBIFBSSVZBVEUgS0VZLS0tLS1cbk1JSUVvd0lCQUFLQ0FRRUExK2dnQTA1UHNaWnpwa2xjcUVBY2s4VVVrbjFINUhKWGlEM3RvMElVMnZuTFFZazlcbi9weEhNMzBuMnVXTE9mbEwzT1dlcXkwckRmUjJ0cDNhMGd6aUdPM01WNkV1RFBnNzNXWnFITXd4YTRSa1BPTU9cbkxjSGNmbnA0Ykc5UnhaZ2J2ajJwRmt2UEovajVLQzU0SER5b2wydXJXdUdTVktLSUdZN2JVRTRIRDBuK2VqcjZcbkxvRWVHdElWMTd0dGlwcXZGMmpQTVhIdkgveWpzUVdQb2ZSUWg2a3FueFR1d3llc2psRVh5ZXpNUDErV2ZwQ2Fcbi9rbUdmb3dvY3lJdU1OSFVTZXltTGZCWDNLSVlWV3ArL0h1a1AxSjc4MVJRTFBpdmRoOGhpUFpUNTYwZ1hoNzJcbmlTS0NMZ1RMdVV0NzJMRnMrMVhuS3VxMmdJT0Z2UDhqcGFlK0dRSURBUUFCQW9JQkFFa2MrU0pGZGFWTXJwTWtcbkNyV0xLR0k5L2U1eGNGUURDSE5CaldTWXJ4bE1ON0ZVdVdLc0oweGZXSXkrNkx2VUdRV1AySUJkQmxSdWNYajdcbjBhc0o0OUxQVEVCc2UzeTIzd2JsZEkrVjhqSlhuZDRrZ1p1ckozREpKbGlLQmVYazBaaEZweW0rdUVMd0ErZkFcbmZMb0xMSWhDVkwrczNYRzlyRnNEVG05T1RRTzJ5a1B2d0dBeDE1MW5pdEJuTEptNm1zK21lQk9QYy9mL25zSCtcbklSNlczRm00aFdqU2VLZGVXU0pHNmVQa0pxYlhMVE5ZaHhua2JnTmc0Zno0Q0NQZjM5YXFTM05id2lVdi9kUUdcbmk4Y3AvVW5zWkdGMElsbVN5aXBRaXJGazl3TGQ5aVg5dk5vclBQTW9zRDY4bS9wbEMzZVhGSVFBVGJCWEVHYWZcbmVsTVVtZVVDZ1lFQTJqME00MmlpQlEwcXN1ajRyZmRDdjhyamFJdmE1RUc2SnAyQU10WG1RUXVscnAzMWl1S3dcbmpmcE1vVUFpcDVIUzFQZFF1WENLNm03RFZTM05yMzlwQmNHcnN1bVUvblcxaDNBV1RSNEdlV0Z0Y0NqNWVrN3Fcbml0SktmcEdueWZXbHBQZWx1WGZHbVM2bnBBMzZVUmxoWCtGZmFFNnZFSFZhN28vaGN3NGJGNnNDZ1lFQS9VUEtcbkhDd0pOQlBQMDRRN3pHRjJpdmwveno5V0R3bnAzZDlRWnpwbWpDWmEzSjUydExTaHM1VVJDOFZlU0g2bVdoNzhcbmZNb0ZiOGZGaUpVU2pBMURoMFgxcGJoWExlRm5KbW9iSEFsSFp2ZE1nR0RRU2UwVmZubUM3dEp4d0VRM3RkeHVcbi9FOTVrTkZ2WFVTcTBsU0lDRzhURndyMnpIdWVKZjhzUEh2c2JVc0NnWUVBenV0M250NkVUL25OOUZoRUFONGhcbjRhdEN0c3R6dlZ3OFhZU1VHcDhJYzcvUlZhRGJRTlh5eElyL3dSd0lQNDFac3liUzJTQkY5a1VTMjE1VVdRT2FcbjFpUnM0WFByR3VFTVB1QWRwUHpFOHExWGtES3BhRGdPMVpUUm9QUUZmTTEyUXRXendnZzR1dUNyZmpicWtaNVlcbjN3blc1aFZFazN4UnZVT2FaUGFJNVlVQ2dZQVFDNU5xWlgvUHhOR04zUHJNMy8vYW5pUHl4VmgyYTNKZGxDQkxcbjZlOUZRY2pQNFZvejZKMjErdU94a3pkOThFZ3B2WHpSaXhyOUVmTDV6RGY0bDM2SHUyN3NxTmtkRndLcDlGN3pcblQ4TXVTc3lWOVl3OG9zQ1IyckRvNEh4RWFnMzlmNUdvZW9DQkpFT2g3US9GYzRXS3d6NjZYdjl6eFFFbjl4cWVcbldsdUlNUUtCZ0VGa2x0ZjA5NTdwRUM3cFBiL3Q5LzIwajdPREtTS3JTWUUzK1NHaTlYd1VlVDc0SGtVNDNFdWZcbmEzS1dsd01tSmNZdnRjNFJETnVZSjZGOS9lQXE1YzVNcWd5U0VIb01oMzg2dTNZenpaQmNJNUwwNnBNSTRrWWJcbmpoSzYzT0NybHplSUx4d2N3YzAwenRZSGJqeGsveUZPVVdRL09rbkN6bEdFMG84VE9QeXVcbi0tLS0tRU5EIFJTQSBQUklWQVRFIEtFWS0tLS0tXG4iLCJleHBpcmF0aW9uRGF0ZSI6IjIwMjYtMDEtMDFUMDA6MDA6MDBaIiwidXNlcklkIjoiMzI4MzYyNzg1MDQ0NTEwMTI2In0K"},"type":"Opaque"} + tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" tf_http_trans_id=df6f8d63-c204-73ef-3710-563a53487f25 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." Audit-Id=76b19c0d-7431-4d46-ba94-d4ac2ad18b8e X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Date="Fri, 11 Jul 2025 07:00:04 GMT" timestamp="2025-07-11T09:00:04.485+0200" +2025-07-11T09:00:04.486+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:04 [INFO] Received secret: v1.ObjectMeta{Name:"zitadel-admin-sa", GenerateName:"", Namespace:"zitadel", SelfLink:"", UID:"a0a1976c-014e-4471-9660-8fb4e595ae6e", ResourceVersion:"109672001", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 31, 34, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"kubectl-create", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 31, 34, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000fa3d10), Subresource:""}}} +2025-07-11T09:00:04.486+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file" references: [] +2025-07-11T09:00:04.487+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:04.488+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=975023 +2025-07-11T09:00:04.488+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:04.491+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=directory_permission tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file @module=sdk.framework tf_req_id=834d255a-e022-db85-734c-cd2f058976a5 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T09:00:04.491+0200" +2025-07-11T09:00:04.491+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=filename tf_resource_type=local_file tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=834d255a-e022-db85-734c-cd2f058976a5 @module=sdk.framework timestamp="2025-07-11T09:00:04.491+0200" +2025-07-11T09:00:04.491+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/local @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=834d255a-e022-db85-734c-cd2f058976a5 tf_resource_type=local_file tf_rpc=ReadResource timestamp="2025-07-11T09:00:04.491+0200" +2025-07-11T09:00:04.491+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=834d255a-e022-db85-734c-cd2f058976a5 tf_rpc=ReadResource tf_attribute_path=content_md5 tf_resource_type=local_file timestamp="2025-07-11T09:00:04.491+0200" +2025-07-11T09:00:04.491+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: tf_attribute_path=content_sha512 tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=834d255a-e022-db85-734c-cd2f058976a5 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T09:00:04.491+0200" +2025-07-11T09:00:04.491+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=file_permission tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=ReadResource tf_req_id=834d255a-e022-db85-734c-cd2f058976a5 timestamp="2025-07-11T09:00:04.491+0200" +2025-07-11T09:00:04.491+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=content_sha1 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=834d255a-e022-db85-734c-cd2f058976a5 tf_rpc=ReadResource timestamp="2025-07-11T09:00:04.491+0200" +2025-07-11T09:00:04.491+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: tf_req_id=834d255a-e022-db85-734c-cd2f058976a5 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=local_file tf_attribute_path=content_sha256 tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2025-07-11T09:00:04.491+0200" +2025-07-11T09:00:04.491+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=content_base64sha512 tf_req_id=834d255a-e022-db85-734c-cd2f058976a5 tf_resource_type=local_file tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2025-07-11T09:00:04.491+0200" +2025-07-11T09:00:04.491+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=834d255a-e022-db85-734c-cd2f058976a5 tf_attribute_path=content_base64sha256 tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T09:00:04.491+0200" +2025-07-11T09:00:04.491+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=content tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=834d255a-e022-db85-734c-cd2f058976a5 tf_resource_type=local_file tf_rpc=ReadResource timestamp="2025-07-11T09:00:04.491+0200" +2025-07-11T09:00:04.495+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:04.496+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 id=975001 +2025-07-11T09:00:04.496+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:04.496+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:04.496+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:04.500+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T09:00:04.500+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=975589 +2025-07-11T09:00:04.501+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T09:00:04.509+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T09:00:04.509+0200" +2025-07-11T09:00:04.521+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T09:00:04.521+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin2524918992 network=unix timestamp="2025-07-11T09:00:04.521+0200" +2025-07-11T09:00:04.529+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:04.529+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:04.534+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T09:00:04.534+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=975604 +2025-07-11T09:00:04.534+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T09:00:04.535+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=insecure @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=ea8c0d60-ca4f-6ed1-6839-9d170f82e839 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T09:00:04.535+0200" +2025-07-11T09:00:04.535+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=insecure tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=ea8c0d60-ca4f-6ed1-6839-9d170f82e839 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig timestamp="2025-07-11T09:00:04.535+0200" +2025-07-11T09:00:04.535+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=token tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=ea8c0d60-ca4f-6ed1-6839-9d170f82e839 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T09:00:04.535+0200" +2025-07-11T09:00:04.535+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=ea8c0d60-ca4f-6ed1-6839-9d170f82e839 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=token tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T09:00:04.535+0200" +2025-07-11T09:00:04.535+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_mux_provider="*proto6server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=jwt_profile_file tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=ea8c0d60-ca4f-6ed1-6839-9d170f82e839 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T09:00:04.535+0200" +2025-07-11T09:00:04.535+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=ea8c0d60-ca4f-6ed1-6839-9d170f82e839 @module=sdk.framework tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 timestamp="2025-07-11T09:00:04.535+0200" +2025-07-11T09:00:04.535+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=jwt_profile_json tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig tf_mux_provider="*proto6server.Server" tf_req_id=ea8c0d60-ca4f-6ed1-6839-9d170f82e839 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T09:00:04.535+0200" +2025-07-11T09:00:04.535+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=jwt_profile_json tf_mux_provider="*proto6server.Server" tf_req_id=ea8c0d60-ca4f-6ed1-6839-9d170f82e839 tf_rpc=ValidateProviderConfig tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T09:00:04.535+0200" +2025-07-11T09:00:04.535+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_req_id=ea8c0d60-ca4f-6ed1-6839-9d170f82e839 tf_rpc=ValidateProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T09:00:04.535+0200" +2025-07-11T09:00:04.535+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_attribute_path=port tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=ea8c0d60-ca4f-6ed1-6839-9d170f82e839 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T09:00:04.535+0200" +2025-07-11T09:00:04.535+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=ea8c0d60-ca4f-6ed1-6839-9d170f82e839 tf_rpc=ValidateProviderConfig @module=sdk.framework timestamp="2025-07-11T09:00:04.535+0200" +2025-07-11T09:00:04.535+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=domain tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=ea8c0d60-ca4f-6ed1-6839-9d170f82e839 tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig timestamp="2025-07-11T09:00:04.535+0200" +2025-07-11T09:00:04.542+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T09:00:04.542+0200" +2025-07-11T09:00:04.554+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T09:00:04.554+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin2452914453 network=unix timestamp="2025-07-11T09:00:04.554+0200" +2025-07-11T09:00:04.561+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:04.561+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:04.562+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Provider Configure: tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:12 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=f5664c28-51b7-35bf-2ea5-2d1900929992 timestamp="2025-07-11T09:00:04.562+0200" +2025-07-11T09:00:04.562+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Provider Configure: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=f5664c28-51b7-35bf-2ea5-2d1900929992 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:20 @module=sdk.framework tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T09:00:04.562+0200" +2025-07-11T09:00:04.566+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T09:00:04.566+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=975616 +2025-07-11T09:00:04.566+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T09:00:04.566+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=domain tf_req_id=20ac0bf9-e9d0-a254-4d14-b4d979769794 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T09:00:04.566+0200" +2025-07-11T09:00:04.566+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_mux_provider="*proto6server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=domain tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=20ac0bf9-e9d0-a254-4d14-b4d979769794 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T09:00:04.566+0200" +2025-07-11T09:00:04.566+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_req_id=20ac0bf9-e9d0-a254-4d14-b4d979769794 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=insecure tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T09:00:04.566+0200" +2025-07-11T09:00:04.566+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=20ac0bf9-e9d0-a254-4d14-b4d979769794 tf_rpc=ValidateProviderConfig tf_attribute_path=insecure timestamp="2025-07-11T09:00:04.566+0200" +2025-07-11T09:00:04.566+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=20ac0bf9-e9d0-a254-4d14-b4d979769794 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T09:00:04.566+0200" +2025-07-11T09:00:04.566+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=20ac0bf9-e9d0-a254-4d14-b4d979769794 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=token tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T09:00:04.566+0200" +2025-07-11T09:00:04.566+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=20ac0bf9-e9d0-a254-4d14-b4d979769794 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T09:00:04.566+0200" +2025-07-11T09:00:04.566+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=20ac0bf9-e9d0-a254-4d14-b4d979769794 timestamp="2025-07-11T09:00:04.566+0200" +2025-07-11T09:00:04.566+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=jwt_profile_json tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=20ac0bf9-e9d0-a254-4d14-b4d979769794 timestamp="2025-07-11T09:00:04.566+0200" +2025-07-11T09:00:04.566+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=20ac0bf9-e9d0-a254-4d14-b4d979769794 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=jwt_profile_json tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T09:00:04.566+0200" +2025-07-11T09:00:04.566+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=port tf_req_id=20ac0bf9-e9d0-a254-4d14-b4d979769794 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T09:00:04.566+0200" +2025-07-11T09:00:04.566+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=port tf_req_id=20ac0bf9-e9d0-a254-4d14-b4d979769794 tf_rpc=ValidateProviderConfig @module=sdk.framework tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T09:00:04.566+0200" +2025-07-11T09:00:04.573+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T09:00:04.572+0200" +2025-07-11T09:00:04.585+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T09:00:04.585+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin1001978003 network=unix timestamp="2025-07-11T09:00:04.585+0200" +2025-07-11T09:00:04.593+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Provider Configure: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=1fd1cb53-5c04-9bbb-c0db-d39d238ea1a9 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:12 @module=sdk.framework timestamp="2025-07-11T09:00:04.593+0200" +2025-07-11T09:00:04.593+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Provider Configure: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=sdk.framework tf_req_id=1fd1cb53-5c04-9bbb-c0db-d39d238ea1a9 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:20 timestamp="2025-07-11T09:00:04.593+0200" +2025-07-11T09:00:04.599+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=insecure tf_req_id=be87713e-1735-e877-5c77-53b4a535a905 tf_rpc=ValidateProviderConfig @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T09:00:04.599+0200" +2025-07-11T09:00:04.599+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=insecure tf_mux_provider="*proto6server.Server" tf_req_id=be87713e-1735-e877-5c77-53b4a535a905 tf_rpc=ValidateProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T09:00:04.599+0200" +2025-07-11T09:00:04.599+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=sdk.framework tf_attribute_path=token tf_req_id=be87713e-1735-e877-5c77-53b4a535a905 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T09:00:04.599+0200" +2025-07-11T09:00:04.599+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=token tf_req_id=be87713e-1735-e877-5c77-53b4a535a905 tf_rpc=ValidateProviderConfig @module=sdk.framework tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T09:00:04.599+0200" +2025-07-11T09:00:04.599+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_req_id=be87713e-1735-e877-5c77-53b4a535a905 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=sdk.framework tf_attribute_path=jwt_profile_file timestamp="2025-07-11T09:00:04.599+0200" +2025-07-11T09:00:04.599+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_req_id=be87713e-1735-e877-5c77-53b4a535a905 timestamp="2025-07-11T09:00:04.599+0200" +2025-07-11T09:00:04.599+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=be87713e-1735-e877-5c77-53b4a535a905 @module=sdk.framework tf_attribute_path=jwt_profile_json tf_rpc=ValidateProviderConfig timestamp="2025-07-11T09:00:04.599+0200" +2025-07-11T09:00:04.599+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=be87713e-1735-e877-5c77-53b4a535a905 tf_rpc=ValidateProviderConfig tf_attribute_path=jwt_profile_json tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T09:00:04.599+0200" +2025-07-11T09:00:04.599+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_rpc=ValidateProviderConfig @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=be87713e-1735-e877-5c77-53b4a535a905 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=port timestamp="2025-07-11T09:00:04.599+0200" +2025-07-11T09:00:04.599+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_req_id=be87713e-1735-e877-5c77-53b4a535a905 timestamp="2025-07-11T09:00:04.599+0200" +2025-07-11T09:00:04.599+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_req_id=be87713e-1735-e877-5c77-53b4a535a905 tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=domain tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T09:00:04.599+0200" +2025-07-11T09:00:04.599+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_req_id=be87713e-1735-e877-5c77-53b4a535a905 timestamp="2025-07-11T09:00:04.599+0200" +2025-07-11T09:00:04.599+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Provider Configure: @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=53aab1d8-8acc-49f8-d712-97537bc80f5a @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:12 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ConfigureProvider timestamp="2025-07-11T09:00:04.599+0200" +2025-07-11T09:00:04.599+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Provider Configure: tf_mux_provider="*proto6server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:20 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=53aab1d8-8acc-49f8-d712-97537bc80f5a tf_rpc=ConfigureProvider timestamp="2025-07-11T09:00:04.599+0200" +2025-07-11T09:00:04.600+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default" references: [] +2025-07-11T09:00:04.600+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started get: @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/org/funcs.go:107 @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=c634a1c4-ec28-9a94-974d-b7aa4bfabfd8 tf_resource_type=zitadel_org tf_rpc=ReadResource timestamp="2025-07-11T09:00:04.600+0200" +2025-07-11T09:00:06.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default" references: [] +2025-07-11T09:00:06.989+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default" references: [] +2025-07-11T09:00:06.990+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_action.groups-claim" references: [] +2025-07-11T09:00:06.990+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default" references: [] +2025-07-11T09:00:06.990+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default" references: [] +2025-07-11T09:00:06.991+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=27c660ca-bf71-d8f2-e54c-0119b15a79b5 tf_resource_type=zitadel_human_user @module=zitadel tf_rpc=ReadResource @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/human_user/funcs.go:167 timestamp="2025-07-11T09:00:06.991+0200" +2025-07-11T09:00:06.991+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_resource_type=zitadel_project tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=222331ab-d343-98fd-bc5e-78aa8f1cd04a tf_rpc=ReadResource @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project/funcs.go:95 @module=zitadel timestamp="2025-07-11T09:00:06.991+0200" +2025-07-11T09:00:06.991+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/action/funcs.go:102 @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_req_id=66868242-b406-7c7e-20e6-8cfbedc5cea4 tf_resource_type=zitadel_action tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T09:00:06.991+0200" +2025-07-11T09:00:06.992+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_req_id=da888cbd-3393-28a4-d622-328bea7692b2 tf_resource_type=zitadel_project tf_rpc=ReadResource tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project/funcs.go:95 @module=zitadel timestamp="2025-07-11T09:00:06.992+0200" +2025-07-11T09:00:09.782+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default" references: [] +2025-07-11T09:00:09.783+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_resource_type=zitadel_login_policy @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/login_policy/funcs.go:286 @module=zitadel tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ReadResource tf_mux_provider=tf5to6server.v5tov6Server tf_req_id=c9ced350-fe6d-3115-1c98-a49a917c4500 timestamp="2025-07-11T09:00:09.783+0200" +2025-07-11T09:00:10.050+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info" references: [] +2025-07-11T09:00:10.050+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default, 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: + - .phone: planned value cty.StringVal("") for a non-computed attribute + - .preferred_language: planned value cty.StringVal("und") for a non-computed attribute + - .nick_name: planned value cty.StringVal("") for a non-computed attribute + - .gender: planned value cty.StringVal("GENDER_UNSPECIFIED") for a non-computed attribute + - .is_phone_verified: planned value cty.False for a non-computed attribute +2025-07-11T09:00:10.050+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token" references: [] +2025-07-11T09:00:10.051+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default" references: [] +2025-07-11T09:00:10.051+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_req_id=8797fb28-4564-f96e-ce38-c114ba9cd2c3 @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/trigger_actions/funcs.go:97 @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_resource_type=zitadel_trigger_actions tf_rpc=ReadResource timestamp="2025-07-11T09:00:10.051+0200" +2025-07-11T09:00:10.051+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/trigger_actions/funcs.go:97 @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_req_id=2172608b-2590-460e-2a4e-eacbb48ed686 tf_resource_type=zitadel_trigger_actions tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T09:00:10.051+0200" +2025-07-11T09:00:10.051+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default[0]" references: [] +2025-07-11T09:00:10.052+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/org_member/funcs.go:87 @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=19d9c409-18d6-0aa9-3fa2-c3e74c146846 tf_resource_type=zitadel_org_member tf_rpc=ReadResource timestamp="2025-07-11T09:00:10.051+0200" +2025-07-11T09:00:10.052+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_mux_provider=tf5to6server.v5tov6Server tf_req_id=b9a63deb-39a7-803a-f857-92306bfbacdf tf_resource_type=zitadel_project_member tf_rpc=ReadResource @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_member/funcs.go:91 tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=zitadel timestamp="2025-07-11T09:00:10.052+0200" +2025-07-11T09:00:10.378+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default[0]" references: [] +2025-07-11T09:00:10.378+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default[0]" references: [] +2025-07-11T09:00:10.378+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default" references: [] +2025-07-11T09:00:10.378+0200 [DEBUG] Resource instance state not found for node "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default", instance module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default +2025-07-11T09:00:10.379+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [] +2025-07-11T09:00:10.379+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default[0]" references: [] +2025-07-11T09:00:10.379+0200 [DEBUG] refresh: module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default: no state, so not refreshing +2025-07-11T09:00:10.379+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=3d7eb5e0-2ed6-9144-f75c-62cbd5b57f81 tf_resource_type=zitadel_project_member tf_rpc=ReadResource @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_member/funcs.go:91 @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server timestamp="2025-07-11T09:00:10.379+0200" +2025-07-11T09:00:10.379+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=673f7ffe-fb9a-54cc-9f09-c9e9227c3a48 @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:96 tf_resource_type=zitadel_project_role tf_rpc=ReadResource timestamp="2025-07-11T09:00:10.379+0200" +2025-07-11T09:00:10.380+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/application_oidc/funcs.go:186 @module=zitadel tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ReadResource tf_mux_provider=tf5to6server.v5tov6Server tf_req_id=06a58466-319a-6d47-1b80-1c6f5ad8d3b7 tf_resource_type=zitadel_application_oidc timestamp="2025-07-11T09:00:10.380+0200" +2025-07-11T09:00:10.381+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_req_id=72f2753e-a377-6406-1bf3-1c7dbfcfc479 @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:96 @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_resource_type=zitadel_project_role tf_rpc=ReadResource timestamp="2025-07-11T09:00:10.380+0200" +2025-07-11T09:00:10.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[0]" references: [] +2025-07-11T09:00:10.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[1]" references: [] +2025-07-11T09:00:10.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[2]" references: [] +2025-07-11T09:00:10.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[3]" references: [] +2025-07-11T09:00:10.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[4]" references: [] +2025-07-11T09:00:10.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[5]" references: [] +2025-07-11T09:00:10.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[6]" references: [] +2025-07-11T09:00:10.530+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default[7]" references: [] +2025-07-11T09:00:10.532+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=b2e44456-4dec-39e3-36f9-7446519e568a tf_resource_type=zitadel_project_role @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:96 tf_rpc=ReadResource timestamp="2025-07-11T09:00:10.532+0200" +2025-07-11T09:00:10.532+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_resource_type=zitadel_project_role tf_rpc=ReadResource tf_req_id=af3ad74d-2447-c824-0720-02d40667d6c0 @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:96 timestamp="2025-07-11T09:00:10.532+0200" +2025-07-11T09:00:10.669+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: @module=zitadel tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=1911f2f2-c919-52f6-2486-7e9ddbaedf82 @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:96 tf_mux_provider=tf5to6server.v5tov6Server tf_resource_type=zitadel_project_role tf_rpc=ReadResource timestamp="2025-07-11T09:00:10.669+0200" +2025-07-11T09:00:10.669+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_rpc=ReadResource @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:96 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=603303e8-a4a1-ceb2-b3a2-4a9f93e15a4b tf_resource_type=zitadel_project_role timestamp="2025-07-11T09:00:10.669+0200" +2025-07-11T09:00:11.749+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default, 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: + - .skip_native_app_success_page: planned value cty.False for a non-computed attribute + - .clock_skew: planned value cty.StringVal("0s") for a non-computed attribute + - .version: planned value cty.StringVal("OIDC_VERSION_1_0") for a non-computed attribute + - .access_token_role_assertion: planned value cty.False for a non-computed attribute + - .additional_origins: planned value cty.ListValEmpty(cty.String) for a non-computed attribute + - .dev_mode: planned value cty.False for a non-computed attribute +2025-07-11T09:00:11.750+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_rpc=ReadResource @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:96 tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel @module=zitadel tf_req_id=f221eeda-7c77-9c81-6ee2-3e52f4c41da7 tf_resource_type=zitadel_project_role timestamp="2025-07-11T09:00:11.750+0200" +2025-07-11T09:00:11.750+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_resource_type=zitadel_project_role @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:96 @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_req_id=494f6266-d9bb-1a24-78e7-4e37e5923b7d tf_rpc=ReadResource timestamp="2025-07-11T09:00:11.750+0200" +2025-07-11T09:00:11.750+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_resource_type=zitadel_project_role @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:96 tf_mux_provider=tf5to6server.v5tov6Server tf_req_id=b2d4e40c-575e-0b42-397b-bbf84ba732de tf_rpc=ReadResource @module=zitadel tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T09:00:11.750+0200" +2025-07-11T09:00:11.750+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:96 @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=dc69f984-e374-1c85-4c2d-67e56f08ea20 tf_resource_type=zitadel_project_role tf_rpc=ReadResource timestamp="2025-07-11T09:00:11.750+0200" +2025-07-11T09:00:11.752+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.external.processed_values" references: [] +2025-07-11T09:00:11.807+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=program[0] tf_provider_addr=registry.terraform.io/hashicorp/external tf_req_id=e54580f8-b87a-8b64-d6b4-d8a2df7095ed @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_data_source_type=external tf_rpc=ReadDataSource timestamp="2025-07-11T09:00:11.807+0200" +2025-07-11T09:00:11.807+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=program[1] tf_req_id=e54580f8-b87a-8b64-d6b4-d8a2df7095ed tf_data_source_type=external tf_provider_addr=registry.terraform.io/hashicorp/external tf_rpc=ReadDataSource timestamp="2025-07-11T09:00:11.807+0200" +2025-07-11T09:00:11.807+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=program[2] tf_req_id=e54580f8-b87a-8b64-d6b4-d8a2df7095ed tf_rpc=ReadDataSource @module=sdk.framework tf_data_source_type=external tf_provider_addr=registry.terraform.io/hashicorp/external timestamp="2025-07-11T09:00:11.807+0200" +2025-07-11T09:00:11.807+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/external tf_req_id=e54580f8-b87a-8b64-d6b4-d8a2df7095ed @module=sdk.framework tf_attribute_path=program tf_data_source_type=external tf_rpc=ReadDataSource timestamp="2025-07-11T09:00:11.807+0200" +2025-07-11T09:00:11.808+0200 [DEBUG] Resource instance state not found for node "module.argocd.helm_release.argocd", instance module.argocd.helm_release.argocd +2025-07-11T09:00:11.808+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd" references: [] +2025-07-11T09:00:11.808+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:11.809+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 id=974948 +2025-07-11T09:00:11.809+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:11.809+0200 [DEBUG] refresh: module.argocd.helm_release.argocd: no state, so not refreshing +2025-07-11T09:00:11.809+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T09:00:11.810+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0001bc9a0 Settings:0xc000571440 RegistryClient:0xc0001bad80 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_resource_type=helm_release @module=helm tf_req_id=6ee220f5-87c4-6690-2aff-9a01c8564738 tf_rpc=ValidateResourceConfig @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:00:11.810+0200" +2025-07-11T09:00:11.812+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc0001bc9a0 Settings:0xc000571440 RegistryClient:0xc0001bad80 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_req_id=1abf5413-3ac7-8dbd-b624-e92dc79569ff tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 timestamp="2025-07-11T09:00:11.811+0200" +2025-07-11T09:00:11.813+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:250 tf_req_id=1abf5413-3ac7-8dbd-b624-e92dc79569ff tf_resource_type=helm_release timestamp="2025-07-11T09:00:11.813+0200" +2025-07-11T09:00:11.813+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework tf_attribute_path="AttributeName(\"id\")" tf_req_id=1abf5413-3ac7-8dbd-b624-e92dc79569ff tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 timestamp="2025-07-11T09:00:11.813+0200" +2025-07-11T09:00:11.813+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"status\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1abf5413-3ac7-8dbd-b624-e92dc79569ff tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=sdk.framework timestamp="2025-07-11T09:00:11.813+0200" +2025-07-11T09:00:11.813+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"metadata\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1abf5413-3ac7-8dbd-b624-e92dc79569ff tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_resource_type=helm_release timestamp="2025-07-11T09:00:11.813+0200" +2025-07-11T09:00:11.813+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"manifest\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_req_id=1abf5413-3ac7-8dbd-b624-e92dc79569ff timestamp="2025-07-11T09:00:11.813+0200" +2025-07-11T09:00:11.817+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"argo-cd" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID: Keyring: Lint:false Manifest: MaxHistory:0 Metadata: Name:"argocd" Namespace:"argocd" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive:[{"name":"config.secret.argocdServerAdminPassword","type":,"value":"3w=tr!042qbxD7d?22Ayj(WFW6qRi@N)yRUJ8KQ:eEDAStFZ"}] SkipCrds:false Status: Timeout:300 Values:[""] Verify:false Version:"7.0.20" Wait:true WaitForJobs:true}: @module=helm tf_req_id=1abf5413-3ac7-8dbd-b624-e92dc79569ff tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 timestamp="2025-07-11T09:00:11.817+0200" +2025-07-11T09:00:11.817+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: : @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1abf5413-3ac7-8dbd-b624-e92dc79569ff @module=helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T09:00:11.817+0200" +2025-07-11T09:00:11.817+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Start: @module=helm tf_req_id=1abf5413-3ac7-8dbd-b624-e92dc79569ff tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 timestamp="2025-07-11T09:00:11.817+0200" +2025-07-11T09:00:11.817+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: KubernetesData=map[] tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1abf5413-3ac7-8dbd-b624-e92dc79569ff @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 timestamp="2025-07-11T09:00:11.817+0200" +2025-07-11T09:00:11.817+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_req_id=1abf5413-3ac7-8dbd-b624-e92dc79569ff tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 configPaths=[] tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:00:11.817+0200" +2025-07-11T09:00:11.817+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @module=helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1abf5413-3ac7-8dbd-b624-e92dc79569ff timestamp="2025-07-11T09:00:11.817+0200" +2025-07-11T09:00:11.817+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Initial Values: Name=argocd, Namespace=argocd, Repository=https://charts.bitnami.com/bitnami, Repository_Username=, Repository_Password=, Chart=argo-cd: tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1abf5413-3ac7-8dbd-b624-e92dc79569ff tf_rpc=PlanResourceChange timestamp="2025-07-11T09:00:11.817+0200" +2025-07-11T09:00:11.817+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Metadata has changes, setting to unknown: tf_rpc=PlanResourceChange tf_req_id=1abf5413-3ac7-8dbd-b624-e92dc79569ff tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1799 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:00:11.817+0200" +2025-07-11T09:00:11.817+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc000571560 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 @module=helm tf_req_id=1abf5413-3ac7-8dbd-b624-e92dc79569ff timestamp="2025-07-11T09:00:11.817+0200" +2025-07-11T09:00:12.061+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:12.062+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=975589 +2025-07-11T09:00:12.062+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:12.507+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default[0]" references: [] +2025-07-11T09:00:12.508+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:12.509+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=975616 +2025-07-11T09:00:12.509+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:12.510+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ReadResource @module=zitadel tf_req_id=75c95297-f183-4133-f558-dafee5dbfae3 tf_resource_type=zitadel_project_role @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:96 timestamp="2025-07-11T09:00:12.510+0200" +2025-07-11T09:00:13.289+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[1]" references: [] +2025-07-11T09:00:13.289+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default[0]" references: [] +2025-07-11T09:00:13.290+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_mux_provider=tf5to6server.v5tov6Server tf_resource_type=zitadel_project_role tf_rpc=ReadResource @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:96 @module=zitadel tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=ecb6100e-5e83-feb3-3435-f6444e50310d timestamp="2025-07-11T09:00:13.290+0200" +2025-07-11T09:00:13.290+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/project_role/funcs.go:96 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=23119c9d-c464-18f6-da20-9a391a2643bb tf_rpc=ReadResource @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_resource_type=zitadel_project_role timestamp="2025-07-11T09:00:13.290+0200" +2025-07-11T09:00:14.086+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [] +2025-07-11T09:00:14.087+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_mux_provider=tf5to6server.v5tov6Server tf_req_id=7fb90955-8dfe-a7c5-d886-f496cb910b9b tf_resource_type=zitadel_user_grant @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/user_grant/funcs.go:88 @module=zitadel tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ReadResource timestamp="2025-07-11T09:00:14.087+0200" +2025-07-11T09:00:14.354+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default" references: [] +2025-07-11T09:00:14.355+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=81e92074-a824-3421-8419-a815e6acfafa tf_resource_type=zitadel_application_api tf_rpc=ReadResource @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/application_api/funcs.go:113 timestamp="2025-07-11T09:00:14.355+0200" +2025-07-11T09:00:14.518+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api" references: [] +2025-07-11T09:00:14.519+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [] +2025-07-11T09:00:14.519+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default" references: [] +2025-07-11T09:00:14.520+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_mux_provider=tf5to6server.v5tov6Server tf_req_id=7400053d-5c50-c9fc-8b64-60d2691414e0 @module=zitadel tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_resource_type=zitadel_application_oidc tf_rpc=ReadResource @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/application_oidc/funcs.go:186 timestamp="2025-07-11T09:00:14.520+0200" +2025-07-11T09:00:14.520+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:14 [INFO] Checking secret core-api +2025-07-11T09:00:14.520+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=b5877657-03db-6fe8-7a9e-9e26c30b8b20 tf_rpc=ReadResource @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/application_api/funcs.go:113 tf_resource_type=zitadel_application_api timestamp="2025-07-11T09:00:14.520+0200" +2025-07-11T09:00:14.520+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request @module=kubernetes.Kubernetes Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev tf_http_req_method=GET tf_http_req_version=HTTP/1.1 Accept="application/json, */*" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/core-api tf_http_trans_id=fa333b16-a6e4-421e-7249-d2c5acc6a4c5 timestamp="2025-07-11T09:00:14.520+0200" +2025-07-11T09:00:14.585+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_res_version=HTTP/2.0 tf_http_trans_id=fa333b16-a6e4-421e-7249-d2c5acc6a4c5 @module=kubernetes.Kubernetes Date="Fri, 11 Jul 2025 07:00:14 GMT" X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_op_type=response tf_http_res_status_code=200 Audit-Id=67b05ec4-f9da-4edf-93ea-979e12d60197 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"core-api","namespace":"365zon","uid":"828e79f3-f9b7-48be-9213-b998fda452e4","resourceVersion":"109681804","creationTimestamp":"2025-07-11T06:59:29Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:29Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjMzMjExMzA4MjYw","client_secret":"aDBUcEJBNWZXenlLTDNMWTFLazRHWmtFNGQ4RUVBeko3ekZUQUd4YnFoTmQyYTNyb2NDMWNCWmRjNmxCaWVqUQ=="},"type":"Opaque"} + @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] tf_http_res_status_reason="200 OK" Content-Length=711 Content-Type=application/json X-Content-Type-Options=nosniff new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." timestamp="2025-07-11T09:00:14.585+0200" +2025-07-11T09:00:14.585+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:14 [INFO] Reading secret core-api +2025-07-11T09:00:14.586+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_method=GET @module=kubernetes.Kubernetes Host=rancher.bridge.fourlights.dev tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/core-api Accept="application/json, */*" tf_http_req_body="" tf_http_req_version=HTTP/1.1 tf_http_trans_id=0d89c163-ec31-a27b-d6c8-33a23ed6f6c5 timestamp="2025-07-11T09:00:14.586+0200" +2025-07-11T09:00:14.632+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"core-api","namespace":"365zon","uid":"828e79f3-f9b7-48be-9213-b998fda452e4","resourceVersion":"109681804","creationTimestamp":"2025-07-11T06:59:29Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:29Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjMzMjExMzA4MjYw","client_secret":"aDBUcEJBNWZXenlLTDNMWTFLazRHWmtFNGQ4RUVBeko3ekZUQUd4YnFoTmQyYTNyb2NDMWNCWmRjNmxCaWVqUQ=="},"type":"Opaque"} + tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 tf_http_res_status_code=200 @module=kubernetes.Kubernetes Content-Length=711 Content-Type=application/json X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_op_type=response tf_http_trans_id=0d89c163-ec31-a27b-d6c8-33a23ed6f6c5 Audit-Id=9d83b919-c6c6-451b-9e10-cb323d924a60 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 07:00:14 GMT" X-Api-Cattle-Auth=true new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." timestamp="2025-07-11T09:00:14.632+0200" +2025-07-11T09:00:14.632+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:14 [INFO] Received secret: v1.ObjectMeta{Name:"core-api", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"828e79f3-f9b7-48be-9213-b998fda452e4", ResourceVersion:"109681804", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0011403d8), Subresource:""}}} +2025-07-11T09:00:14.634+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api, 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: + - .immutable: planned value cty.False for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute +2025-07-11T09:00:14.914+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api" references: [] +2025-07-11T09:00:14.914+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default" references: [] +2025-07-11T09:00:14.914+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [] +2025-07-11T09:00:14.916+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=40df23da-970b-5a87-3cf4-7a622e558f84 tf_resource_type=zitadel_machine_user @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/machine_user/funcs.go:150 @module=zitadel tf_rpc=ReadResource timestamp="2025-07-11T09:00:14.916+0200" +2025-07-11T09:00:14.916+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:14 [INFO] Checking secret salesforce-api +2025-07-11T09:00:14.916+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: @module=zitadel tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_resource_type=zitadel_application_oidc tf_mux_provider=tf5to6server.v5tov6Server tf_req_id=d59eb5b1-b1e9-abeb-ae25-c855616c2cee tf_rpc=ReadResource @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/application_oidc/funcs.go:186 timestamp="2025-07-11T09:00:14.916+0200" +2025-07-11T09:00:14.916+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_body="" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Host=rancher.bridge.fourlights.dev tf_http_trans_id=eb9c1012-e679-628b-bc6b-d4d7f09c1acc Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET @module=kubernetes.Kubernetes Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/salesforce-api tf_http_req_version=HTTP/1.1 Accept="application/json, */*" timestamp="2025-07-11T09:00:14.916+0200" +2025-07-11T09:00:14.917+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default, 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: + - .clock_skew: planned value cty.StringVal("0s") for a non-computed attribute + - .id_token_role_assertion: planned value cty.False for a non-computed attribute + - .version: planned value cty.StringVal("OIDC_VERSION_1_0") for a non-computed attribute + - .additional_origins: planned value cty.ListValEmpty(cty.String) for a non-computed attribute + - .dev_mode: planned value cty.False for a non-computed attribute + - .skip_native_app_success_page: planned value cty.False for a non-computed attribute + - .id_token_userinfo_assertion: planned value cty.False for a non-computed attribute +2025-07-11T09:00:14.918+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent" references: [] +2025-07-11T09:00:14.919+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:14 [INFO] Checking secret core-user-agent +2025-07-11T09:00:14.920+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_body="" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_req_method=GET @module=kubernetes.Kubernetes Accept-Encoding=gzip new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=5313fb17-079c-201e-8c23-97737040f062 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/core-user-agent tf_http_req_version=HTTP/1.1 Accept="application/json, */*" timestamp="2025-07-11T09:00:14.919+0200" +2025-07-11T09:00:14.962+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 Audit-Id=40ded3c4-190f-44e3-ac06-9fc6721b01b7 Content-Type=application/json X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_code=200 @module=kubernetes.Kubernetes Content-Length=717 Date="Fri, 11 Jul 2025 07:00:14 GMT" Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"salesforce-api","namespace":"365zon","uid":"55eb6452-1732-42a9-aff5-2ca53ea0e054","resourceVersion":"109681802","creationTimestamp":"2025-07-11T06:59:29Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:29Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjMzNDYyOTQxMTAz","client_secret":"QVNCcTFkZTVxMkRaZDJveEVudWRnekp5d3c2Z3JlYk1DeFNwUDM3aDhkUUN3ZG5XTjZibFl6TGx0MUVXQVVDSA=="},"type":"Opaque"} + tf_http_trans_id=eb9c1012-e679-628b-bc6b-d4d7f09c1acc timestamp="2025-07-11T09:00:14.962+0200" +2025-07-11T09:00:14.962+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:14 [INFO] Reading secret salesforce-api +2025-07-11T09:00:14.963+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept="application/json, */*" Accept-Encoding=gzip tf_http_req_body="" tf_http_req_method=GET tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/salesforce-api tf_http_req_version=HTTP/1.1 @module=kubernetes.Kubernetes new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_trans_id=7d05ba45-9fc6-7b12-8f17-8f26f2856b20 timestamp="2025-07-11T09:00:14.963+0200" +2025-07-11T09:00:14.972+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response tf_http_res_status_reason="200 OK" Content-Type=application/json tf_http_res_version=HTTP/2.0 tf_http_trans_id=5313fb17-079c-201e-8c23-97737040f062 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=cf82678a-c6aa-41fe-b7d7-6915682a8a98 Date="Fri, 11 Jul 2025 07:00:14 GMT" X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"core-user-agent","namespace":"365zon","uid":"6df2c46f-030c-4a5d-8ffd-12383cfb05be","resourceVersion":"109681803","creationTimestamp":"2025-07-11T06:59:29Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:29Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjMzNTk3MTg0MjI4"},"type":"Opaque"} + tf_http_res_status_code=200 @module=kubernetes.Kubernetes Content-Length=590 timestamp="2025-07-11T09:00:14.972+0200" +2025-07-11T09:00:14.973+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:14 [INFO] Reading secret core-user-agent +2025-07-11T09:00:14.973+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_method=GET @module=kubernetes.Kubernetes Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/core-user-agent tf_http_req_version=HTTP/1.1 Accept="application/json, */*" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_body="" tf_http_trans_id=b12e4e45-97ac-8a73-b4df-6cdd624f422a timestamp="2025-07-11T09:00:14.973+0200" +2025-07-11T09:00:15.010+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Length=717 Content-Type=application/json Date="Fri, 11 Jul 2025 07:00:14 GMT" X-Api-Cattle-Auth=true tf_http_op_type=response Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"salesforce-api","namespace":"365zon","uid":"55eb6452-1732-42a9-aff5-2ca53ea0e054","resourceVersion":"109681802","creationTimestamp":"2025-07-11T06:59:29Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:29Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjMzNDYyOTQxMTAz","client_secret":"QVNCcTFkZTVxMkRaZDJveEVudWRnekp5d3c2Z3JlYk1DeFNwUDM3aDhkUUN3ZG5XTjZibFl6TGx0MUVXQVVDSA=="},"type":"Opaque"} + tf_http_res_status_reason="200 OK" tf_http_trans_id=7d05ba45-9fc6-7b12-8f17-8f26f2856b20 @module=kubernetes.Kubernetes Audit-Id=552cd1d6-d17d-4b33-9313-b99d08c23c1e X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 timestamp="2025-07-11T09:00:15.010+0200" +2025-07-11T09:00:15.010+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:15 [INFO] Received secret: v1.ObjectMeta{Name:"salesforce-api", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"55eb6452-1732-42a9-aff5-2ca53ea0e054", ResourceVersion:"109681802", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001181c20), Subresource:""}}} +2025-07-11T09:00:15.012+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api, 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: + - .immutable: planned value cty.False for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T09:00:15.026+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 Audit-Id=34c26e3c-f140-4190-9110-d5ce0ac7b472 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=590 Date="Fri, 11 Jul 2025 07:00:14 GMT" X-Api-Cattle-Auth=true tf_http_op_type=response @module=kubernetes.Kubernetes Content-Type=application/json new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" X-Content-Type-Options=nosniff + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"core-user-agent","namespace":"365zon","uid":"6df2c46f-030c-4a5d-8ffd-12383cfb05be","resourceVersion":"109681803","creationTimestamp":"2025-07-11T06:59:29Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:29Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjMzNTk3MTg0MjI4"},"type":"Opaque"} + tf_http_res_version=HTTP/2.0 tf_http_trans_id=b12e4e45-97ac-8a73-b4df-6cdd624f422a @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 timestamp="2025-07-11T09:00:15.026+0200" +2025-07-11T09:00:15.026+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:15 [INFO] Received secret: v1.ObjectMeta{Name:"core-user-agent", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"6df2c46f-030c-4a5d-8ffd-12383cfb05be", ResourceVersion:"109681803", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0014ce9c0), Subresource:""}}} +2025-07-11T09:00:15.028+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent, 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .immutable: planned value cty.False for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T09:00:15.195+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account[0].zitadel_machine_user.default, 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: + - .description: planned value cty.StringVal("") for a non-computed attribute +2025-07-11T09:00:15.196+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant[0].zitadel_user_grant.default" references: [] +2025-07-11T09:00:15.196+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0]" references: [] +2025-07-11T09:00:15.197+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ReadResource tf_req_id=ae705dac-00cd-c577-7e5b-4867c615c109 tf_resource_type=zitadel_user_grant @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/user_grant/funcs.go:88 @module=zitadel timestamp="2025-07-11T09:00:15.197+0200" +2025-07-11T09:00:15.198+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:15 [INFO] Checking secret salesforce-service-account +2025-07-11T09:00:15.199+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept-Encoding=gzip tf_http_req_version=HTTP/1.1 Accept="application/json, */*" Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/salesforce-service-account @module=kubernetes.Kubernetes tf_http_req_method=GET tf_http_trans_id=4d260112-d451-173e-31ce-6b89d25920a3 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 timestamp="2025-07-11T09:00:15.198+0200" +2025-07-11T09:00:15.218+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default, 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: + - .version: planned value cty.StringVal("OIDC_VERSION_1_0") for a non-computed attribute + - .additional_origins: planned value cty.ListValEmpty(cty.String) for a non-computed attribute + - .dev_mode: planned value cty.False for a non-computed attribute + - .skip_native_app_success_page: planned value cty.False for a non-computed attribute + - .id_token_userinfo_assertion: planned value cty.False for a non-computed attribute + - .clock_skew: planned value cty.StringVal("0s") for a non-computed attribute + - .id_token_role_assertion: planned value cty.False for a non-computed attribute +2025-07-11T09:00:15.218+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent" references: [] +2025-07-11T09:00:15.220+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:15 [INFO] Checking secret salesforce-user-agent +2025-07-11T09:00:15.220+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_trans_id=16f33fb0-d6c6-a039-9972-625292beeb8b Host=rancher.bridge.fourlights.dev tf_http_req_body="" tf_http_req_method=GET tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/salesforce-user-agent Accept-Encoding=gzip new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T09:00:15.220+0200" +2025-07-11T09:00:15.255+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @module=kubernetes.Kubernetes Audit-Id=bcf3e8da-ec7f-4732-bbf5-6b477acccdfe tf_http_op_type=response Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=1025 X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_version=HTTP/2.0 tf_http_trans_id=4d260112-d451-173e-31ce-6b89d25920a3 Date="Fri, 11 Jul 2025 07:00:15 GMT" X-Api-Cattle-Auth=true new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_code=200 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Type=application/json X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"salesforce-service-account","namespace":"365zon","uid":"685f0b64-2c18-4e3f-b67e-598004c9bc7e","resourceVersion":"109681811","creationTimestamp":"2025-07-11T06:59:30Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:30Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{},"f:scope":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"c2FsZXNmb3JjZUAzNjV6b24uMzY1em9u","client_secret":"MGJhWmpQbGdCUUxBckdqcU83WG9TemtPVUVXQzNJaTFtZlpTYTVDb0dLcVl0M3pWMVg0N1VrRWFaYTZyS2NlVg==","scope":"b3BlbmlkIHByb2ZpbGUgdXJuOnppdGFkZWw6aWFtOm9yZzpwcm9qZWN0OmlkOjMyODM2NTYyMTE2NTE2OTkxNzphdWQgbWFuYWdlOnByb2ZpbGVzIG1hbmFnZTpjb250YWN0cyBtYW5hZ2U6YWRkcmVzc2VzIG1hbmFnZTplbnF1aXJpZXMgbWFuYWdlOmZsb3dzdGF0ZXMgbWFuYWdlOmZsb3dldmVudHMgbWFuYWdlOmZpbGVzIG1hbmFnZTpicmFuZHM="},"type":"Opaque"} + tf_http_res_status_reason="200 OK" timestamp="2025-07-11T09:00:15.255+0200" +2025-07-11T09:00:15.255+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Audit-Id=30eebd2d-77c8-42ab-8d05-9c896f8c24c5 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Content-Type-Options=nosniff tf_http_res_version=HTTP/2.0 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Content-Length=596 Content-Type=application/json X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response Date="Fri, 11 Jul 2025 07:00:15 GMT" X-Api-Cattle-Auth=true + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"salesforce-user-agent","namespace":"365zon","uid":"1b2acfa3-53b2-4b9a-9c37-e1dfbb36443c","resourceVersion":"109681805","creationTimestamp":"2025-07-11T06:59:29Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:29Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjMzODk5MTQyMzk3"},"type":"Opaque"} + tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" tf_http_trans_id=16f33fb0-d6c6-a039-9972-625292beeb8b timestamp="2025-07-11T09:00:15.255+0200" +2025-07-11T09:00:15.255+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:15 [INFO] Reading secret salesforce-user-agent +2025-07-11T09:00:15.255+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:15 [INFO] Reading secret salesforce-service-account +2025-07-11T09:00:15.255+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept="application/json, */*" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_method=GET @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev tf_http_req_version=HTTP/1.1 @module=kubernetes.Kubernetes tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/salesforce-service-account tf_http_trans_id=abf032b7-3b02-152b-d5de-a11f4b70e525 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" timestamp="2025-07-11T09:00:15.255+0200" +2025-07-11T09:00:15.255+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_body="" tf_http_req_method=GET @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/salesforce-user-agent tf_http_trans_id=824e03dd-e67a-9972-eecc-cfd3e747c7c6 User-Agent="HashiCorp/1.0 Terraform/1.12.1" @module=kubernetes.Kubernetes Accept="application/json, */*" tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T09:00:15.255+0200" +2025-07-11T09:00:15.311+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=596 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_status_reason="200 OK" Content-Type=application/json new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response tf_http_res_status_code=200 tf_http_trans_id=824e03dd-e67a-9972-eecc-cfd3e747c7c6 Audit-Id=656837f8-76f1-44a2-bf2a-446b870c3bed X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"salesforce-user-agent","namespace":"365zon","uid":"1b2acfa3-53b2-4b9a-9c37-e1dfbb36443c","resourceVersion":"109681805","creationTimestamp":"2025-07-11T06:59:29Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:29Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjMzODk5MTQyMzk3"},"type":"Opaque"} + Date="Fri, 11 Jul 2025 07:00:15 GMT" tf_http_res_version=HTTP/2.0 timestamp="2025-07-11T09:00:15.311+0200" +2025-07-11T09:00:15.311+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Content-Type-Options=nosniff new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes Audit-Id=5be03d2a-e6c7-43ec-a9a2-86e98a67c487 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"salesforce-service-account","namespace":"365zon","uid":"685f0b64-2c18-4e3f-b67e-598004c9bc7e","resourceVersion":"109681811","creationTimestamp":"2025-07-11T06:59:30Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:30Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{},"f:scope":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"c2FsZXNmb3JjZUAzNjV6b24uMzY1em9u","client_secret":"MGJhWmpQbGdCUUxBckdqcU83WG9TemtPVUVXQzNJaTFtZlpTYTVDb0dLcVl0M3pWMVg0N1VrRWFaYTZyS2NlVg==","scope":"b3BlbmlkIHByb2ZpbGUgdXJuOnppdGFkZWw6aWFtOm9yZzpwcm9qZWN0OmlkOjMyODM2NTYyMTE2NTE2OTkxNzphdWQgbWFuYWdlOnByb2ZpbGVzIG1hbmFnZTpjb250YWN0cyBtYW5hZ2U6YWRkcmVzc2VzIG1hbmFnZTplbnF1aXJpZXMgbWFuYWdlOmZsb3dzdGF0ZXMgbWFuYWdlOmZsb3dldmVudHMgbWFuYWdlOmZpbGVzIG1hbmFnZTpicmFuZHM="},"type":"Opaque"} + tf_http_res_status_code=200 tf_http_trans_id=abf032b7-3b02-152b-d5de-a11f4b70e525 Content-Length=1025 Content-Type=application/json Date="Fri, 11 Jul 2025 07:00:15 GMT" X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response tf_http_res_status_reason="200 OK" timestamp="2025-07-11T09:00:15.311+0200" +2025-07-11T09:00:15.311+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:15 [INFO] Received secret: v1.ObjectMeta{Name:"salesforce-service-account", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"685f0b64-2c18-4e3f-b67e-598004c9bc7e", ResourceVersion:"109681811", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 30, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 30, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000f4fc38), Subresource:""}}} +2025-07-11T09:00:15.311+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:15 [INFO] Received secret: v1.ObjectMeta{Name:"salesforce-user-agent", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"1b2acfa3-53b2-4b9a-9c37-e1dfbb36443c", ResourceVersion:"109681805", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 29, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0012c0420), Subresource:""}}} +2025-07-11T09:00:15.314+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent, 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: + - .immutable: planned value cty.False for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T09:00:15.314+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account[0], 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: + - .immutable: planned value cty.False for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T09:00:15.315+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default" references: [] +2025-07-11T09:00:15.316+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/application_api/funcs.go:113 @module=zitadel tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=640c09e3-a4f3-b54e-eaa8-855b5696caf2 tf_resource_type=zitadel_application_api tf_mux_provider=tf5to6server.v5tov6Server tf_rpc=ReadResource timestamp="2025-07-11T09:00:15.316+0200" +2025-07-11T09:00:15.520+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api" references: [] +2025-07-11T09:00:15.520+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default" references: [] +2025-07-11T09:00:15.520+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [] +2025-07-11T09:00:15.521+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_mux_provider=tf5to6server.v5tov6Server tf_req_id=34d79a92-bc0a-89c8-02dc-ca0d42d6f81a tf_resource_type=zitadel_machine_user tf_rpc=ReadResource @module=zitadel tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/machine_user/funcs.go:150 timestamp="2025-07-11T09:00:15.521+0200" +2025-07-11T09:00:15.522+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_resource_type=zitadel_application_oidc tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=77f489fd-7b61-f7fe-5df9-27e9f31b3f3c tf_rpc=ReadResource @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/application_oidc/funcs.go:186 @module=zitadel timestamp="2025-07-11T09:00:15.522+0200" +2025-07-11T09:00:15.522+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:15 [INFO] Checking secret external-api +2025-07-11T09:00:15.522+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept="application/json, */*" Accept-Encoding=gzip tf_http_req_method=GET tf_http_req_version=HTTP/1.1 @module=kubernetes.Kubernetes new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=37b14d22-1e6a-3783-4bed-9733113b91fd Host=rancher.bridge.fourlights.dev tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/external-api @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_body="" timestamp="2025-07-11T09:00:15.522+0200" +2025-07-11T09:00:15.581+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Content-Type=application/json Date="Fri, 11 Jul 2025 07:00:15 GMT" X-Content-Type-Options=nosniff new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"external-api","namespace":"365zon","uid":"81b29ad6-88e5-4c8b-ac8d-f7d7cb386406","resourceVersion":"109681815","creationTimestamp":"2025-07-11T06:59:30Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:30Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjM1NzQ0NjQyNDc5","client_secret":"aUdVUGx6cHBUVU1OOGRIQjdwWXl6bGlzRGl3TDBtU3FSMHoxeHVNZ1N1eHZrMWdKRjc4ZzQyTkZrZUhHY0VNMw=="},"type":"Opaque"} + tf_http_trans_id=37b14d22-1e6a-3783-4bed-9733113b91fd @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes X-Api-Cattle-Auth=true Audit-Id=13b76fc6-f213-46ce-affd-ff113f2f81ca Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=715 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_code=200 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_op_type=response tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 timestamp="2025-07-11T09:00:15.581+0200" +2025-07-11T09:00:15.581+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:15 [INFO] Reading secret external-api +2025-07-11T09:00:15.581+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Accept="application/json, */*" Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_trans_id=28f9488c-9b91-3f30-ae6c-3edd29aa9332 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_method=GET tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/external-api @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Host=rancher.bridge.fourlights.dev tf_http_op_type=request tf_http_req_body="" tf_http_req_version=HTTP/1.1 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." @module=kubernetes.Kubernetes timestamp="2025-07-11T09:00:15.581+0200" +2025-07-11T09:00:15.613+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default, 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: + - .clock_skew: planned value cty.StringVal("0s") for a non-computed attribute + - .id_token_role_assertion: planned value cty.False for a non-computed attribute + - .version: planned value cty.StringVal("OIDC_VERSION_1_0") for a non-computed attribute + - .additional_origins: planned value cty.ListValEmpty(cty.String) for a non-computed attribute + - .dev_mode: planned value cty.False for a non-computed attribute + - .skip_native_app_success_page: planned value cty.False for a non-computed attribute + - .id_token_userinfo_assertion: planned value cty.False for a non-computed attribute +2025-07-11T09:00:15.614+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent" references: [] +2025-07-11T09:00:15.616+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:15 [INFO] Checking secret external-user-agent +2025-07-11T09:00:15.616+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Host=rancher.bridge.fourlights.dev tf_http_req_body="" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/external-user-agent @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET tf_http_req_version=HTTP/1.1 Accept="application/json, */*" tf_http_op_type=request tf_http_trans_id=7879fdbe-eac8-6730-d64e-984a32442537 Accept-Encoding=gzip timestamp="2025-07-11T09:00:15.616+0200" +2025-07-11T09:00:15.632+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_res_version=HTTP/2.0 X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"external-api","namespace":"365zon","uid":"81b29ad6-88e5-4c8b-ac8d-f7d7cb386406","resourceVersion":"109681815","creationTimestamp":"2025-07-11T06:59:30Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:30Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjM1NzQ0NjQyNDc5","client_secret":"aUdVUGx6cHBUVU1OOGRIQjdwWXl6bGlzRGl3TDBtU3FSMHoxeHVNZ1N1eHZrMWdKRjc4ZzQyTkZrZUhHY0VNMw=="},"type":"Opaque"} + tf_http_res_status_reason="200 OK" tf_http_trans_id=28f9488c-9b91-3f30-ae6c-3edd29aa9332 @module=kubernetes.Kubernetes Audit-Id=66f10f18-54fe-458e-9ad7-948d22835b32 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=715 Date="Fri, 11 Jul 2025 07:00:15 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Type=application/json X-Api-Cattle-Auth=true tf_http_op_type=response tf_http_res_status_code=200 timestamp="2025-07-11T09:00:15.632+0200" +2025-07-11T09:00:15.632+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:15 [INFO] Received secret: v1.ObjectMeta{Name:"external-api", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"81b29ad6-88e5-4c8b-ac8d-f7d7cb386406", ResourceVersion:"109681815", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 30, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 30, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001606978), Subresource:""}}} +2025-07-11T09:00:15.635+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api, 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .immutable: planned value cty.False for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T09:00:15.672+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Date="Fri, 11 Jul 2025 07:00:15 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response tf_http_trans_id=7879fdbe-eac8-6730-d64e-984a32442537 Content-Length=594 X-Api-Cattle-Auth=true + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"external-user-agent","namespace":"365zon","uid":"83c8d7e4-a843-4ea0-b848-e5f943346b43","resourceVersion":"109681816","creationTimestamp":"2025-07-11T06:59:31Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjM2MDk2OTg5NDEy"},"type":"Opaque"} + tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Audit-Id=3d38137a-99c4-485f-9ccb-f7d9f1bc4bdd Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json X-Content-Type-Options=nosniff tf_http_res_status_reason="200 OK" timestamp="2025-07-11T09:00:15.672+0200" +2025-07-11T09:00:15.672+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:15 [INFO] Reading secret external-user-agent +2025-07-11T09:00:15.672+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_op_type=request tf_http_req_method=GET @module=kubernetes.Kubernetes Accept="application/json, */*" Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/external-user-agent tf_http_req_version=HTTP/1.1 tf_http_trans_id=250fc311-b2a5-222b-ae3f-9d9aabe383d9 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" Host=rancher.bridge.fourlights.dev timestamp="2025-07-11T09:00:15.672+0200" +2025-07-11T09:00:15.691+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account[0].zitadel_machine_user.default, 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: + - .description: planned value cty.StringVal("") for a non-computed attribute +2025-07-11T09:00:15.692+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant[0].zitadel_user_grant.default" references: [] +2025-07-11T09:00:15.692+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0]" references: [] +2025-07-11T09:00:15.693+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_resource_type=zitadel_user_grant @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/user_grant/funcs.go:88 @module=zitadel tf_req_id=fc3f6fa4-d40f-7f88-4300-5cdd2126c3e1 tf_rpc=ReadResource timestamp="2025-07-11T09:00:15.693+0200" +2025-07-11T09:00:15.694+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:15 [INFO] Checking secret external-service-account +2025-07-11T09:00:15.694+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request tf_http_req_version=HTTP/1.1 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/external-service-account tf_http_trans_id=d66020b7-a913-cd66-f2d4-3277a25ecc44 Accept="application/json, */*" Accept-Encoding=gzip tf_http_req_method=GET @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Host=rancher.bridge.fourlights.dev tf_http_req_body="" @module=kubernetes.Kubernetes timestamp="2025-07-11T09:00:15.694+0200" +2025-07-11T09:00:15.714+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @module=kubernetes.Kubernetes Date="Fri, 11 Jul 2025 07:00:15 GMT" X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_reason="200 OK" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_res_version=HTTP/2.0 Audit-Id=7a3d5453-65e7-4394-8e7d-45bf4d0bb092 Content-Type=application/json X-Api-Cattle-Auth=true tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"external-user-agent","namespace":"365zon","uid":"83c8d7e4-a843-4ea0-b848-e5f943346b43","resourceVersion":"109681816","creationTimestamp":"2025-07-11T06:59:31Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjM2MDk2OTg5NDEy"},"type":"Opaque"} + tf_http_res_status_code=200 tf_http_trans_id=250fc311-b2a5-222b-ae3f-9d9aabe383d9 Content-Length=594 timestamp="2025-07-11T09:00:15.714+0200" +2025-07-11T09:00:15.715+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:15 [INFO] Received secret: v1.ObjectMeta{Name:"external-user-agent", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"83c8d7e4-a843-4ea0-b848-e5f943346b43", ResourceVersion:"109681816", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 31, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 31, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001530ab0), Subresource:""}}} +2025-07-11T09:00:15.717+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent, 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: + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .immutable: planned value cty.False for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T09:00:15.738+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_trans_id=d66020b7-a913-cd66-f2d4-3277a25ecc44 tf_http_op_type=response @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"external-service-account","namespace":"365zon","uid":"b6cb324f-07e6-424d-9b50-c07cfa8be699","resourceVersion":"109681819","creationTimestamp":"2025-07-11T06:59:31Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{},"f:scope":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"ZXh0ZXJuYWxAMzY1em9uLjM2NXpvbg==","client_secret":"VGR3ZmhnNUVBMUFtQzJhUmpnbWdYRnJiYlYxSDZPaXlnWVVXU3ZyMDhKS3pxNGRHRTdWNlhNTWdKaVFlWlFycg==","scope":"b3BlbmlkIHByb2ZpbGUgdXJuOnppdGFkZWw6aWFtOm9yZzpwcm9qZWN0OmlkOjMyODM2NTYyMTE2NTE2OTkxNzphdWQgbWFuYWdlOnByb2ZpbGVzIG1hbmFnZTpjb250YWN0cyBtYW5hZ2U6YWRkcmVzc2VzIG1hbmFnZTplbnF1aXJpZXMgbWFuYWdlOmZsb3dzdGF0ZXMgbWFuYWdlOmZsb3dldmVudHMgbWFuYWdlOmZpbGVzIG1hbmFnZTpicmFuZHM="},"type":"Opaque"} + tf_http_res_status_code=200 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=1023 Content-Type=application/json X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes Audit-Id=95cae7e1-59af-456b-ac8a-62be7a69c78f Date="Fri, 11 Jul 2025 07:00:15 GMT" timestamp="2025-07-11T09:00:15.738+0200" +2025-07-11T09:00:15.738+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:15 [INFO] Reading secret external-service-account +2025-07-11T09:00:15.738+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_version=HTTP/1.1 Host=rancher.bridge.fourlights.dev tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/external-service-account @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_body="" User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_trans_id=5b50d917-6aaa-bb2e-7b4f-ca8d984d127a @module=kubernetes.Kubernetes tf_http_req_method=GET timestamp="2025-07-11T09:00:15.738+0200" +2025-07-11T09:00:15.795+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Audit-Id=50a73a43-bb0e-451d-8c5f-f08a3ac1f3e1 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 07:00:15 GMT" X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_code=200 Content-Length=1023 X-Api-Cattle-Auth=true new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"external-service-account","namespace":"365zon","uid":"b6cb324f-07e6-424d-9b50-c07cfa8be699","resourceVersion":"109681819","creationTimestamp":"2025-07-11T06:59:31Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{},"f:scope":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"ZXh0ZXJuYWxAMzY1em9uLjM2NXpvbg==","client_secret":"VGR3ZmhnNUVBMUFtQzJhUmpnbWdYRnJiYlYxSDZPaXlnWVVXU3ZyMDhKS3pxNGRHRTdWNlhNTWdKaVFlWlFycg==","scope":"b3BlbmlkIHByb2ZpbGUgdXJuOnppdGFkZWw6aWFtOm9yZzpwcm9qZWN0OmlkOjMyODM2NTYyMTE2NTE2OTkxNzphdWQgbWFuYWdlOnByb2ZpbGVzIG1hbmFnZTpjb250YWN0cyBtYW5hZ2U6YWRkcmVzc2VzIG1hbmFnZTplbnF1aXJpZXMgbWFuYWdlOmZsb3dzdGF0ZXMgbWFuYWdlOmZsb3dldmVudHMgbWFuYWdlOmZpbGVzIG1hbmFnZTpicmFuZHM="},"type":"Opaque"} + tf_http_res_status_reason="200 OK" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Content-Type=application/json tf_http_op_type=response tf_http_res_version=HTTP/2.0 X-Content-Type-Options=nosniff tf_http_trans_id=5b50d917-6aaa-bb2e-7b4f-ca8d984d127a timestamp="2025-07-11T09:00:15.795+0200" +2025-07-11T09:00:15.795+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:15 [INFO] Received secret: v1.ObjectMeta{Name:"external-service-account", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"b6cb324f-07e6-424d-9b50-c07cfa8be699", ResourceVersion:"109681819", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 31, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 31, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0017ac078), Subresource:""}}} +2025-07-11T09:00:15.798+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account[0], 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: + - .immutable: planned value cty.False for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T09:00:15.800+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default" references: [] +2025-07-11T09:00:15.801+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_req_id=ade6571e-9a9c-2204-b5dd-f1c16479d2c1 tf_rpc=ReadResource @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/application_api/funcs.go:113 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_resource_type=zitadel_application_api timestamp="2025-07-11T09:00:15.801+0200" +2025-07-11T09:00:15.914+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api" references: [] +2025-07-11T09:00:15.914+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default" references: [] +2025-07-11T09:00:15.915+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default" references: [] +2025-07-11T09:00:15.916+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/machine_user/funcs.go:150 @module=zitadel tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=cd34b514-4e55-009b-7649-635e55c6a89a tf_rpc=ReadResource tf_mux_provider=tf5to6server.v5tov6Server tf_resource_type=zitadel_machine_user timestamp="2025-07-11T09:00:15.916+0200" +2025-07-11T09:00:15.916+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:15 [INFO] Checking secret internal-api +2025-07-11T09:00:15.916+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/application_oidc/funcs.go:186 tf_resource_type=zitadel_application_oidc @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=7b998e02-67e9-4fe0-7dfc-f7296382b4a6 tf_rpc=ReadResource timestamp="2025-07-11T09:00:15.916+0200" +2025-07-11T09:00:15.916+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_op_type=request tf_http_req_method=GET tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/internal-api @module=kubernetes.Kubernetes User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_body="" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_version=HTTP/1.1 tf_http_trans_id=742b44c6-ab4e-d2ee-2f20-283499a72b62 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." Accept="application/json, */*" Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev timestamp="2025-07-11T09:00:15.916+0200" +2025-07-11T09:00:15.967+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @module=kubernetes.Kubernetes Audit-Id=b1958909-6749-4107-8f89-42acae24bafa Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 07:00:15 GMT" X-Api-Cattle-Auth=true tf_http_res_version=HTTP/2.0 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"internal-api","namespace":"365zon","uid":"460d5d3b-5d3d-4e91-afb1-c57088a96c97","resourceVersion":"109681823","creationTimestamp":"2025-07-11T06:59:31Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjM3NTU2NTgxODA3","client_secret":"TkNwSjB5YmlHUnBUN1JtR1NsWUN5U0RpTld6RWcyQ2xoZXB2azFVSWNkWllOcEVGMlhIczhuTWk1Znh5RFF3cQ=="},"type":"Opaque"} + tf_http_res_status_reason="200 OK" Content-Length=715 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_op_type=response tf_http_res_status_code=200 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Type=application/json X-Content-Type-Options=nosniff tf_http_trans_id=742b44c6-ab4e-d2ee-2f20-283499a72b62 timestamp="2025-07-11T09:00:15.967+0200" +2025-07-11T09:00:15.967+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:15 [INFO] Reading secret internal-api +2025-07-11T09:00:15.967+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_req_body="" tf_http_req_method=GET @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" Host=rancher.bridge.fourlights.dev tf_http_req_version=HTTP/1.1 tf_http_trans_id=069133f2-56f6-ccdf-aa3c-f029b40f1a70 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/internal-api tf_http_op_type=request @module=kubernetes.Kubernetes Accept-Encoding=gzip User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." timestamp="2025-07-11T09:00:15.967+0200" +2025-07-11T09:00:15.983+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account[0].zitadel_machine_user.default, 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: + - .description: planned value cty.StringVal("") for a non-computed attribute +2025-07-11T09:00:15.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0]" references: [] +2025-07-11T09:00:15.984+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant[0].zitadel_user_grant.default" references: [] +2025-07-11T09:00:15.986+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started read: @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/user_grant/funcs.go:88 @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server tf_req_id=ef3d741c-b0ed-153e-aaa4-bdaad7299e54 tf_resource_type=zitadel_user_grant tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T09:00:15.985+0200" +2025-07-11T09:00:15.986+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:15 [INFO] Checking secret internal-service-account +2025-07-11T09:00:15.986+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_body="" @module=kubernetes.Kubernetes Accept-Encoding=gzip new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_method=GET tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/internal-service-account tf_http_trans_id=d9ec9d1f-d881-0063-029c-94a5f4616dc5 timestamp="2025-07-11T09:00:15.986+0200" +2025-07-11T09:00:16.022+0200 [WARN] Provider "registry.terraform.io/zitadel/zitadel" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default, 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: + - .dev_mode: planned value cty.False for a non-computed attribute + - .skip_native_app_success_page: planned value cty.False for a non-computed attribute + - .id_token_userinfo_assertion: planned value cty.False for a non-computed attribute + - .clock_skew: planned value cty.StringVal("0s") for a non-computed attribute + - .id_token_role_assertion: planned value cty.False for a non-computed attribute + - .version: planned value cty.StringVal("OIDC_VERSION_1_0") for a non-computed attribute + - .additional_origins: planned value cty.ListValEmpty(cty.String) for a non-computed attribute +2025-07-11T09:00:16.023+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent" references: [] +2025-07-11T09:00:16.024+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:16 [INFO] Checking secret internal-user-agent +2025-07-11T09:00:16.025+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @module=kubernetes.Kubernetes Accept="application/json, */*" Host=rancher.bridge.fourlights.dev Accept-Encoding=gzip new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_trans_id=53648980-b136-272b-0536-f2a2e99def57 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_body="" tf_http_req_method=GET User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/internal-user-agent tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T09:00:16.025+0200" +2025-07-11T09:00:16.038+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Date="Fri, 11 Jul 2025 07:00:16 GMT" X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"internal-api","namespace":"365zon","uid":"460d5d3b-5d3d-4e91-afb1-c57088a96c97","resourceVersion":"109681823","creationTimestamp":"2025-07-11T06:59:31Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjM3NTU2NTgxODA3","client_secret":"TkNwSjB5YmlHUnBUN1JtR1NsWUN5U0RpTld6RWcyQ2xoZXB2azFVSWNkWllOcEVGMlhIczhuTWk1Znh5RFF3cQ=="},"type":"Opaque"} + tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 Audit-Id=85f747f2-30a1-4d38-a49b-f9ebf7d6c16a new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_code=200 tf_http_trans_id=069133f2-56f6-ccdf-aa3c-f029b40f1a70 Content-Length=715 Content-Type=application/json X-Content-Type-Options=nosniff @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 timestamp="2025-07-11T09:00:16.038+0200" +2025-07-11T09:00:16.038+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:16 [INFO] Received secret: v1.ObjectMeta{Name:"internal-api", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"460d5d3b-5d3d-4e91-afb1-c57088a96c97", ResourceVersion:"109681823", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 31, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 31, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001691a58), Subresource:""}}} +2025-07-11T09:00:16.040+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api, 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: + - .immutable: planned value cty.False for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T09:00:16.042+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: X-Content-Type-Options=nosniff @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Date="Fri, 11 Jul 2025 07:00:16 GMT" Audit-Id=197d8d29-2426-49e1-95b5-c2c05173553f new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"internal-service-account","namespace":"365zon","uid":"9458c3ff-be27-4743-912c-1d8afc0e95a7","resourceVersion":"109681831","creationTimestamp":"2025-07-11T06:59:32Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:32Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{},"f:scope":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"aW50ZXJuYWxAMzY1em9uLjM2NXpvbg==","client_secret":"Nm1IbWdQc1ludTVVVVhaTjNtSzNId25HeGhTakpkeVhObHBuNnc4MkJwbkxubUF3Z3ZMYzhocURaaXlXQ0drNw==","scope":"b3BlbmlkIHByb2ZpbGUgdXJuOnppdGFkZWw6aWFtOm9yZzpwcm9qZWN0OmlkOjMyODM2NTYyMTE2NTE2OTkxNzphdWQgbWFuYWdlOnByb2ZpbGVzIG1hbmFnZTpjb250YWN0cyBtYW5hZ2U6YWRkcmVzc2VzIG1hbmFnZTplbnF1aXJpZXMgbWFuYWdlOmZsb3dzdGF0ZXMgbWFuYWdlOmZsb3dldmVudHMgbWFuYWdlOmZpbGVzIG1hbmFnZTpicmFuZHM="},"type":"Opaque"} + X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 Content-Length=1023 tf_http_res_status_code=200 tf_http_res_version=HTTP/2.0 Content-Type=application/json tf_http_res_status_reason="200 OK" tf_http_trans_id=d9ec9d1f-d881-0063-029c-94a5f4616dc5 timestamp="2025-07-11T09:00:16.042+0200" +2025-07-11T09:00:16.042+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:16 [INFO] Reading secret internal-service-account +2025-07-11T09:00:16.042+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" Accept="application/json, */*" Accept-Encoding=gzip tf_http_req_body="" tf_http_req_method=GET tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/internal-service-account tf_http_trans_id=aaf64730-b86d-d4dc-8e6f-c37f3c7a83e0 @module=kubernetes.Kubernetes tf_http_req_version=HTTP/1.1 Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=request timestamp="2025-07-11T09:00:16.042+0200" +2025-07-11T09:00:16.093+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." Audit-Id=d5238071-e912-4d44-898f-375b874f7ead Content-Length=594 Date="Fri, 11 Jul 2025 07:00:16 GMT" X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"internal-user-agent","namespace":"365zon","uid":"9bfefd1b-80d9-407f-a249-deda3d72207a","resourceVersion":"109681826","creationTimestamp":"2025-07-11T06:59:32Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:32Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjM3OTQyNTE2OTg5"},"type":"Opaque"} + tf_http_res_version=HTTP/2.0 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response tf_http_res_status_code=200 tf_http_res_status_reason="200 OK" tf_http_trans_id=53648980-b136-272b-0536-f2a2e99def57 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Type=application/json timestamp="2025-07-11T09:00:16.093+0200" +2025-07-11T09:00:16.093+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:16 [INFO] Reading secret internal-user-agent +2025-07-11T09:00:16.093+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_op_type=request tf_http_req_body="" tf_http_req_method=GET @module=kubernetes.Kubernetes Accept-Encoding=gzip new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/365zon/secrets/internal-user-agent tf_http_req_version=HTTP/1.1 tf_http_trans_id=d9585a2c-2ed4-4fe0-b281-d68b164e7a2a Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" timestamp="2025-07-11T09:00:16.093+0200" +2025-07-11T09:00:16.101+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:16.102+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=975604 +2025-07-11T09:00:16.102+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:16.108+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Content-Length=1023 Content-Type=application/json X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_op_type=response @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Api-Cattle-Auth=true + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"internal-service-account","namespace":"365zon","uid":"9458c3ff-be27-4743-912c-1d8afc0e95a7","resourceVersion":"109681831","creationTimestamp":"2025-07-11T06:59:32Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:32Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{},"f:client_secret":{},"f:scope":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"aW50ZXJuYWxAMzY1em9uLjM2NXpvbg==","client_secret":"Nm1IbWdQc1ludTVVVVhaTjNtSzNId25HeGhTakpkeVhObHBuNnc4MkJwbkxubUF3Z3ZMYzhocURaaXlXQ0drNw==","scope":"b3BlbmlkIHByb2ZpbGUgdXJuOnppdGFkZWw6aWFtOm9yZzpwcm9qZWN0OmlkOjMyODM2NTYyMTE2NTE2OTkxNzphdWQgbWFuYWdlOnByb2ZpbGVzIG1hbmFnZTpjb250YWN0cyBtYW5hZ2U6YWRkcmVzc2VzIG1hbmFnZTplbnF1aXJpZXMgbWFuYWdlOmZsb3dzdGF0ZXMgbWFuYWdlOmZsb3dldmVudHMgbWFuYWdlOmZpbGVzIG1hbmFnZTpicmFuZHM="},"type":"Opaque"} + tf_http_res_status_code=200 @module=kubernetes.Kubernetes X-Content-Type-Options=nosniff new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 tf_http_trans_id=aaf64730-b86d-d4dc-8e6f-c37f3c7a83e0 Audit-Id=7324f5d4-64f0-405b-81e9-5c006e990f6c Date="Fri, 11 Jul 2025 07:00:16 GMT" timestamp="2025-07-11T09:00:16.108+0200" +2025-07-11T09:00:16.108+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:16 [INFO] Received secret: v1.ObjectMeta{Name:"internal-service-account", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"9458c3ff-be27-4743-912c-1d8afc0e95a7", ResourceVersion:"109681831", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 32, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 32, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000e88fa8), Subresource:""}}} +2025-07-11T09:00:16.110+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account[0], 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: + - .immutable: planned value cty.False for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute +2025-07-11T09:00:16.137+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: @module=kubernetes.Kubernetes X-Content-Type-Options=nosniff X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 Content-Type=application/json X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 Content-Length=594 Date="Fri, 11 Jul 2025 07:00:16 GMT" X-Api-Cattle-Auth=true + tf_http_res_body= + | {"kind":"Secret","apiVersion":"v1","metadata":{"name":"internal-user-agent","namespace":"365zon","uid":"9bfefd1b-80d9-407f-a249-deda3d72207a","resourceVersion":"109681826","creationTimestamp":"2025-07-11T06:59:32Z","managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:59:32Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:audience":{},"f:authority":{},"f:client_id":{}},"f:type":{}}}]},"data":{"audience":"MzI4MzY1NjIxMTY1MTY5OTE3","authority":"aHR0cHM6Ly96aXRhZGVsLjM2NXpvbg==","client_id":"MzI4MzY1NjM3OTQyNTE2OTg5"},"type":"Opaque"} + tf_http_res_status_code=200 tf_http_trans_id=d9585a2c-2ed4-4fe0-b281-d68b164e7a2a Audit-Id=4b74eede-bde8-4b2d-98df-c56a91c2d43c Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 timestamp="2025-07-11T09:00:16.137+0200" +2025-07-11T09:00:16.138+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:16 [INFO] Received secret: v1.ObjectMeta{Name:"internal-user-agent", GenerateName:"", Namespace:"365zon", SelfLink:"", UID:"9bfefd1b-80d9-407f-a249-deda3d72207a", ResourceVersion:"109681826", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 59, 32, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 59, 32, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000e89d58), Subresource:""}}} +2025-07-11T09:00:16.140+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent, 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: + - .immutable: planned value cty.False for a non-computed attribute + - .wait_for_service_account_token: planned value cty.True for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute +2025-07-11T09:00:16.140+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:16.142+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=975091 +2025-07-11T09:00:16.142+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:19.324+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Got chart: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @module=helm tf_req_id=1abf5413-3ac7-8dbd-b624-e92dc79569ff tf_resource_type=helm_release timestamp="2025-07-11T09:00:19.323+0200" +2025-07-11T09:00:19.324+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1abf5413-3ac7-8dbd-b624-e92dc79569ff tf_resource_type=helm_release timestamp="2025-07-11T09:00:19.323+0200" +2025-07-11T09:00:19.324+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Release validated: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 tf_req_id=1abf5413-3ac7-8dbd-b624-e92dc79569ff tf_resource_type=helm_release timestamp="2025-07-11T09:00:19.323+0200" +2025-07-11T09:00:19.324+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Done: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=1abf5413-3ac7-8dbd-b624-e92dc79569ff tf_resource_type=helm_release @module=helm tf_rpc=PlanResourceChange timestamp="2025-07-11T09:00:19.323+0200" +2025-07-11T09:00:19.325+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:19.325+0200 [DEBUG] Resource instance state not found for node "module.monitoring.helm_release.kube_prometheus_stack", instance module.monitoring.helm_release.kube_prometheus_stack +2025-07-11T09:00:19.325+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack" references: [] +2025-07-11T09:00:19.329+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=975056 +2025-07-11T09:00:19.329+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:19.329+0200 [DEBUG] refresh: module.monitoring.helm_release.kube_prometheus_stack: no state, so not refreshing +2025-07-11T09:00:19.330+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T09:00:19.331+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000868460 Settings:0xc0008867e0 RegistryClient:0xc000073800 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_req_id=8a27f61d-065f-bd9a-3583-6e662119a2fd tf_rpc=ValidateResourceConfig @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T09:00:19.331+0200" +2025-07-11T09:00:19.333+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000868460 Settings:0xc0008867e0 RegistryClient:0xc000073800 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_req_id=9d616e74-eedc-c9b0-f3e8-71f51987eb7a tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange timestamp="2025-07-11T09:00:19.333+0200" +2025-07-11T09:00:19.334+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=9d616e74-eedc-c9b0-f3e8-71f51987eb7a tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:250 @module=sdk.framework timestamp="2025-07-11T09:00:19.334+0200" +2025-07-11T09:00:19.335+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"metadata\")" tf_req_id=9d616e74-eedc-c9b0-f3e8-71f51987eb7a tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange timestamp="2025-07-11T09:00:19.335+0200" +2025-07-11T09:00:19.335+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_req_id=9d616e74-eedc-c9b0-f3e8-71f51987eb7a tf_attribute_path="AttributeName(\"manifest\")" tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:00:19.335+0200" +2025-07-11T09:00:19.335+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=sdk.framework tf_attribute_path="AttributeName(\"status\")" tf_req_id=9d616e74-eedc-c9b0-f3e8-71f51987eb7a tf_rpc=PlanResourceChange timestamp="2025-07-11T09:00:19.335+0200" +2025-07-11T09:00:19.335+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"id\")" tf_req_id=9d616e74-eedc-c9b0-f3e8-71f51987eb7a tf_resource_type=helm_release timestamp="2025-07-11T09:00:19.335+0200" +2025-07-11T09:00:19.337+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"kube-prometheus-stack" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID: Keyring: Lint:false Manifest: MaxHistory:0 Metadata: Name:"monitoring" Namespace:"monitoring" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://prometheus-community.github.io/helm-charts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status: Timeout:300 Values:["additionalPrometheusRulesMap:\n custom-app-rules:\n groups:\n - name: aspnetcore\n interval: 30s\n rules:\n - alert: HighRequestLatency\n expr: histogram_quantile(0.95, http_request_duration_seconds_bucket) > 0.5\n for: 5m\n labels:\n severity: warning\n annotations:\n summary: \"High request latency on {{ $labels.instance }}\"\n description: \"95th percentile latency is above 500ms (current value: {{ $value }}s)\"\n - alert: HighErrorRate\n expr: 'rate(http_requests_total{status=~\"5..\"}[5m]) > 0.05'\n for: 5m\n labels:\n severity: critical\n annotations:\n summary: \"High error rate on {{ $labels.instance }}\"\n description: \"Error rate is above 5% (current value: {{ $value }})\"\n \nprometheus:\n prometheusSpec:\n retention: 24h\n retentionSize: 10GB\n\n resources:\n requests:\n memory: 200Mi\n cpu: 100m\n limits:\n memory: 500Mi\n cpu: 500m\n\n # Remote write to VictoriaMetrics\n remoteWrite:\n - url: https://metrics.binarysunset.dev/api/v1/write\n basicAuth:\n username:\n name: prometheus-remote-write-auth\n key: username\n password:\n name: prometheus-remote-write-auth\n key: password\n writeRelabelConfigs:\n - sourceLabels: [\"__name__\"]\n regex: \"(up|kube_.*|container_.*|node_.*|http_.*|process_.*)\"\n action: keep\n\n # Remote read from VictoriaMetrics for old data\n remoteRead:\n - url: https://metrics.binarysunset.dev/api/v1/read\n basicAuth:\n username:\n name: prometheus-remote-write-auth\n key: username\n password:\n name: prometheus-remote-write-auth\n key: password\n readRecent: false # Only read data older than local retention\n\nalertmanager:\n enabled: true\n alertmanagerSpec:\n replicas: 1\n resources:\n requests:\n memory: 50Mi\n cpu: 10m\n limits:\n memory: 150Mi\n cpu: 100m\n retention: 24h\n\ngrafana:\n resources:\n requests:\n memory: 100Mi\n cpu: 50m\n limits:\n memory: 300Mi\n cpu: 200m\n persistence:\n enabled: true\n size: 1Gi\n adminUser: admin\n adminPassword: acf0vJ0XUVECnChUTU1u6WCBUeXXJVKB2qwpsWQH\n\nkubeStateMetrics:\n resources:\n requests:\n memory: 50Mi\n cpu: 10m\n limits:\n memory: 150Mi\n cpu: 100m\n\nnodeExporter:\n resources:\n requests:\n memory: 30Mi\n cpu: 10m\n limits:\n memory: 100Mi\n cpu: 100m\n\nprometheusOperator:\n resources:\n requests:\n memory: 100Mi\n cpu: 50m\n limits:\n memory: 300Mi\n cpu: 200m\n\ndefaultRules:\n create: true\n rules:\n alertmanager: true\n etcd: false\n general: true\n k8s: true\n kubernetesApps: true\n kubernetesResources: true\n kubernetesStorage: true\n kubernetesSystem: true\n node: true\n prometheus: true"] Verify:false Version:"75.9.0" Wait:true WaitForJobs:false}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9d616e74-eedc-c9b0-f3e8-71f51987eb7a tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 @module=helm timestamp="2025-07-11T09:00:19.337+0200" +2025-07-11T09:00:19.337+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: : tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9d616e74-eedc-c9b0-f3e8-71f51987eb7a tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 @module=helm timestamp="2025-07-11T09:00:19.337+0200" +2025-07-11T09:00:19.337+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Start: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9d616e74-eedc-c9b0-f3e8-71f51987eb7a tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 @module=helm timestamp="2025-07-11T09:00:19.337+0200" +2025-07-11T09:00:19.337+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 KubernetesData=map[] @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9d616e74-eedc-c9b0-f3e8-71f51987eb7a tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T09:00:19.337+0200" +2025-07-11T09:00:19.337+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange configPaths=[] tf_req_id=9d616e74-eedc-c9b0-f3e8-71f51987eb7a timestamp="2025-07-11T09:00:19.337+0200" +2025-07-11T09:00:19.337+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange tf_req_id=9d616e74-eedc-c9b0-f3e8-71f51987eb7a tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 timestamp="2025-07-11T09:00:19.337+0200" +2025-07-11T09:00:19.337+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Initial Values: Name=monitoring, Namespace=monitoring, Repository=https://prometheus-community.github.io/helm-charts, Repository_Username=, Repository_Password=, Chart=kube-prometheus-stack: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9d616e74-eedc-c9b0-f3e8-71f51987eb7a tf_rpc=PlanResourceChange tf_resource_type=helm_release timestamp="2025-07-11T09:00:19.337+0200" +2025-07-11T09:00:19.337+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Metadata has changes, setting to unknown: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1799 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9d616e74-eedc-c9b0-f3e8-71f51987eb7a tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T09:00:19.337+0200" +2025-07-11T09:00:19.338+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc000886900 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9d616e74-eedc-c9b0-f3e8-71f51987eb7a tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T09:00:19.337+0200" +2025-07-11T09:00:21.048+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Got chart: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9d616e74-eedc-c9b0-f3e8-71f51987eb7a tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 tf_rpc=PlanResourceChange timestamp="2025-07-11T09:00:21.048+0200" +2025-07-11T09:00:21.048+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: tf_req_id=9d616e74-eedc-c9b0-f3e8-71f51987eb7a tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T09:00:21.048+0200" +2025-07-11T09:00:21.048+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Release validated: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9d616e74-eedc-c9b0-f3e8-71f51987eb7a tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T09:00:21.048+0200" +2025-07-11T09:00:21.048+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Done: tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 @module=helm tf_req_id=9d616e74-eedc-c9b0-f3e8-71f51987eb7a tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:00:21.048+0200" +2025-07-11T09:00:21.049+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:21.053+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=975108 +2025-07-11T09:00:21.053+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:21.053+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:21.054+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 id=974966 +2025-07-11T09:00:21.054+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:21.065+0200 [DEBUG] building apply graph to check for errors +2025-07-11T09:00:21.071+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default", instance module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default +2025-07-11T09:00:21.071+0200 [DEBUG] Resource state not found for node "module.argocd.helm_release.argocd", instance module.argocd.helm_release.argocd +2025-07-11T09:00:21.071+0200 [DEBUG] Resource state not found for node "module.monitoring.helm_release.kube_prometheus_stack", instance module.monitoring.helm_release.kube_prometheus_stack +2025-07-11T09:00:21.076+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/zitadel/zitadel"], implied first by module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand) +2025-07-11T09:00:21.076+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/null"], implied first by module.tenant-365zon.module.minio.null_resource.health_check (expand) +2025-07-11T09:00:21.076+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/random"], implied first by module.monitoring.random_password.grafana_admin_password (expand) +2025-07-11T09:00:21.076+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/local"], implied first by module.zitadel.local_file.zitadel_jwt_profile_file (expand) +2025-07-11T09:00:21.076+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/external"], implied first by module.argocd.data.external.processed_values (expand) +2025-07-11T09:00:21.077+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_secret.zitadel (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.077+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.077+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_namespace.monitoring (expand)" (*terraform.nodeExpandApplyableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.077+0200 [DEBUG] ProviderTransformer: "module.argocd.helm_release.argocd" (*terraform.NodeApplyableResourceInstance) needs module.argocd.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:21.077+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T09:00:21.077+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_namespace.redis (expand)" (*terraform.nodeExpandApplyableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.077+0200 [DEBUG] ProviderTransformer: "module.zitadel.helm_release.zitadel (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:21.077+0200 [DEBUG] ProviderTransformer: "data.minio_s3_object.k8s_yaml (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/aminueza/minio"] +2025-07-11T09:00:21.077+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.077+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.077+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.077+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T09:00:21.077+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_replica_set_key (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:21.077+0200 [DEBUG] ProviderTransformer: "module.argocd.random_password.admin_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:21.077+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.077+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_namespace.postgresql (expand)" (*terraform.nodeExpandApplyableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.monitoring.helm_release.kube_prometheus_stack" (*terraform.NodeApplyableResourceInstance) needs module.monitoring.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.redis.random_password.redis (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_secret.mongodb_auth (expand)" (*terraform.nodeExpandApplyableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.kubernetes_job.create-tenant (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-db.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.argocd.data.kubernetes_secret.bridge-tls (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.postgresql.helm_release.postgresql (expand)" (*terraform.nodeExpandApplyableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.random_password.tenant (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.argocd.helm_release.argocd (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)" (*terraform.nodeExpandApplyableResource) needs module.cluster-init.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.zitadel.random_password.zitadel_masterkey (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.monitoring.helm_release.kube_prometheus_stack (expand)" (*terraform.nodeExpandApplyableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.argocd.data.external.processed_values (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/external"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.mongodb.helm_release.mongodb (expand)" (*terraform.nodeExpandApplyableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_user_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_namespace.argocd (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.random_password.password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_secret.argocd-tls (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_action.groups-claim (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_root_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_namespace.tenant (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/local"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand)" (*terraform.nodeExpandApplyableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_secret_key (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.minio.helm_release.minio (expand)" (*terraform.nodeExpandApplyableResource) needs module.minio.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_access_key (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.helm_release.rabbitmq (expand)" (*terraform.nodeExpandApplyableResource) needs module.rabbitmq.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.redis.helm_release.redis (expand)" (*terraform.nodeExpandApplyableResource) needs module.redis.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_secret.redis (expand)" (*terraform.nodeExpandApplyableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_namespace.zitadel (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_root_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_namespace.mongodb (expand)" (*terraform.nodeExpandApplyableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn (expand)" (*terraform.nodeExpandApplyableResource) needs module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.null_resource.health_check (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/null"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.078+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_secret.postgresql_auth (expand)" (*terraform.nodeExpandApplyableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.079+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.079+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.storage (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.079+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T09:00:21.079+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.079+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.079+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.079+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T09:00:21.079+0200 [DEBUG] ProviderTransformer: "module.monitoring.random_password.grafana_admin_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:21.079+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.079+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.079+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.079+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.079+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.079+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_namespace.monitoring" (*terraform.NodeApplyableResourceInstance) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.080+0200 [DEBUG] pruning unused module.cluster-init.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:21.080+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.080+0200 [DEBUG] pruning unused module.tenant-365zon.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:21.080+0200 [DEBUG] pruning unused module.zitadel-db.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:21.080+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/vault"] +2025-07-11T09:00:21.080+0200 [DEBUG] pruning unused module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.080+0200 [DEBUG] pruning unused module.argocd.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T09:00:21.080+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.080+0200 [DEBUG] pruning unused module.postgresql.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T09:00:21.080+0200 [DEBUG] pruning unused provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:21.080+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:21.080+0200 [DEBUG] pruning unused module.minio.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.080+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:21.080+0200 [DEBUG] pruning unused module.mongodb.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T09:00:21.080+0200 [DEBUG] pruning unused module.rabbitmq.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.zitadel (close)" references: [] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.random_password.tenant (expand)" references: [] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.wait_on (expand)" references: [] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.service_name (expand)" references: [] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_api_uri (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (expand)" references: [] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.enabled (expand)" references: [] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)" references: [] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_id (expand)" references: [module.zitadel-argocd.output.client_id (expand)] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "output.minio-secret-key (expand)" references: [module.tenant-365zon.output.minio_secret_key (expand)] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.argocd (close)" references: [] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_auth (expand)" references: [module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand)] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.access_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)" references: [module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_config (expand)" references: [module.postgresql.var.k8s_config_yaml (expand)] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.tls (expand)" references: [] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (expand)" references: [] +2025-07-11T09:00:21.092+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_uri (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.random_password.password (expand)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.email (expand)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "local.node_count (expand)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.external.processed_values (expand)" references: [module.argocd.local.service_uri (expand) module.argocd.var.server_dns (expand) module.argocd.local.grpc_service_uri (expand) module.argocd.var.redis_db_start_index (expand) module.argocd.var.redis_password (expand) module.argocd.var.oauth_uri (expand) module.argocd.var.oauth_issuer (expand) module.argocd.var.oauth_client_id (expand) module.argocd.var.oauth_client_secret (expand) module.argocd.var.oauth_redirect_uri (expand) module.argocd.var.tls (expand) module.argocd.var.ingressClass (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_url (expand)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_config (expand)" references: [module.zitadel-db.var.k8s_config_yaml (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_config (expand)" references: [module.tenant-365zon.var.k8s_config_yaml (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (close)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.cluster-init.module.longhorn.local.k8s_host (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_secret.redis (expand)" references: [module.redis.random_password.redis (expand) module.redis.kubernetes_namespace.redis (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_access_key (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (expand)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (expand)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (close)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.email (expand) module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.owners (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.namespace (expand)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_server (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.connection_string (expand)" references: [module.mongodb.random_password.mongodb_root_password (expand) module.mongodb.var.replicas (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.wait_on (expand)" references: [module.zitadel-db.output.installed (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/external\"]" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd (expand)" references: [module.argocd.var.wait_on (expand) module.argocd.kubernetes_secret.argocd-tls (expand) module.argocd.kubernetes_namespace.argocd (expand) module.argocd.random_password.admin_password (expand) module.argocd.data.external.processed_values (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.secret_key (expand)" references: [module.tenant-365zon.var.minio_secret_key (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_config (expand)" references: [module.argocd.var.k8s_config_yaml (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.redis_db_next_start_index (expand)" references: [module.argocd.var.redis_db_start_index (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.installed (expand)" references: [module.zitadel-db.kubernetes_job.create-tenant (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)" references: [module.zitadel-argocd.module.zitadel_project.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project.var.name (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.connection_string (expand)" references: [module.rabbitmq.random_password.password (expand) module.rabbitmq.var.namespace (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.redis.output.installed (expand)" references: [module.redis.helm_release.redis (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (close)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.logoutSuffix (expand)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.database (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_auth (expand)" references: [module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.enabled (expand)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.minio (expand)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (close)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.name (expand)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.provider[\"registry.terraform.io/aminueza/minio\"]" references: [module.tenant-365zon.module.minio.var.secret_key (expand) module.tenant-365zon.module.minio.var.region (expand) module.tenant-365zon.module.minio.var.server (expand) module.tenant-365zon.module.minio.var.access_key (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.org_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T09:00:21.093+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_admin_uri (expand)" references: [module.minio.local.admin_service_uri (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.installed (expand)" references: [module.rabbitmq.helm_release.rabbitmq (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.minio (close)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand) module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand) module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_host (expand)" references: [module.redis.local.k8s_config (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.job_name (expand)" references: [module.zitadel-db.var.enabled (expand) module.zitadel-db.kubernetes_job.create-tenant (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.redis (close)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (close)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "local.k8s_host (expand)" references: [local.k8s_config (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "local.k8s_config_yaml (expand)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (expand)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.redis.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.prometheus_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (close)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_secret.argocd-tls (expand)" references: [module.argocd.data.kubernetes_secret.bridge-tls (expand) module.argocd.data.kubernetes_secret.bridge-tls (expand) module.argocd.kubernetes_namespace.argocd (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.name (expand)" references: [module.zitadel-argocd.var.name (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_password (expand)" references: [module.zitadel-db.output.password (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "local.bridge_dns (expand)" references: [local.tld (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_password (expand)" references: [module.redis.output.password (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.service_uri (expand)" references: [module.rabbitmq.var.service_name (expand) module.rabbitmq.var.server_dns (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.postgresql (expand)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_auth (expand)" references: [module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.admin_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.installed (expand)" references: [module.mongodb.helm_release.mongodb (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (expand)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.username (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (expand)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin_server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.minio.var.ingressClass (expand)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_namespace.zitadel (expand)" references: [module.zitadel.var.enabled (expand) module.zitadel.var.namespace (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.minio.var.mode (expand)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.uri (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.root_password (expand)" references: [module.postgresql.random_password.postgresql_root_password (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.minio.var.namespace (expand)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring (expand)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.replicas (expand)" references: [local.node_count (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.namespace (expand)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.output.installed (expand)" references: [module.cluster-init.module.longhorn.helm_release.longhorn (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (expand)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_database (expand)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (expand)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand)" references: [module.monitoring.var.remote_write_username (expand) module.monitoring.var.remote_write_password (expand) module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database (expand)" references: [] +2025-07-11T09:00:21.094+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd" references: [module.argocd.var.wait_on (expand) module.argocd.kubernetes_secret.argocd-tls (expand) module.argocd.random_password.admin_password (expand) module.argocd.data.external.processed_values (expand) module.argocd.kubernetes_namespace.argocd (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.application_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (close)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (close)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.service_uri (expand)" references: [module.monitoring.var.service_name (expand) module.monitoring.var.server_dns (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.region (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.ingressClass (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.service_uri (expand)" references: [module.zitadel.var.service_name (expand) module.zitadel.var.server_dns (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.alertmanager_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.tenant-365zon.var.jwt_profile_file (expand) module.tenant-365zon.var.domain (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.null_resource.health_check (expand)" references: [module.tenant-365zon.module.minio.var.wait_on (expand) module.tenant-365zon.module.minio.var.server (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.argocd_service_domain (expand)" references: [local.cluster_dns (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.name (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (close)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_namespace.postgresql (expand)" references: [module.postgresql.var.enabled (expand) module.postgresql.var.namespace (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (close)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.monitoring.random_password.grafana_admin_password (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.minio.var.replicas (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_password (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_action.groups-claim (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack" references: [module.monitoring.var.wait_on (expand) module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand) module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.var.remote_write_url (expand) module.monitoring.var.remote_read_url (expand) module.monitoring.random_password.grafana_admin_password (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.service_name (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_secret_key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.minio.var.storageSize (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)" references: [module.tenant-365zon.module.minio.null_resource.health_check (expand) module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_secret_key (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "var.secret_key" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T09:00:21.095+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (close)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.wait_on (expand)" references: [module.zitadel-argocd.output.installed (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.minio.output.access_key (expand)" references: [module.minio.random_password.minio_access_key (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.rabbitmq.local.k8s_host (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.argocd (expand)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (close)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (close)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (close)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_namespace.redis (expand)" references: [module.redis.var.namespace (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.minio.local.admin_service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.admin_server_dns (expand) module.minio.var.admin_server_dns (expand) module.minio.var.server_dns (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "local.tld (expand)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_config (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.minio.local.service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.server_dns (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.jwt_profile_file (expand)" references: [module.zitadel.local_file.zitadel_jwt_profile_file (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_username (expand)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_auth (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.server (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.minio.output.secret_key (expand)" references: [module.minio.random_password.minio_secret_key (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_access_key (expand)" references: [module.minio.random_password.minio_access_key (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.minio.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.minio.local.k8s_host (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (close)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_root_password (expand)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.tld (expand)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.redis.output.password (expand)" references: [module.redis.random_password.redis (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "output.argocd-root-password (expand)" references: [module.argocd.output.admin_password (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)" references: [module.tenant-365zon.local.name (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.tenant-365zon.local.k8s_host (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (expand)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.minio.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (close)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)" references: [module.tenant-365zon.var.org_id (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_config (expand)" references: [module.mongodb.var.k8s_config_yaml (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_auth (expand)" references: [module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "output.rabbitmq-connection-string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)" references: [module.tenant-365zon.module.minio.null_resource.health_check (expand) module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_username (expand)" references: [] +2025-07-11T09:00:21.096+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_host (expand)" references: [module.monitoring.local.k8s_config (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_host (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.databases (expand)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.service_name (expand)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.name (expand)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_bucket (expand)" references: [module.tenant-365zon.module.minio.output.bucket (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "output.monitoring (expand)" references: [module.monitoring.output.access_instructions (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (expand)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (expand)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel.random_password.zitadel_masterkey (expand)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack (expand)" references: [module.monitoring.var.wait_on (expand) module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand) module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.var.remote_write_url (expand) module.monitoring.var.remote_read_url (expand) module.monitoring.random_password.grafana_admin_password (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_read_url (expand)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.local.argocd_uri (expand)" references: [module.zitadel-argocd.var.argocd_service_domain (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_host (expand)" references: [module.argocd.local.k8s_config (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "var.vault_token" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (expand)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_issuer (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.wait_on (expand)" references: [module.argocd.output.installed (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_secret_key (expand)" references: [module.minio.random_password.minio_secret_key (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_access_key (expand)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.mongodb.helm_release.mongodb (expand)" references: [module.mongodb.var.wait_on (expand) module.mongodb.kubernetes_secret.mongodb_auth (expand) module.mongodb.var.usernames (expand) module.mongodb.var.databases (expand) module.mongodb.var.replicas (expand) module.mongodb.kubernetes_namespace.mongodb (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.namespace (expand)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.redis.var.namespace (expand)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "local.k8s_config (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel.helm_release.zitadel (expand)" references: [module.zitadel.var.wait_on (expand) module.zitadel.kubernetes_secret.zitadel (expand) module.zitadel.var.enabled (expand) module.zitadel.local.service_uri (expand) module.zitadel.var.database (expand) module.zitadel.var.database_username (expand) module.zitadel.var.database_password (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.database_root_username (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.display_on_homepage (expand) module.zitadel.var.ingressClass (expand) module.zitadel.kubernetes_namespace.zitadel (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.postgresql.helm_release.postgresql (expand)" references: [module.postgresql.var.wait_on (expand) module.postgresql.kubernetes_secret.postgresql_auth (expand) module.postgresql.var.enabled (expand) module.postgresql.kubernetes_namespace.postgresql (expand) module.postgresql.var.username (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (close)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.mongodb (expand)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "local.cluster_shortname (expand)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_host (expand)" references: [module.postgresql.local.k8s_config (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_config (expand)" references: [module.redis.var.k8s_config_yaml (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (expand)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.minio.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (close)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.host (expand)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.access_key (expand)" references: [module.tenant-365zon.var.minio_access_key (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.idp_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand)" references: [module.zitadel-bootstrap.var.domain (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "local.cluster_dns (expand)" references: [local.cluster_shortname (expand) local.tld (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_host (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_secret.postgresql_auth (expand)" references: [module.postgresql.var.wait_on (expand) module.postgresql.var.enabled (expand) module.postgresql.random_password.postgresql_user_password (expand) module.postgresql.random_password.postgresql_root_password (expand) module.postgresql.kubernetes_namespace.postgresql (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_username (expand)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_secret (expand)" references: [module.zitadel-argocd.output.client_secret (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_auth (expand)" references: [module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "output.mongodb-connection-string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (close)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.name (expand)" references: [] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_access_key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T09:00:21.097+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "var.endpoints" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.tls (expand)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_host (expand)" references: [module.minio.local.k8s_config (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.installed (expand)" references: [module.postgresql.helm_release.postgresql (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "output.minio-root-access-key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.monitoring (expand)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_host (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "var.bucket" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.password (expand)" references: [module.postgresql.random_password.postgresql_user_password (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "var.minio_server" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_api_uri (expand)" references: [module.minio.output.minio_api_uri (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.display_on_homepage (expand)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_config (expand)" references: [module.minio.var.k8s_config_yaml (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/null\"]" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings (expand)" references: [module.tenant-365zon.var.mongodb_connection_string (expand) module.tenant-365zon.var.rabbitmq_connection_string (expand) module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_config (expand)" references: [module.monitoring.var.k8s_config_yaml (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "var.vault_addr" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.server_dns (expand)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.replicas (expand)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.grpc_service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.minio.var.tls (expand)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_config (expand)" references: [module.rabbitmq.var.k8s_config_yaml (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_auth (expand)" references: [module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_host (expand)" references: [module.zitadel.local.k8s_config (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.installed (expand)" references: [module.zitadel.helm_release.zitadel (expand) module.zitadel.local_file.zitadel_jwt_profile_file (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.output.installed (expand)" references: [module.cluster-init.module.longhorn.output.installed (expand) module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.wait_on (expand)" references: [module.cluster-init.var.wait_on (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.grafana_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.bucket (expand)" references: [module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (close)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.helm_release.rabbitmq (expand)" references: [module.rabbitmq.random_password.password (expand) module.rabbitmq.var.wait_on (expand) module.rabbitmq.random_password.password (expand) module.rabbitmq.var.namespace (expand) module.rabbitmq.local.service_uri (expand) module.rabbitmq.var.admin (expand) module.rabbitmq.var.tls (expand) module.rabbitmq.var.ingressClass (expand) module.rabbitmq.var.replicas (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_root_password (expand)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_auth (expand)" references: [module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (close)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (expand)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.wait_on (expand)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.mongodb (close)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_user_password (expand)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_namespace.mongodb (expand)" references: [module.mongodb.var.namespace (expand)] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.wait_on (expand)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.redis.var.wait_on (expand)" references: [] +2025-07-11T09:00:21.098+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.server (expand)" references: [module.tenant-365zon.var.minio_server (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-bootstrap.var.domain (expand) module.zitadel-bootstrap.var.jwt_profile_file (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.redis (expand)" references: [] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_auth (expand)" references: [module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_host (expand)" references: [module.zitadel-db.local.k8s_config (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_secret_key (expand)" references: [module.tenant-365zon.module.minio.output.secret_key (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.wait_on (expand)" references: [module.minio.output.installed (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.namespace (expand)" references: [] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "output.minio-root-secret-key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_host (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "data.minio_s3_object.k8s_yaml (expand)" references: [var.bucket] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.redis.random_password.redis (expand)" references: [] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_namespace.tenant (expand)" references: [module.tenant-365zon.var.wait_on (expand) module.tenant-365zon.local.name (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.minio.helm_release.minio (expand)" references: [module.minio.random_password.minio_access_key (expand) module.minio.random_password.minio_secret_key (expand) module.minio.var.namespace (expand) module.minio.local.service_uri (expand) module.minio.local.admin_service_uri (expand) module.minio.var.admin (expand) module.minio.var.mode (expand) module.minio.var.tls (expand) module.minio.var.ingressClass (expand) module.minio.var.displayOnHomepage (expand) module.minio.var.mode (expand) module.minio.var.replicas (expand) module.minio.var.replicas (expand) module.minio.var.storageSize (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.minio.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close)" references: [] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand)" references: [] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.wait_on (expand)" references: [module.postgresql.output.installed (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.secret_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (expand)" references: [] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.rabbitmq_connection_string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.password (expand)" references: [module.zitadel-db.random_password.tenant (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (expand)" references: [] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)" references: [] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.ingressClass (expand)" references: [] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_auth (expand)" references: [module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.admin_password (expand)" references: [module.argocd.random_password.admin_password (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.minio.output.installed (expand)" references: [module.minio.helm_release.minio (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand)" references: [] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.mongodb_connection_string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_secret.mongodb_auth (expand)" references: [module.mongodb.var.wait_on (expand) module.mongodb.random_password.mongodb_root_password (expand) module.mongodb.random_password.mongodb_replica_set_key (expand) module.mongodb.kubernetes_namespace.mongodb (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_host (expand)" references: [module.cluster-init.local.k8s_config (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "output.minio-access-key (expand)" references: [module.tenant-365zon.output.minio_access_key (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (expand)" references: [] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_auth (expand)" references: [module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T09:00:21.099+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (close)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin (expand)" references: [module.zitadel.helm_release.zitadel (expand) module.zitadel.var.namespace (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.usernames (expand)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.namespace (expand)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.namespace (expand)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.access_instructions (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.random_password.grafana_admin_password (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-argocd.var.domain (expand) module.zitadel-argocd.var.jwt_profile_file (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.monitoring (close)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_secret.zitadel (expand)" references: [module.zitadel.var.enabled (expand) module.zitadel.random_password.zitadel_masterkey (expand) module.zitadel.kubernetes_namespace.zitadel (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.admin (expand)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_host (expand)" references: [module.mongodb.local.k8s_config (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (close)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.enabled (expand)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_host (expand)" references: [module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file (expand)" references: [module.zitadel.data.kubernetes_secret.zitadel_admin (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.username (expand)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_namespace.argocd (expand)" references: [module.argocd.var.namespace (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand)" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "var.access_key" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.enabled (expand)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_auth (expand)" references: [module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (close)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)" references: [module.tenant-365zon.var.user_id (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.ingressClass (expand)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.minio.var.displayOnHomepage (expand)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.storage (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand) module.tenant-365zon.module.minio.output.secret_key (expand) module.tenant-365zon.var.minio_api_uri (expand) module.tenant-365zon.module.minio.output.bucket (expand) module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.kubernetes_job.create-tenant (expand)" references: [module.zitadel-db.var.wait_on (expand) module.zitadel-db.var.enabled (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.namespace (expand) module.zitadel-db.var.host (expand) module.zitadel-db.var.root_username (expand) module.zitadel-db.var.root_password (expand) module.zitadel-db.var.root_database (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.name (expand) module.zitadel-db.random_password.tenant (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.namespace (expand)" references: [] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_host (expand)" references: [module.rabbitmq.local.k8s_config (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.redis.helm_release.redis (expand)" references: [module.redis.var.wait_on (expand) module.redis.var.architecture (expand) module.redis.var.architecture (validation) module.redis.kubernetes_namespace.redis (expand)] +2025-07-11T09:00:21.100+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn (expand)" references: [module.cluster-init.module.longhorn.var.wait_on (expand) module.cluster-init.module.longhorn.var.namespace (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)" references: [module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_config (expand)" references: [module.zitadel.var.k8s_config_yaml (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_replica_set_key (expand)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_db_start_index (expand)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.minio.var.service_name (expand)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (validation)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_username (expand)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin (expand)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.scopes (expand)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (expand)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.service_name (expand)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.postgresql (close)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.ingressClass (expand)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.user_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_config (expand)" references: [module.zitadel-bootstrap.var.k8s_config_yaml (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.argocd.random_password.admin_password (expand)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_server (expand)" references: [module.minio.output.minio_server (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_config (expand)" references: [module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_auth (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.namespace (expand)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "local.k8s_auth (expand)" references: [local.k8s_config (expand) local.k8s_config (expand) local.k8s_config (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.installed (expand)" references: [module.argocd.helm_release.argocd (expand) module.argocd.helm_release.argocd module.argocd.helm_release.argocd] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_host (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (close)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.zitadel (expand)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.kubernetes_secret.bridge-tls (expand)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_redirect_uri (expand)" references: [module.zitadel.output.server (expand) module.zitadel-argocd.output.logoutSuffix (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/aminueza/minio\"]" references: [var.minio_server var.access_key var.secret_key var.region] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "var.region" references: [] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:21.101+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T09:00:21.201+0200 [DEBUG] command: asking for input: "\nDo you want to perform these actions?" +2025-07-11T09:00:32.872+0200 [INFO] backend/local: apply calling Apply +2025-07-11T09:00:32.872+0200 [DEBUG] Building and walking apply graph for NormalMode plan +2025-07-11T09:00:32.878+0200 [DEBUG] Resource state not found for node "module.argocd.helm_release.argocd", instance module.argocd.helm_release.argocd +2025-07-11T09:00:32.878+0200 [DEBUG] Resource state not found for node "module.monitoring.helm_release.kube_prometheus_stack", instance module.monitoring.helm_release.kube_prometheus_stack +2025-07-11T09:00:32.878+0200 [DEBUG] Resource state not found for node "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default", instance module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default +2025-07-11T09:00:32.882+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/zitadel/zitadel"], implied first by module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand) +2025-07-11T09:00:32.882+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/random"], implied first by module.argocd.random_password.admin_password (expand) +2025-07-11T09:00:32.882+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/null"], implied first by module.tenant-365zon.module.minio.null_resource.health_check (expand) +2025-07-11T09:00:32.883+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/local"], implied first by module.zitadel.local_file.zitadel_jwt_profile_file (expand) +2025-07-11T09:00:32.883+0200 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/external"], implied first by module.argocd.data.external.processed_values (expand) +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.monitoring.helm_release.kube_prometheus_stack" (*terraform.NodeApplyableResourceInstance) needs module.monitoring.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_root_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_access_key (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_secret.mongodb_auth (expand)" (*terraform.nodeExpandApplyableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.redis.helm_release.redis (expand)" (*terraform.nodeExpandApplyableResource) needs module.redis.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.mongodb.helm_release.mongodb (expand)" (*terraform.nodeExpandApplyableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_namespace.argocd (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.random_password.password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_secret.zitadel (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)" (*terraform.nodeExpandApplyableResource) needs module.cluster-init.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.argocd.kubernetes_secret.argocd-tls (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_root_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.zitadel.random_password.zitadel_masterkey (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_secret.storage (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/local"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.argocd.helm_release.argocd" (*terraform.NodeApplyableResourceInstance) needs module.argocd.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.minio.helm_release.minio (expand)" (*terraform.nodeExpandApplyableResource) needs module.minio.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.zitadel.kubernetes_namespace.zitadel (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.884+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_namespace.monitoring" (*terraform.NodeApplyableResourceInstance) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.minio.random_password.minio_secret_key (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.argocd.data.kubernetes_secret.bridge-tls (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "data.minio_s3_object.k8s_yaml (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/aminueza/minio"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.mongodb.kubernetes_namespace.mongodb (expand)" (*terraform.nodeExpandApplyableResource) needs module.mongodb.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.mongodb.random_password.mongodb_replica_set_key (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_secret.postgresql_auth (expand)" (*terraform.nodeExpandApplyableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.argocd.data.external.processed_values (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/external"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.argocd.random_password.admin_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.postgresql.helm_release.postgresql (expand)" (*terraform.nodeExpandApplyableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.rabbitmq.helm_release.rabbitmq (expand)" (*terraform.nodeExpandApplyableResource) needs module.rabbitmq.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.kubernetes_namespace.tenant (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.postgresql.random_password.postgresql_user_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.argocd.helm_release.argocd (expand)" (*terraform.nodeExpandApplyableResource) needs module.argocd.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.null_resource.health_check (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/null"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.redis.random_password.redis (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_namespace.monitoring (expand)" (*terraform.nodeExpandApplyableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_action.groups-claim (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-bootstrap.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_namespace.redis (expand)" (*terraform.nodeExpandApplyableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.random_password.tenant (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand)" (*terraform.nodeExpandApplyableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.postgresql.kubernetes_namespace.postgresql (expand)" (*terraform.nodeExpandApplyableResource) needs module.postgresql.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.zitadel-db.kubernetes_job.create-tenant (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-db.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.redis.kubernetes_secret.redis (expand)" (*terraform.nodeExpandApplyableResource) needs module.redis.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.module.minio.provider["registry.terraform.io/aminueza/minio"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.monitoring.random_password.grafana_admin_password (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.885+0200 [DEBUG] ProviderTransformer: "module.monitoring.helm_release.kube_prometheus_stack (expand)" (*terraform.nodeExpandApplyableResource) needs module.monitoring.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:32.886+0200 [DEBUG] ProviderTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn (expand)" (*terraform.nodeExpandApplyableResource) needs module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:32.886+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.886+0200 [DEBUG] ProviderTransformer: "module.zitadel.helm_release.zitadel (expand)" (*terraform.nodeExpandApplyableResource) needs module.zitadel.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:32.886+0200 [DEBUG] ProviderTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" (*terraform.NodeApplyableResourceInstance) needs module.zitadel-argocd.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.886+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.886+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.886+0200 [DEBUG] ProviderTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" (*terraform.nodeExpandApplyableResource) needs module.tenant-365zon.provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.887+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/vault"] +2025-07-11T09:00:32.887+0200 [DEBUG] pruning unused provider["registry.terraform.io/zitadel/zitadel"] +2025-07-11T09:00:32.887+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.887+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:32.888+0200 [DEBUG] pruning unused module.zitadel-bootstrap.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:32.888+0200 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.888+0200 [DEBUG] pruning unused module.mongodb.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T09:00:32.888+0200 [DEBUG] pruning unused module.rabbitmq.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.888+0200 [DEBUG] pruning unused module.zitadel-db.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:32.888+0200 [DEBUG] pruning unused module.cluster-init.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:32.888+0200 [DEBUG] pruning unused module.tenant-365zon.provider["registry.terraform.io/hashicorp/helm"] +2025-07-11T09:00:32.888+0200 [DEBUG] pruning unused module.minio.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.888+0200 [DEBUG] pruning unused module.cluster-init.module.longhorn.provider["registry.terraform.io/hashicorp/kubernetes"] +2025-07-11T09:00:32.888+0200 [DEBUG] pruning unused module.postgresql.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T09:00:32.888+0200 [DEBUG] pruning unused module.argocd.provider["registry.terraform.io/argoproj-labs/argocd"] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user_policy_attachment.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand) module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand) module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand)" references: [] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.namespace (expand)" references: [] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_auth (expand)" references: [module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand) module.redis.local.k8s_config (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.access_instructions (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.random_password.grafana_admin_password (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.postgresql.helm_release.postgresql (expand)" references: [module.postgresql.var.wait_on (expand) module.postgresql.kubernetes_secret.postgresql_auth (expand) module.postgresql.var.enabled (expand) module.postgresql.var.username (expand) module.postgresql.kubernetes_namespace.postgresql (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_secret.argocd-tls (expand)" references: [module.argocd.data.kubernetes_secret.bridge-tls (expand) module.argocd.data.kubernetes_secret.bridge-tls (expand) module.argocd.kubernetes_namespace.argocd (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.minio.var.tls (expand)" references: [] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.host (expand)" references: [] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand)" references: [] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.org_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_access_key (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.tenant-365zon.var.domain (expand) module.tenant-365zon.var.jwt_profile_file (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "var.endpoints" references: [] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.argocd_service_domain (expand)" references: [local.cluster_dns (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)" references: [module.tenant-365zon.local.name (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_access_key (expand)" references: [module.minio.random_password.minio_access_key (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.minio.var.storageSize (expand)" references: [] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.argocd (close)" references: [] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)" references: [] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.wait_on (expand)" references: [] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.minio.local.service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.server_dns (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_auth (expand)" references: [module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand) module.rabbitmq.local.k8s_config (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.admin_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (expand)" references: [] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.zitadel (expand)" references: [] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)" references: [] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_auth (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand) module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.name (expand)" references: [] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:32.899+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)" references: [module.tenant-365zon.module.minio.null_resource.health_check (expand) module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "data.minio_s3_object.k8s_yaml (expand)" references: [var.bucket] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand)" references: [module.zitadel-argocd.var.org_id (expand) module.zitadel-argocd.zitadel_action.groups-claim (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_secret_key (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (close)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "var.vault_token" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.namespace (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.enabled (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.ingressClass (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.alertmanager_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_host (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_host (expand)" references: [module.rabbitmq.local.k8s_config (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.ingressClass (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (close)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "local.tld (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.helm_release.rabbitmq (expand)" references: [module.rabbitmq.random_password.password (expand) module.rabbitmq.var.wait_on (expand) module.rabbitmq.var.namespace (expand) module.rabbitmq.local.service_uri (expand) module.rabbitmq.var.admin (expand) module.rabbitmq.var.tls (expand) module.rabbitmq.var.ingressClass (expand) module.rabbitmq.var.replicas (expand) module.rabbitmq.random_password.password (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_auth (expand)" references: [module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand) module.minio.local.k8s_config (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_config (expand)" references: [module.cluster-init.var.k8s_config_yaml (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (close)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_password (expand)" references: [module.zitadel-db.output.password (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.role_ids (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.idp_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_root_password (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.installed (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.wait_on (expand)" references: [module.zitadel-db.output.installed (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_host (expand)" references: [module.cluster-init.module.longhorn.local.k8s_config (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.helm_release.longhorn (expand)" references: [module.cluster-init.module.longhorn.var.wait_on (expand) module.cluster-init.module.longhorn.var.namespace (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.rabbitmq_connection_string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.postgresql.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.postgresql.local.k8s_host (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand) module.postgresql.local.k8s_auth (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.wait_on (expand)" references: [module.postgresql.output.installed (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.redis.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.namespace (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.minio.var.mode (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (close)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.postgresql (close)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel.random_password.zitadel_masterkey (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "var.secret_key" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.usernames (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.redis.var.namespace (expand)" references: [] +2025-07-11T09:00:32.900+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.jwt_profile_file (expand)" references: [module.zitadel.local_file.zitadel_jwt_profile_file (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_root_password (expand)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)" references: [module.tenant-365zon.var.user_id (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_config (expand)" references: [module.redis.var.k8s_config_yaml (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.redis.output.installed (expand)" references: [module.redis.helm_release.redis (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (close)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_namespace.redis (expand)" references: [module.redis.var.namespace (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.mongodb.random_password.mongodb_replica_set_key (expand)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.namespace (expand)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.minio.var.service_name (expand)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.server (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand)" references: [module.zitadel-argocd.local.argocd_uri (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.output.installed (expand)" references: [module.cluster-init.module.longhorn.output.installed (expand) module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.owners (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.redis.output.password (expand)" references: [module.redis.random_password.redis (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.monitoring (close)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.monitoring.random_password.grafana_admin_password (expand)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db (close)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.service_name (expand)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.local.argocd_uri (expand)" references: [module.zitadel-argocd.var.argocd_service_domain (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_password (expand)" references: [module.redis.output.password (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.ingressClass (expand)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.redis.random_password.redis (expand)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.mongodb_connection_string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_config (expand)" references: [module.argocd.var.k8s_config_yaml (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.grpc_service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.service_uri (expand)" references: [module.rabbitmq.var.service_name (expand) module.rabbitmq.var.server_dns (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_auth (expand)" references: [module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand) module.zitadel.local.k8s_config (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.tld (expand)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (expand)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.mongodb (close)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_secret.mongodb_auth (expand)" references: [module.mongodb.var.wait_on (expand) module.mongodb.random_password.mongodb_root_password (expand) module.mongodb.random_password.mongodb_replica_set_key (expand) module.mongodb.kubernetes_namespace.mongodb (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel.data.kubernetes_secret.zitadel_admin (expand)" references: [module.zitadel.helm_release.zitadel (expand) module.zitadel.var.namespace (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.zitadel-argocd.var.user_id (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.var.wait_on (expand)" references: [module.cluster-init.var.wait_on (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.wait_on (expand)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_id (expand)" references: [module.zitadel-argocd.output.client_id (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_config (expand)" references: [module.postgresql.var.k8s_config_yaml (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.zitadel_project_role.default (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-bootstrap.var.domain (expand) module.zitadel-bootstrap.var.jwt_profile_file (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (expand)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.random_password.tenant (expand)" references: [] +2025-07-11T09:00:32.901+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)" references: [module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_auth (expand)" references: [module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand) module.zitadel-db.local.k8s_config (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq (close)" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.redis.local.k8s_host (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.name (expand)" references: [module.zitadel-argocd.var.name (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_config (expand)" references: [module.zitadel.var.k8s_config_yaml (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.argocd.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.argocd.local.k8s_host (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand) module.argocd.local.k8s_auth (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "local.k8s_auth (expand)" references: [local.k8s_config (expand) local.k8s_config (expand) local.k8s_config (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.var.roles (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.connection_string (expand)" references: [module.rabbitmq.random_password.password (expand) module.rabbitmq.var.namespace (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.installed (expand)" references: [module.mongodb.helm_release.mongodb (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (close)" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close)" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close)" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand)" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.namespace (expand)" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.password (expand)" references: [module.zitadel-db.random_password.tenant (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.roles (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.mongodb (expand)" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "var.bucket" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.service_name (expand)" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_auth (expand)" references: [module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand) module.monitoring.local.k8s_config (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_bucket (expand)" references: [module.tenant-365zon.module.minio.output.bucket (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_secret.postgresql_auth (expand)" references: [module.postgresql.var.wait_on (expand) module.postgresql.var.enabled (expand) module.postgresql.random_password.postgresql_user_password (expand) module.postgresql.random_password.postgresql_root_password (expand) module.postgresql.kubernetes_namespace.postgresql (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "var.region" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (expand)" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.cluster-init (expand)" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.zitadel (close)" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (close)" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (close)" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.zitadel_domain (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.minio.output.secret_key (expand)" references: [module.minio.random_password.minio_secret_key (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "output.mongodb-connection-string (expand)" references: [module.mongodb.output.connection_string (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.kubernetes_job.create-tenant (expand)" references: [module.zitadel-db.var.wait_on (expand) module.zitadel-db.var.enabled (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.namespace (expand) module.zitadel-db.var.host (expand) module.zitadel-db.var.root_username (expand) module.zitadel-db.var.root_password (expand) module.zitadel-db.var.root_database (expand) module.zitadel-db.var.name (expand) module.zitadel-db.var.name (expand) module.zitadel-db.random_password.tenant (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_server (expand)" references: [module.minio.output.minio_server (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.postgresql.kubernetes_namespace.postgresql (expand)" references: [module.postgresql.var.enabled (expand) module.postgresql.var.namespace (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring (expand)" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (expand)" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.wait_on (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand)" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "var.vault_addr" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_database (expand)" references: [] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.secret_key (expand)" references: [module.tenant-365zon.var.minio_secret_key (expand)] +2025-07-11T09:00:32.902+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (validation)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand) module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.output.installed (expand)" references: [module.rabbitmq.helm_release.rabbitmq (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.minio.output.installed (expand)" references: [module.minio.helm_release.minio (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_user.overlay (expand)" references: [module.tenant-365zon.module.minio.null_resource.health_check (expand) module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.user_name (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.roles (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.var.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.admin_password (expand)" references: [module.argocd.random_password.admin_password (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/external\"]" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (close)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "var.minio_server" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.email (expand)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.installed (expand)" references: [module.zitadel-db.kubernetes_job.create-tenant (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.namespace (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.user_id (expand)" references: [module.zitadel-bootstrap.output.user_id (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.minio.var.displayOnHomepage (expand)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_config (expand)" references: [module.mongodb.var.k8s_config_yaml (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.postgresql (expand)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio (close)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.org_id (expand)" references: [module.zitadel-bootstrap.output.org_id (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)" references: [module.tenant-365zon.var.org_id (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_config (expand)" references: [module.zitadel-db.var.k8s_config_yaml (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel-db.local.k8s_host (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand) module.zitadel-db.local.k8s_auth (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.name (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.with_secret (expand)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_username (expand)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.output.minio_secret_key (expand)" references: [module.tenant-365zon.module.minio.output.secret_key (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.minio (close)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand)" references: [module.zitadel-argocd.module.zitadel_project.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project.var.name (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.redis.kubernetes_secret.redis (expand)" references: [module.redis.random_password.redis (expand) module.redis.kubernetes_namespace.redis (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_server (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "output.monitoring (expand)" references: [module.monitoring.output.access_instructions (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/null\"]" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.zitadel_project_role.default (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (close)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.uri (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_auth (expand)" references: [module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand) module.mongodb.local.k8s_config (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.mongodb.local.k8s_host (expand)" references: [module.mongodb.local.k8s_config (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.scopes (expand)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.monitoring (expand)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.output.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_iam_user.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_secret_key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.minio.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.zitadel_project_role.default (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.user-agent (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.enabled (expand)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.username (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.provider[\"registry.terraform.io/aminueza/minio\"]" references: [module.tenant-365zon.module.minio.var.server (expand) module.tenant-365zon.module.minio.var.access_key (expand) module.tenant-365zon.module.minio.var.secret_key (expand) module.tenant-365zon.module.minio.var.region (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_secret.zitadel (expand)" references: [module.zitadel.var.enabled (expand) module.zitadel.random_password.zitadel_masterkey (expand) module.zitadel.kubernetes_namespace.zitadel (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner.output.installed (expand)" references: [module.zitadel-bootstrap.module.zitadel-org-owner.zitadel_org_member.default (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.argocd (expand)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.server (expand)" references: [module.tenant-365zon.var.minio_server (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.access_key (expand)" references: [module.tenant-365zon.var.minio_access_key (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.local.k8s_config (expand)" references: [module.rabbitmq.var.k8s_config_yaml (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project (expand)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.group (expand)" references: [] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_password (expand)" references: [module.postgresql.output.root_password (expand)] +2025-07-11T09:00:32.903+0200 [DEBUG] ReferenceTransformer: "output.minio-secret-key (expand)" references: [module.tenant-365zon.output.minio_secret_key (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant.var.project_id (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.wait_on (expand)" references: [module.argocd.output.installed (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (expand)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.redis.helm_release.redis (expand)" references: [module.redis.var.wait_on (expand) module.redis.var.architecture (validation) module.redis.var.architecture (expand) module.redis.kubernetes_namespace.redis (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "local.cluster_shortname (expand)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_auth (expand)" references: [module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand) module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.minio.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.cluster-init.local.k8s_host (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand) module.cluster-init.local.k8s_auth (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.provider[\"registry.terraform.io/zitadel/zitadel\"]" references: [module.zitadel-argocd.var.jwt_profile_file (expand) module.zitadel-argocd.var.domain (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (expand)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google (expand)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_admin.output.roles (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.namespace (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.wait_on (expand)" references: [module.zitadel-argocd.output.installed (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.bucket (expand)" references: [module.tenant-365zon.module.minio.var.name (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.service_account (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_namespace.tenant (expand)" references: [module.tenant-365zon.var.wait_on (expand) module.tenant-365zon.local.name (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.replicas (expand)" references: [local.node_count (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.var.name (expand)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.minio.var.ingressClass (expand)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.service_uri (expand)" references: [module.monitoring.var.service_name (expand) module.monitoring.var.server_dns (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand)" references: [module.monitoring.var.remote_write_username (expand) module.monitoring.var.remote_write_password (expand) module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_auth (expand)" references: [module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand) module.postgresql.local.k8s_config (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/aminueza/minio\"]" references: [var.minio_server var.access_key var.secret_key var.region] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.ingressClass (expand)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_config (expand)" references: [module.tenant-365zon.var.k8s_config_yaml (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api (close)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.zitadel_action.groups-claim (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.storage (expand)" references: [module.tenant-365zon.module.minio.output.access_key (expand) module.tenant-365zon.module.minio.output.secret_key (expand) module.tenant-365zon.var.minio_api_uri (expand) module.tenant-365zon.module.minio.output.bucket (expand) module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.wait_on (expand)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.org_id (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "local.k8s_config (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.minio.random_password.minio_access_key (expand)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.minio.var.replicas (expand)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.cluster_domain (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_host (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand) module.tenant-365zon.local.k8s_auth (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.cluster-init.module.longhorn.local.k8s_host (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand) module.cluster-init.module.longhorn.local.k8s_auth (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.mongodb.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.mongodb.local.k8s_host (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand) module.mongodb.local.k8s_auth (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api (close)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-org-owner (expand)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_client_secret (expand)" references: [module.zitadel-argocd.output.client_secret (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.redis.local.k8s_host (expand)" references: [module.redis.local.k8s_config (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.uri (expand)" references: [module.zitadel.local.service_uri (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.redis (close)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.zitadel_project_member.default (expand)" references: [module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.zitadel_project.default (expand) module.zitadel-argocd.module.zitadel_project.var.owners (expand) module.zitadel-argocd.module.zitadel_project.var.org_id (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.client_id (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.options (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.redis_db_start_index (expand)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.authority (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project_member.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.owners (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local_file.zitadel_jwt_profile_file (expand)" references: [module.zitadel.data.kubernetes_secret.zitadel_admin (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.group (expand)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "local.k8s_host (expand)" references: [local.k8s_config (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel (close)" references: [] +2025-07-11T09:00:32.904+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (close)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.mongodb.helm_release.mongodb (expand)" references: [module.mongodb.var.wait_on (expand) module.mongodb.kubernetes_secret.mongodb_auth (expand) module.mongodb.kubernetes_namespace.mongodb (expand) module.mongodb.var.usernames (expand) module.mongodb.var.databases (expand) module.mongodb.var.replicas (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.mongodb.kubernetes_namespace.mongodb (expand)" references: [module.mongodb.var.namespace (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.name (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_config (expand)" references: [module.monitoring.var.k8s_config_yaml (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles (close)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_url (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.service_uri (expand)" references: [module.zitadel.var.service_name (expand) module.zitadel.var.server_dns (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.wait_on (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_api_uri (expand)" references: [module.minio.output.minio_api_uri (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.prometheus_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.zitadel.local.k8s_host (expand)" references: [module.zitadel.local.k8s_config (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_s3_bucket_policy.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.zitadel.helm_release.zitadel (expand)" references: [module.zitadel.var.wait_on (expand) module.zitadel.kubernetes_secret.zitadel (expand) module.zitadel.var.enabled (expand) module.zitadel.local.service_uri (expand) module.zitadel.var.database (expand) module.zitadel.var.database_username (expand) module.zitadel.var.database_password (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.database_root_username (expand) module.zitadel.var.database_root_password (expand) module.zitadel.var.display_on_homepage (expand) module.zitadel.var.ingressClass (expand) module.zitadel.kubernetes_namespace.zitadel (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.name (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.application_id (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.user_roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.kubernetes_manifest.rke2-ingress-nginx-config (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand)" references: [module.zitadel-bootstrap.var.domain (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user (close)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.postgresql.random_password.postgresql_user_password (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.argocd.kubernetes_namespace.argocd (expand)" references: [module.argocd.var.namespace (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.root_username (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.service-account (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin_server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "local.k8s_config_yaml (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.user_id (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.display_on_homepage (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.access_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.service_name (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.root_password (expand)" references: [module.postgresql.random_password.postgresql_root_password (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.external.processed_values (expand)" references: [module.argocd.local.service_uri (expand) module.argocd.var.server_dns (expand) module.argocd.local.grpc_service_uri (expand) module.argocd.var.redis_db_start_index (expand) module.argocd.var.redis_password (expand) module.argocd.var.oauth_uri (expand) module.argocd.var.oauth_issuer (expand) module.argocd.var.oauth_client_id (expand) module.argocd.var.oauth_client_secret (expand) module.argocd.var.oauth_redirect_uri (expand) module.argocd.var.tls (expand) module.argocd.var.ingressClass (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.minio.var.namespace (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "local.cluster_dns (expand)" references: [local.cluster_shortname (expand) local.tld (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (close)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua (close)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.name (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.minio.local.admin_service_uri (expand)" references: [module.minio.var.service_name (expand) module.minio.var.admin_server_dns (expand) module.minio.var.admin_server_dns (expand) module.minio.var.server_dns (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account (close)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.var.access_token_type (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.user_id (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_issuer (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "output.minio-root-access-key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.kubernetes_secret.api (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.application_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.namespace (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.access_token_type (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.user_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.with_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.description (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.org_id (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.k8s_config_yaml (expand)" references: [local.k8s_config_yaml (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_username (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.minio.output.access_key (expand)" references: [module.minio.random_password.minio_access_key (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.installed (expand)" references: [module.postgresql.helm_release.postgresql (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.installed (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.output.installed (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-access-token (expand) module.zitadel-argocd.zitadel_trigger_actions.groups-claim-pre-user-info (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.project_id (expand)" references: [module.zitadel-argocd.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.postgresql.output.password (expand)" references: [module.postgresql.random_password.postgresql_user_password (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.job_name (expand)" references: [module.zitadel-db.var.enabled (expand) module.zitadel-db.kubernetes_job.create-tenant (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.role_ids (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.zitadel_project_role.default (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "output.minio-access-key (expand)" references: [module.tenant-365zon.output.minio_access_key (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.redis (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.minio.var.admin (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (close)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.wait_on (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.output.installed (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.postgresql.local.k8s_host (expand)" references: [module.postgresql.local.k8s_config (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_auth (expand)" references: [module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand) module.cluster-init.local.k8s_config (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd" references: [module.argocd.var.wait_on (expand) module.argocd.kubernetes_secret.argocd-tls (expand) module.argocd.data.external.processed_values (expand) module.argocd.kubernetes_namespace.argocd (expand) module.argocd.random_password.admin_password (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.var.domain (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.minio_access_key (expand)" references: [module.minio.output.minio_access_key (expand)] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.minio (expand)" references: [] +2025-07-11T09:00:32.905+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.minio.helm_release.minio (expand)" references: [module.minio.var.mode (expand) module.minio.var.replicas (expand) module.minio.var.replicas (expand) module.minio.var.storageSize (expand) module.minio.var.namespace (expand) module.minio.local.service_uri (expand) module.minio.local.admin_service_uri (expand) module.minio.var.admin (expand) module.minio.var.mode (expand) module.minio.var.tls (expand) module.minio.var.ingressClass (expand) module.minio.var.displayOnHomepage (expand) module.minio.random_password.minio_access_key (expand) module.minio.random_password.minio_secret_key (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.databases (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.user_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.user_id (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database_root_username (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "local.node_count (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.local.k8s_host (expand)" references: [module.zitadel-db.local.k8s_config (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.zitadel_application_api.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.org_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_api.var.project_id (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.zitadel.kubernetes_namespace.zitadel (expand)" references: [module.zitadel.var.enabled (expand) module.zitadel.var.namespace (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.post_logout_redirect_uris (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.uri (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.region (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_config (expand)" references: [module.minio.var.k8s_config_yaml (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.cluster_domain (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.output.database (expand)" references: [module.zitadel-db.var.name (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.database (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.output.installed (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.monitoring.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.monitoring.local.k8s_host (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand) module.monitoring.local.k8s_auth (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.tls (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.local.k8s_host (expand)" references: [module.cluster-init.local.k8s_config (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.installed (expand)" references: [module.argocd.helm_release.argocd module.argocd.helm_release.argocd module.argocd.helm_release.argocd (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.output.installed (expand)" references: [module.cluster-init.module.longhorn.helm_release.longhorn (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.argocd.helm_release.argocd (expand)" references: [module.argocd.var.wait_on (expand) module.argocd.kubernetes_secret.argocd-tls (expand) module.argocd.random_password.admin_password (expand) module.argocd.kubernetes_namespace.argocd (expand) module.argocd.data.external.processed_values (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.redis.var.wait_on (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.group (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.wait_on (expand)" references: [module.minio.output.installed (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_admin_uri (expand)" references: [module.minio.local.admin_service_uri (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.monitoring.output.grafana_url (expand)" references: [module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap (close)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.namespace (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.var.jwt_profile_file (expand)" references: [module.zitadel.output.jwt_profile_file (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.zitadel.var.service_name (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.cluster-init.module.longhorn.local.k8s_config (expand)" references: [module.cluster-init.module.longhorn.var.k8s_config_yaml (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user (close)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.var.client_secret (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.cluster (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.local.slug_project (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.zitadel_user_grant.default (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.output.roles (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_developer_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.var.wait_on (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_uri (expand)" references: [module.zitadel.output.server (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.tls (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.minio.var.server_dns (expand)" references: [local.cluster_dns (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.service_uri (expand)" references: [module.argocd.var.service_name (expand) module.argocd.var.server_dns (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.group (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.enabled (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.roles (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.roles (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_auth (expand)" references: [module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand) module.argocd.local.k8s_config (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_api_uri (expand)" references: [module.minio.local.service_uri (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.argocd.data.kubernetes_secret.bridge-tls (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.name (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.local.cluster (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.argocd.output.redis_db_next_start_index (expand)" references: [module.argocd.var.redis_db_start_index (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.replicas (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.project_id (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.output.logoutSuffix (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "output.minio-root-secret-key (expand)" references: [module.minio.output.minio_secret_key (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack" references: [module.monitoring.var.wait_on (expand) module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand) module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.var.remote_write_url (expand) module.monitoring.var.remote_read_url (expand) module.monitoring.random_password.grafana_admin_password (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external (close)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.monitoring.helm_release.kube_prometheus_stack (expand)" references: [module.monitoring.var.wait_on (expand) module.monitoring.kubernetes_secret.prometheus_remote_write_auth (expand) module.monitoring.kubernetes_namespace.monitoring (expand) module.monitoring.kubernetes_namespace.monitoring module.monitoring.kubernetes_namespace.monitoring module.monitoring.var.remote_write_url (expand) module.monitoring.var.remote_read_url (expand) module.monitoring.random_password.grafana_admin_password (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin.var.org_id (expand)" references: [module.zitadel-argocd.var.org_id (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.argocd.var.oauth_redirect_uri (expand)" references: [module.zitadel.output.server (expand) module.zitadel-argocd.output.logoutSuffix (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.redis.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_auth (expand) module.redis.local.k8s_host (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.kubernetes_secret.service-account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.authority (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.user_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.client_secret (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.output.installed (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (close) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.namespace (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.wait_on (expand)" references: [] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.installed (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.argocd.local.k8s_host (expand)" references: [module.argocd.local.k8s_config (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.output.user_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.output.user_id (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "local.bridge_dns (expand)" references: [local.tld (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_auth (expand)" references: [module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand) module.zitadel-bootstrap.local.k8s_config (expand)] +2025-07-11T09:00:32.906+0200 [DEBUG] ReferenceTransformer: "module.monitoring.local.k8s_host (expand)" references: [module.monitoring.local.k8s_config (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default" references: [module.zitadel-argocd.module.zitadel_project_user_grant.var.wait_on (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.roles (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.user_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.org_id (expand) module.zitadel-argocd.module.zitadel_project_user_grant.var.project_id (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua (expand)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce (expand)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (expand)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_admin (close)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.wait_on (expand)" references: [module.cluster-init.output.installed (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "output.argocd-root-password (expand)" references: [module.argocd.output.admin_password (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.service_account (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant (close)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.cluster_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.var.wait_on (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_userinfo_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.auth_method_type (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.org_id (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.id_token_role_assertion (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.post_logout_redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.name (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.redirect_uris (expand) module.zitadel-argocd.module.zitadel_application_argocd.var.project_id (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.mongodb.var.namespace (expand)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.zitadel.output.installed (expand)" references: [module.zitadel.helm_release.zitadel (expand) module.zitadel.local_file.zitadel_jwt_profile_file (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd (close)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.argocd.random_password.admin_password (expand)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_ua.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.cluster_dns (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.output.roles (expand)" references: [module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.output.secret_key (expand)" references: [module.tenant-365zon.module.minio.minio_iam_service_account.overlay (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.rabbitmq.local.k8s_host (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand) module.rabbitmq.local.k8s_auth (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_roles_user.var.roles (expand)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_user_grant.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.project_id (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.var.description (expand)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.minio.output.minio_secret_key (expand)" references: [module.minio.random_password.minio_secret_key (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.local.k8s_host (expand)" references: [module.tenant-365zon.local.k8s_config (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project_user_grant.output.user_grant_id (expand)" references: [module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default (expand) module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api (close)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.random_password.password (expand)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.project (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.name (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.mongodb.output.connection_string (expand)" references: [module.mongodb.random_password.mongodb_root_password (expand) module.mongodb.var.replicas (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.zitadel_project.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.var.org_id (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.zitadel_project_role.default (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.wait_on (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.project_id (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.roles (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.group (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_configurator_roles.var.org_id (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_login_policy.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.zitadel_org_idp_google.default (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.domain (expand) module.zitadel-bootstrap.module.zitadel-idp-google.var.org_id (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_read_url (expand)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.enabled (expand)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant (close)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.kubernetes_secret.connection_strings (expand)" references: [module.tenant-365zon.var.mongodb_connection_string (expand) module.tenant-365zon.var.rabbitmq_connection_string (expand) module.tenant-365zon.kubernetes_namespace.tenant (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.zitadel-db.var.namespace (expand)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "output.rabbitmq-connection-string (expand)" references: [module.rabbitmq.output.connection_string (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.namespace (expand)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.uri (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.slug_name (expand) module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.local.cluster (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.module.zitadel_service_account (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.service_account (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project.var.wait_on (expand)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.service_account (expand)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.local.k8s_config (expand)" references: [module.zitadel-bootstrap.var.k8s_config_yaml (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_application_argocd.output.client_secret (expand)" references: [module.zitadel-argocd.module.zitadel_application_argocd.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.output.application_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.module.zitadel_project_application_ua.zitadel_application_oidc.default (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core (expand)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.redis.var.architecture (expand)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_operator_roles.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.minio.local.k8s_host (expand)" references: [module.minio.local.k8s_config (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.output.client_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_service_account.zitadel_machine_user.default (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-tenant.output.org_id (expand)" references: [module.zitadel-bootstrap.module.zitadel-tenant.zitadel_org.default (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "var.access_key" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_user_grant.var.roles (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.roles (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.monitoring.var.remote_write_password (expand)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.postgresql.var.username (expand)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.output.client_secret (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.module.zitadel_project_application_api.zitadel_application_api.default (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.zitadel.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: [module.zitadel.local.k8s_host (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand) module.zitadel.local.k8s_auth (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.zitadel-argocd.module.zitadel_project (expand)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.minio_iam_policy.overlay (expand)" references: [module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand) module.tenant-365zon.module.minio.minio_s3_bucket.overlay (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.module.zitadel_project_application_ua.var.name (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.name (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.var.org_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.var.org_id (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_module_internal.var.project_id (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project.output.project_id (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.minio.null_resource.health_check (expand)" references: [module.tenant-365zon.module.minio.var.wait_on (expand) module.tenant-365zon.module.minio.var.server (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.zitadel-bootstrap.module.zitadel-user.zitadel_human_user.default (expand)" references: [module.zitadel-bootstrap.module.zitadel-user.var.wait_on (expand) module.zitadel-bootstrap.module.zitadel-user.var.last_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.email (expand) module.zitadel-bootstrap.module.zitadel-user.var.org_id (expand) module.zitadel-bootstrap.module.zitadel-user.var.first_name (expand) module.zitadel-bootstrap.module.zitadel-user.var.user_name (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.admin (expand)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_salesforce.var.wait_on (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_core.output.installed (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.monitoring.kubernetes_namespace.monitoring" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.rabbitmq.var.server_dns (expand)" references: [] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.var.zitadel_domain (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.local.domain (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.tenant-365zon.module.bootstrap-zitadel.output.installed (expand)" references: [module.tenant-365zon.module.bootstrap-zitadel.module.zitadel_project_application_external.output.installed (expand)] +2025-07-11T09:00:32.907+0200 [DEBUG] ReferenceTransformer: "module.minio.provider[\"registry.terraform.io/hashicorp/helm\"]" references: [module.minio.local.k8s_host (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand) module.minio.local.k8s_auth (expand)] +2025-07-11T09:00:32.989+0200 [DEBUG] Starting graph walk: walkApply +2025-07-11T09:00:32.991+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:32.991+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:32.996+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5"] +2025-07-11T09:00:32.996+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 pid=975855 +2025-07-11T09:00:32.996+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 +2025-07-11T09:00:32.999+0200 [INFO] provider.terraform-provider-null_v3.2.4_x5: configuring server automatic mTLS: timestamp="2025-07-11T09:00:32.999+0200" +2025-07-11T09:00:33.011+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T09:00:33.011+0200 [DEBUG] provider.terraform-provider-null_v3.2.4_x5: plugin address: address=/tmp/plugin3799248985 network=unix timestamp="2025-07-11T09:00:33.010+0200" +2025-07-11T09:00:33.018+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.018+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.023+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5"] +2025-07-11T09:00:33.023+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 pid=975864 +2025-07-11T09:00:33.023+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 +2025-07-11T09:00:33.025+0200 [INFO] provider.terraform-provider-random_v3.7.2_x5: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.025+0200" +2025-07-11T09:00:33.037+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T09:00:33.037+0200 [DEBUG] provider.terraform-provider-random_v3.7.2_x5: plugin address: address=/tmp/plugin1160132159 network=unix timestamp="2025-07-11T09:00:33.037+0200" +2025-07-11T09:00:33.045+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.045+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.049+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 args=[".terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1"] +2025-07-11T09:00:33.049+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 pid=975873 +2025-07-11T09:00:33.049+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 +2025-07-11T09:00:33.052+0200 [INFO] provider.terraform-provider-slugify_v0.1.1: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.052+0200" +2025-07-11T09:00:33.063+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T09:00:33.063+0200 [DEBUG] provider.terraform-provider-slugify_v0.1.1: plugin address: address=/tmp/plugin2849122919 network=unix timestamp="2025-07-11T09:00:33.063+0200" +2025-07-11T09:00:33.071+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.071+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.076+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5"] +2025-07-11T09:00:33.076+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 pid=975888 +2025-07-11T09:00:33.076+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 +2025-07-11T09:00:33.079+0200 [INFO] provider.terraform-provider-external_v2.3.5_x5: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.079+0200" +2025-07-11T09:00:33.091+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T09:00:33.091+0200 [DEBUG] provider.terraform-provider-external_v2.3.5_x5: plugin address: network=unix address=/tmp/plugin4143894144 timestamp="2025-07-11T09:00:33.091+0200" +2025-07-11T09:00:33.099+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.099+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.104+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5"] +2025-07-11T09:00:33.104+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 pid=975896 +2025-07-11T09:00:33.104+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 +2025-07-11T09:00:33.106+0200 [INFO] provider.terraform-provider-local_v2.5.3_x5: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.106+0200" +2025-07-11T09:00:33.118+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T09:00:33.118+0200 [DEBUG] provider.terraform-provider-local_v2.5.3_x5: plugin address: address=/tmp/plugin941293030 network=unix timestamp="2025-07-11T09:00:33.118+0200" +2025-07-11T09:00:33.125+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.125+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.130+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T09:00:33.130+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=975904 +2025-07-11T09:00:33.130+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T09:00:33.136+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.136+0200" +2025-07-11T09:00:33.163+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T09:00:33.163+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin3724104285 network=unix timestamp="2025-07-11T09:00:33.163+0200" +2025-07-11T09:00:33.176+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.176+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.177+0200 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/aminueza/minio\"]" changed the config value, but that value is unused +2025-07-11T09:00:33.180+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T09:00:33.180+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=975917 +2025-07-11T09:00:33.180+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T09:00:33.199+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.199+0200" +2025-07-11T09:00:33.207+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T09:00:33.207+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin4273604703 network=unix timestamp="2025-07-11T09:00:33.207+0200" +2025-07-11T09:00:33.214+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.214+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.219+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T09:00:33.219+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=975936 +2025-07-11T09:00:33.219+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T09:00:33.233+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.233+0200" +2025-07-11T09:00:33.245+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin1195287766 network=unix timestamp="2025-07-11T09:00:33.245+0200" +2025-07-11T09:00:33.245+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T09:00:33.253+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T09:00:33.253+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.253+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.257+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T09:00:33.257+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=975950 +2025-07-11T09:00:33.257+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T09:00:33.276+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.276+0200" +2025-07-11T09:00:33.284+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T09:00:33.284+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin3456896356 network=unix timestamp="2025-07-11T09:00:33.284+0200" +2025-07-11T09:00:33.291+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.291+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.296+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T09:00:33.296+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=975968 +2025-07-11T09:00:33.296+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T09:00:33.309+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.309+0200" +2025-07-11T09:00:33.321+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin2642848007 network=unix timestamp="2025-07-11T09:00:33.321+0200" +2025-07-11T09:00:33.321+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T09:00:33.329+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.329+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.329+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 09:00:33 [DEBUG] MinIO SSL client transport configured successfully: timestamp="2025-07-11T09:00:33.329+0200" +2025-07-11T09:00:33.330+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:33 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T09:00:33.330+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:33 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T09:00:33.330+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9ce9810e-df88-fc3e-3f59-152289632f45 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 timestamp="2025-07-11T09:00:33.330+0200" +2025-07-11T09:00:33.330+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9ce9810e-df88-fc3e-3f59-152289632f45 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm timestamp="2025-07-11T09:00:33.330+0200" +2025-07-11T09:00:33.330+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_req_id=9ce9810e-df88-fc3e-3f59-152289632f45 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:00:33.330+0200" +2025-07-11T09:00:33.334+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T09:00:33.334+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=975984 +2025-07-11T09:00:33.334+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T09:00:33.351+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.351+0200" +2025-07-11T09:00:33.360+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T09:00:33.360+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin3189461057 network=unix timestamp="2025-07-11T09:00:33.360+0200" +2025-07-11T09:00:33.368+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.368+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.368+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T09:00:33.373+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T09:00:33.373+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=976003 +2025-07-11T09:00:33.373+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T09:00:33.391+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.390+0200" +2025-07-11T09:00:33.399+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T09:00:33.399+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1494628752 network=unix timestamp="2025-07-11T09:00:33.399+0200" +2025-07-11T09:00:33.407+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.407+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.412+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T09:00:33.412+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=976021 +2025-07-11T09:00:33.412+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T09:00:33.426+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.426+0200" +2025-07-11T09:00:33.437+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T09:00:33.437+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin1094956855 network=unix timestamp="2025-07-11T09:00:33.437+0200" +2025-07-11T09:00:33.445+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.445+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.446+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:33 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T09:00:33.446+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:33 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T09:00:33.446+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: tf_rpc=ConfigureProvider config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9587e906-afa0-a32c-31ed-7a13fc95ef61 timestamp="2025-07-11T09:00:33.446+0200" +2025-07-11T09:00:33.446+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @module=helm tf_req_id=9587e906-afa0-a32c-31ed-7a13fc95ef61 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider timestamp="2025-07-11T09:00:33.446+0200" +2025-07-11T09:00:33.446+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=9587e906-afa0-a32c-31ed-7a13fc95ef61 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 timestamp="2025-07-11T09:00:33.446+0200" +2025-07-11T09:00:33.450+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T09:00:33.450+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=976035 +2025-07-11T09:00:33.450+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T09:00:33.462+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.462+0200" +2025-07-11T09:00:33.474+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T09:00:33.474+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin1876894280 network=unix timestamp="2025-07-11T09:00:33.474+0200" +2025-07-11T09:00:33.482+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.482+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T09:00:33.482+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.486+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T09:00:33.487+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=976051 +2025-07-11T09:00:33.487+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T09:00:33.504+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.504+0200" +2025-07-11T09:00:33.513+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T09:00:33.513+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin3098139259 network=unix timestamp="2025-07-11T09:00:33.512+0200" +2025-07-11T09:00:33.520+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T09:00:33.520+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.520+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.524+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T09:00:33.525+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=976069 +2025-07-11T09:00:33.525+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T09:00:33.539+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.539+0200" +2025-07-11T09:00:33.550+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T09:00:33.550+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin2904236945 network=unix timestamp="2025-07-11T09:00:33.550+0200" +2025-07-11T09:00:33.558+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.558+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.558+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T09:00:33.563+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T09:00:33.563+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=976083 +2025-07-11T09:00:33.563+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T09:00:33.575+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.575+0200" +2025-07-11T09:00:33.587+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: network=unix address=/tmp/plugin1082398827 timestamp="2025-07-11T09:00:33.587+0200" +2025-07-11T09:00:33.587+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T09:00:33.597+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.597+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.597+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T09:00:33.601+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T09:00:33.601+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=976096 +2025-07-11T09:00:33.601+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T09:00:33.620+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.620+0200" +2025-07-11T09:00:33.630+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T09:00:33.630+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin2879574854 network=unix timestamp="2025-07-11T09:00:33.630+0200" +2025-07-11T09:00:33.637+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.637+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.642+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T09:00:33.642+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=976112 +2025-07-11T09:00:33.642+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T09:00:33.657+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.657+0200" +2025-07-11T09:00:33.669+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T09:00:33.669+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: network=unix address=/tmp/plugin640267359 timestamp="2025-07-11T09:00:33.669+0200" +2025-07-11T09:00:33.677+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T09:00:33.677+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.677+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.683+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T09:00:33.683+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=976125 +2025-07-11T09:00:33.683+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T09:00:33.702+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.702+0200" +2025-07-11T09:00:33.710+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T09:00:33.710+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1176719555 network=unix timestamp="2025-07-11T09:00:33.710+0200" +2025-07-11T09:00:33.717+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.717+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.718+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @module=helm tf_req_id=e6efa709-a708-3068-2c62-72a2937cd5a6 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ConfigureProvider timestamp="2025-07-11T09:00:33.718+0200" +2025-07-11T09:00:33.718+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cb351999-c6d2-70e4-e258-98f8042c4b52 tf_rpc=ConfigureProvider timestamp="2025-07-11T09:00:33.718+0200" +2025-07-11T09:00:33.718+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:33 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T09:00:33.718+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cb351999-c6d2-70e4-e258-98f8042c4b52 @module=helm timestamp="2025-07-11T09:00:33.718+0200" +2025-07-11T09:00:33.718+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=aac13003-a329-4b98-f046-98e37e54dfb5 tf_rpc=ConfigureProvider timestamp="2025-07-11T09:00:33.718+0200" +2025-07-11T09:00:33.718+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=aac13003-a329-4b98-f046-98e37e54dfb5 tf_rpc=ConfigureProvider settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" timestamp="2025-07-11T09:00:33.718+0200" +2025-07-11T09:00:33.719+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=aac13003-a329-4b98-f046-98e37e54dfb5 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 timestamp="2025-07-11T09:00:33.718+0200" +2025-07-11T09:00:33.718+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=4b8a694f-6ff1-70e8-6cbd-8453898c6f06 tf_rpc=ConfigureProvider @module=helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" timestamp="2025-07-11T09:00:33.718+0200" +2025-07-11T09:00:33.719+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: tf_rpc=ConfigureProvider tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_req_id=4b8a694f-6ff1-70e8-6cbd-8453898c6f06 timestamp="2025-07-11T09:00:33.718+0200" +2025-07-11T09:00:33.718+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=e6efa709-a708-3068-2c62-72a2937cd5a6 tf_rpc=ConfigureProvider settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 timestamp="2025-07-11T09:00:33.718+0200" +2025-07-11T09:00:33.718+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_req_id=07b8cc8e-7121-8cc2-601c-fe0e31d3a008 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 timestamp="2025-07-11T09:00:33.718+0200" +2025-07-11T09:00:33.718+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:33 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T09:00:33.718+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=cb351999-c6d2-70e4-e258-98f8042c4b52 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm timestamp="2025-07-11T09:00:33.718+0200" +2025-07-11T09:00:33.719+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=4b8a694f-6ff1-70e8-6cbd-8453898c6f06 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm timestamp="2025-07-11T09:00:33.718+0200" +2025-07-11T09:00:33.719+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 @module=helm settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=07b8cc8e-7121-8cc2-601c-fe0e31d3a008 tf_rpc=ConfigureProvider timestamp="2025-07-11T09:00:33.718+0200" +2025-07-11T09:00:33.719+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=07b8cc8e-7121-8cc2-601c-fe0e31d3a008 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 timestamp="2025-07-11T09:00:33.718+0200" +2025-07-11T09:00:33.719+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=e6efa709-a708-3068-2c62-72a2937cd5a6 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm timestamp="2025-07-11T09:00:33.718+0200" +2025-07-11T09:00:33.722+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T09:00:33.723+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=976140 +2025-07-11T09:00:33.723+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T09:00:33.740+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.740+0200" +2025-07-11T09:00:33.749+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin1624243779 network=unix timestamp="2025-07-11T09:00:33.749+0200" +2025-07-11T09:00:33.749+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T09:00:33.756+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.756+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.760+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T09:00:33.760+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=976157 +2025-07-11T09:00:33.760+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T09:00:33.773+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.773+0200" +2025-07-11T09:00:33.785+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T09:00:33.785+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin2374345741 network=unix timestamp="2025-07-11T09:00:33.785+0200" +2025-07-11T09:00:33.793+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T09:00:33.793+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.793+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.798+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5"] +2025-07-11T09:00:33.798+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 pid=976169 +2025-07-11T09:00:33.798+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 +2025-07-11T09:00:33.817+0200 [INFO] provider.terraform-provider-kubernetes_v2.31.0_x5: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.817+0200" +2025-07-11T09:00:33.826+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: plugin address: address=/tmp/plugin3635141393 network=unix timestamp="2025-07-11T09:00:33.825+0200" +2025-07-11T09:00:33.826+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T09:00:33.833+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:33.834+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=975904 +2025-07-11T09:00:33.834+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:33.834+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:33.835+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/linux_amd64/terraform-provider-random_v3.7.2_x5 id=975864 +2025-07-11T09:00:33.835+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:33.836+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:33.837+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=975936 +2025-07-11T09:00:33.837+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:33.838+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:33.840+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=975917 +2025-07-11T09:00:33.840+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:33.840+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:33.841+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=975950 +2025-07-11T09:00:33.841+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:33.841+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.841+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.842+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:33 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T09:00:33.842+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:33 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T09:00:33.842+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" tf_provider_addr=registry.terraform.io/hashicorp/helm @module=helm tf_req_id=41d57dc8-d581-d224-8ceb-2a7b6f1c0165 tf_rpc=ConfigureProvider timestamp="2025-07-11T09:00:33.842+0200" +2025-07-11T09:00:33.842+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @module=helm tf_rpc=ConfigureProvider settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=41d57dc8-d581-d224-8ceb-2a7b6f1c0165 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 timestamp="2025-07-11T09:00:33.842+0200" +2025-07-11T09:00:33.842+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=41d57dc8-d581-d224-8ceb-2a7b6f1c0165 tf_rpc=ConfigureProvider timestamp="2025-07-11T09:00:33.842+0200" +2025-07-11T09:00:33.846+0200 [DEBUG] provider: starting plugin: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 args=["/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2"] +2025-07-11T09:00:33.846+0200 [DEBUG] provider: plugin started: path=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 pid=976187 +2025-07-11T09:00:33.846+0200 [DEBUG] provider: waiting for RPC address: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 +2025-07-11T09:00:33.859+0200 [INFO] provider.terraform-provider-helm_v3.0.2: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.859+0200" +2025-07-11T09:00:33.872+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T09:00:33.872+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: plugin address: address=/tmp/plugin1996815516 network=unix timestamp="2025-07-11T09:00:33.872+0200" +2025-07-11T09:00:33.880+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:33.882+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=976083 +2025-07-11T09:00:33.882+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:33.882+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:33.884+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=976096 +2025-07-11T09:00:33.884+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:33.884+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:33.885+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/linux_amd64/terraform-provider-null_v3.2.4_x5 id=975855 +2025-07-11T09:00:33.885+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:33.886+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:33.887+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=976125 +2025-07-11T09:00:33.887+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:33.887+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:33.888+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=976112 +2025-07-11T09:00:33.888+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:33.888+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:33.889+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=975984 +2025-07-11T09:00:33.889+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:33.889+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.889+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.894+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 args=[".terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0"] +2025-07-11T09:00:33.894+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 pid=976205 +2025-07-11T09:00:33.894+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 +2025-07-11T09:00:33.901+0200 [INFO] provider.terraform-provider-minio_v3.3.0: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.901+0200" +2025-07-11T09:00:33.928+0200 [DEBUG] provider: using plugin: version=5 +2025-07-11T09:00:33.928+0200 [DEBUG] provider.terraform-provider-minio_v3.3.0: plugin address: address=/tmp/plugin3619757369 network=unix timestamp="2025-07-11T09:00:33.928+0200" +2025-07-11T09:00:33.941+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T09:00:33.942+0200 [WARN] ValidateProviderConfig from "module.tenant-365zon.module.minio.provider[\"registry.terraform.io/aminueza/minio\"]" changed the config value, but that value is unused +2025-07-11T09:00:33.942+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:33 [DEBUG] Enabling HTTP requests/responses tracing +2025-07-11T09:00:33.943+0200 [INFO] provider.terraform-provider-minio_v3.3.0: 2025/07/11 09:00:33 [DEBUG] MinIO SSL client transport configured successfully: timestamp="2025-07-11T09:00:33.943+0200" +2025-07-11T09:00:33.943+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for module.monitoring.kubernetes_namespace.monitoring, 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: + - .wait_for_default_service_account: planned value cty.False for a non-computed attribute + - .metadata[0].annotations: planned value cty.MapValEmpty(cty.String) for a non-computed attribute + - .metadata[0].generate_name: planned value cty.StringVal("") for a non-computed attribute + - .metadata[0].labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute +2025-07-11T09:00:33.943+0200 [INFO] Starting apply for module.monitoring.kubernetes_namespace.monitoring +2025-07-11T09:00:33.943+0200 [DEBUG] module.monitoring.kubernetes_namespace.monitoring: applying the planned Update change +2025-07-11T09:00:33.944+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:33.944+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Config values after overrides: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2e3555e3-a6e1-3911-7a30-1f74281c2485 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:465 @module=helm config="map[BurstLimit:map[] Debug:map[] Experiments: HelmDriver:map[] Kubernetes:map[] PluginsPath:map[] Registries:map[] RegistryConfigPath:map[] RepositoryCache:map[] RepositoryConfigPath:map[]]" timestamp="2025-07-11T09:00:33.944+0200" +2025-07-11T09:00:33.944+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings initialized: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:483 settings="map[BurstLimit:100 Debug:false KubeAPIServer: KubeAsGroups: KubeAsUser: KubeCaFile: KubeConfig: KubeContext: KubeInsecureSkipTLSVerify:false KubeTLSServerName: KubeToken: MaxHistory:10 PluginsDirectory:/home/lamelos/.local/share/helm/plugins QPS:0 RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryCache:/home/lamelos/.cache/helm/repository RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml]" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=2e3555e3-a6e1-3911-7a30-1f74281c2485 tf_rpc=ConfigureProvider @module=helm timestamp="2025-07-11T09:00:33.944+0200" +2025-07-11T09:00:33.944+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configure method completed successfully: tf_req_id=2e3555e3-a6e1-3911-7a30-1f74281c2485 tf_rpc=ConfigureProvider @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/provider.go:612 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:00:33.944+0200" +2025-07-11T09:00:33.945+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:33 [INFO] Updating namespace: [{"path":"/metadata/annotations/lifecycle.cattle.io~1create.namespace-auth","op":"remove"} {"path":"/metadata/annotations/cattle.io~1status","op":"remove"}] +2025-07-11T09:00:33.945+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_trans_id=5924b329-57a4-2d29-7b68-c1a198705d79 Content-Length=156 Content-Type="application/json-patch+json" Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/monitoring Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_method=PATCH tf_http_op_type=request @module=kubernetes.Kubernetes new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Accept="application/json, */*" Accept-Encoding=gzip tf_http_req_body="[{\"path\":\"/metadata/annotations/lifecycle.cattle.io~1create.namespace-auth\",\"op\":\"remove\"},{\"path\":\"/metadata/annotations/cattle.io~1status\",\"op\":\"remove\"}]" tf_http_req_version=HTTP/1.1 timestamp="2025-07-11T09:00:33.945+0200" +2025-07-11T09:00:33.946+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=976157 +2025-07-11T09:00:33.946+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:33.946+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:33.947+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=976169 +2025-07-11T09:00:33.947+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:33.948+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:33.948+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.3/linux_amd64/terraform-provider-local_v2.5.3_x5 id=975896 +2025-07-11T09:00:33.948+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:33.949+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:33.950+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/aminueza/minio/3.3.0/linux_amd64/terraform-provider-minio_v3.3.0 id=976205 +2025-07-11T09:00:33.950+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:33.950+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.950+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.954+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T09:00:33.954+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=976238 +2025-07-11T09:00:33.954+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T09:00:33.962+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T09:00:33.962+0200" +2025-07-11T09:00:33.974+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T09:00:33.974+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin535976185 network=unix timestamp="2025-07-11T09:00:33.974+0200" +2025-07-11T09:00:33.982+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:33.984+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=976187 +2025-07-11T09:00:33.984+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:33.984+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:33.985+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=976021 +2025-07-11T09:00:33.985+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:33.986+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:33.987+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=976051 +2025-07-11T09:00:33.987+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:33.987+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:33.988+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=976035 +2025-07-11T09:00:33.988+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:33.988+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:33.988+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:33.993+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T09:00:33.993+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=976252 +2025-07-11T09:00:33.993+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T09:00:34.001+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T09:00:34.001+0200" +2025-07-11T09:00:34.013+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T09:00:34.013+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin642024314 network=unix timestamp="2025-07-11T09:00:34.013+0200" +2025-07-11T09:00:34.021+0200 [DEBUG] created provider logger: level=debug +2025-07-11T09:00:34.021+0200 [INFO] provider: configuring client automatic mTLS +2025-07-11T09:00:34.025+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 args=[".terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2"] +2025-07-11T09:00:34.026+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 pid=976266 +2025-07-11T09:00:34.026+0200 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 +2025-07-11T09:00:34.034+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: configuring server automatic mTLS: timestamp="2025-07-11T09:00:34.034+0200" +2025-07-11T09:00:34.045+0200 [DEBUG] provider: using plugin: version=6 +2025-07-11T09:00:34.045+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: plugin address: address=/tmp/plugin2996427298 network=unix timestamp="2025-07-11T09:00:34.045+0200" +2025-07-11T09:00:34.060+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=port tf_req_id=d3603cde-9f4d-94f2-2c4e-3bee994a04a4 timestamp="2025-07-11T09:00:34.060+0200" +2025-07-11T09:00:34.060+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=port tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=d3603cde-9f4d-94f2-2c4e-3bee994a04a4 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T09:00:34.060+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=d3603cde-9f4d-94f2-2c4e-3bee994a04a4 tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T09:00:34.060+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=domain @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=d3603cde-9f4d-94f2-2c4e-3bee994a04a4 timestamp="2025-07-11T09:00:34.060+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_req_id=d3603cde-9f4d-94f2-2c4e-3bee994a04a4 @module=sdk.framework tf_attribute_path=insecure timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=insecure tf_mux_provider="*proto6server.Server" tf_req_id=d3603cde-9f4d-94f2-2c4e-3bee994a04a4 timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=token @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=d3603cde-9f4d-94f2-2c4e-3bee994a04a4 timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_req_id=d3603cde-9f4d-94f2-2c4e-3bee994a04a4 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=token tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=jwt_profile_file tf_req_id=d3603cde-9f4d-94f2-2c4e-3bee994a04a4 timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=d3603cde-9f4d-94f2-2c4e-3bee994a04a4 timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=jwt_profile_json tf_req_id=d3603cde-9f4d-94f2-2c4e-3bee994a04a4 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=d3603cde-9f4d-94f2-2c4e-3bee994a04a4 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=jwt_profile_json timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=6d1b22bc-53bc-ecdd-a28d-4cefa1dfe0bd @module=sdk.framework tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_req_id=6d1b22bc-53bc-ecdd-a28d-4cefa1dfe0bd @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_req_id=6d1b22bc-53bc-ecdd-a28d-4cefa1dfe0bd @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=6d1b22bc-53bc-ecdd-a28d-4cefa1dfe0bd timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_rpc=ValidateProviderConfig tf_attribute_path=jwt_profile_json tf_req_id=6d1b22bc-53bc-ecdd-a28d-4cefa1dfe0bd @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=jwt_profile_json tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=6d1b22bc-53bc-ecdd-a28d-4cefa1dfe0bd tf_rpc=ValidateProviderConfig @module=sdk.framework tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_req_id=6d1b22bc-53bc-ecdd-a28d-4cefa1dfe0bd @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=port tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_req_id=6d1b22bc-53bc-ecdd-a28d-4cefa1dfe0bd tf_rpc=ValidateProviderConfig tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=6d1b22bc-53bc-ecdd-a28d-4cefa1dfe0bd @module=sdk.framework tf_attribute_path=domain tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=domain tf_rpc=ValidateProviderConfig @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=6d1b22bc-53bc-ecdd-a28d-4cefa1dfe0bd timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=insecure tf_req_id=6d1b22bc-53bc-ecdd-a28d-4cefa1dfe0bd @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_mux_provider="*proto6server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=insecure tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=6d1b22bc-53bc-ecdd-a28d-4cefa1dfe0bd tf_rpc=ValidateProviderConfig timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=a67e45b4-312c-a5de-7db3-882a9c424e4e tf_rpc=ConfigureProvider tf_mux_provider="*proto6server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:12 timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Provider Configure: tf_mux_provider="*proto6server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:20 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=a67e45b4-312c-a5de-7db3-882a9c424e4e tf_rpc=ConfigureProvider @module=sdk.framework timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Provider Configure: tf_mux_provider="*proto6server.Server" tf_req_id=f7ace637-0ca1-9959-bbc2-2fc6780c7987 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:12 @module=sdk.framework tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.061+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Provider Configure: @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:20 tf_req_id=f7ace637-0ca1-9959-bbc2-2fc6780c7987 tf_rpc=ConfigureProvider timestamp="2025-07-11T09:00:34.061+0200" +2025-07-11T09:00:34.062+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:34.062+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=port tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_req_id=1d8b6378-c901-fb9a-2d2e-70b52cdc3323 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T09:00:34.062+0200" +2025-07-11T09:00:34.062+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=port tf_rpc=ValidateProviderConfig tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=1d8b6378-c901-fb9a-2d2e-70b52cdc3323 timestamp="2025-07-11T09:00:34.062+0200" +2025-07-11T09:00:34.062+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_attribute_path=domain tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=1d8b6378-c901-fb9a-2d2e-70b52cdc3323 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_mux_provider="*proto6server.Server" timestamp="2025-07-11T09:00:34.062+0200" +2025-07-11T09:00:34.062+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=domain tf_mux_provider="*proto6server.Server" tf_req_id=1d8b6378-c901-fb9a-2d2e-70b52cdc3323 timestamp="2025-07-11T09:00:34.062+0200" +2025-07-11T09:00:34.062+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=insecure tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 tf_req_id=1d8b6378-c901-fb9a-2d2e-70b52cdc3323 timestamp="2025-07-11T09:00:34.062+0200" +2025-07-11T09:00:34.062+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=insecure tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=1d8b6378-c901-fb9a-2d2e-70b52cdc3323 tf_rpc=ValidateProviderConfig @module=sdk.framework timestamp="2025-07-11T09:00:34.062+0200" +2025-07-11T09:00:34.062+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_req_id=1d8b6378-c901-fb9a-2d2e-70b52cdc3323 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=token tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig tf_provider_addr=registry.terraform.io/zitadel/zitadel timestamp="2025-07-11T09:00:34.062+0200" +2025-07-11T09:00:34.062+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: tf_attribute_path=token tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=1d8b6378-c901-fb9a-2d2e-70b52cdc3323 tf_mux_provider="*proto6server.Server" tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp="2025-07-11T09:00:34.062+0200" +2025-07-11T09:00:34.062+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_rpc=ValidateProviderConfig tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=1d8b6378-c901-fb9a-2d2e-70b52cdc3323 timestamp="2025-07-11T09:00:34.062+0200" +2025-07-11T09:00:34.062+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=jwt_profile_file tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=1d8b6378-c901-fb9a-2d2e-70b52cdc3323 @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T09:00:34.062+0200" +2025-07-11T09:00:34.062+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Type Validate: tf_mux_provider="*proto6server.Server" tf_attribute_path=jwt_profile_json tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=1d8b6378-c901-fb9a-2d2e-70b52cdc3323 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework timestamp="2025-07-11T09:00:34.062+0200" +2025-07-11T09:00:34.063+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=jwt_profile_json tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=1d8b6378-c901-fb9a-2d2e-70b52cdc3323 tf_rpc=ValidateProviderConfig timestamp="2025-07-11T09:00:34.062+0200" +2025-07-11T09:00:34.063+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=976266 +2025-07-11T09:00:34.063+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:34.064+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Calling provider defined Provider Configure: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:12 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_rpc=ConfigureProvider @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_req_id=7d3c59c1-ccc4-5ea4-f17a-dc71e3af0454 timestamp="2025-07-11T09:00:34.064+0200" +2025-07-11T09:00:34.064+0200 [DEBUG] provider.terraform-provider-zitadel_v2.0.2: Called provider defined Provider Configure: @caller=github.com/hashicorp/terraform-plugin-framework@v0.15.0/internal/fwserver/server_configureprovider.go:20 @module=sdk.framework tf_mux_provider="*proto6server.Server" tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_req_id=7d3c59c1-ccc4-5ea4-f17a-dc71e3af0454 tf_rpc=ConfigureProvider timestamp="2025-07-11T09:00:34.064+0200" +2025-07-11T09:00:34.065+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:34.066+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/external/2.3.5/linux_amd64/terraform-provider-external_v2.3.5_x5 id=975888 +2025-07-11T09:00:34.066+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:34.066+0200 [INFO] Starting apply for module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default +2025-07-11T09:00:34.066+0200 [DEBUG] module.zitadel-argocd.module.zitadel_project_user_grant.zitadel_user_grant.default: applying the planned Create change +2025-07-11T09:00:34.067+0200 [INFO] provider.terraform-provider-zitadel_v2.0.2: started create: tf_req_id=270ca010-2baa-b4e3-12ac-c9b7c1e06c6c @caller=github.com/zitadel/terraform-provider-zitadel/v2/zitadel/user_grant/funcs.go:62 tf_provider_addr=registry.terraform.io/zitadel/zitadel tf_resource_type=zitadel_user_grant tf_rpc=ApplyResourceChange @module=zitadel tf_mux_provider=tf5to6server.v5tov6Server timestamp="2025-07-11T09:00:34.067+0200" +2025-07-11T09:00:34.070+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:34.072+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=976140 +2025-07-11T09:00:34.072+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:34.072+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:34.073+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=976252 +2025-07-11T09:00:34.073+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:34.110+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_res_version=HTTP/2.0 tf_http_trans_id=5924b329-57a4-2d29-7b68-c1a198705d79 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Content-Type=application/json X-Api-Cattle-Auth=true X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"monitoring","uid":"4e752f54-5f50-4c50-9f26-9b0bc0d1b794","resourceVersion":"109682206","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"monitoring"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:58:48Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + Audit-Id=20824672-7b4d-4a41-8725-83ed51b4f68d Content-Length=794 Date="Fri, 11 Jul 2025 07:00:34 GMT" @module=kubernetes.Kubernetes tf_http_res_status_reason="200 OK" Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response tf_http_res_status_code=200 timestamp="2025-07-11T09:00:34.110+0200" +2025-07-11T09:00:34.110+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:34 [INFO] Submitted updated namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"monitoring", GenerateName:"", Namespace:"", SelfLink:"", UID:"4e752f54-5f50-4c50-9f26-9b0bc0d1b794", ResourceVersion:"109682206", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"monitoring"}, Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000d6f8d8), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 58, 48, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000d6f908), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T09:00:34.110+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:34 [INFO] Checking namespace monitoring +2025-07-11T09:00:34.110+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" tf_http_req_body="" tf_http_req_method=GET tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/monitoring @module=kubernetes.Kubernetes Accept="application/json, */*" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_req_version=HTTP/1.1 Accept-Encoding=gzip Host=rancher.bridge.fourlights.dev tf_http_op_type=request tf_http_trans_id=f96adb08-781d-d579-f28e-cfc0df722ad0 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 User-Agent="HashiCorp/1.0 Terraform/1.12.1" timestamp="2025-07-11T09:00:34.110+0200" +2025-07-11T09:00:34.163+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: Date="Fri, 11 Jul 2025 07:00:34 GMT" tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] Content-Length=1113 X-Api-Cattle-Auth=true X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 tf_http_op_type=response tf_http_trans_id=f96adb08-781d-d579-f28e-cfc0df722ad0 X-Content-Type-Options=nosniff X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"monitoring","uid":"4e752f54-5f50-4c50-9f26-9b0bc0d1b794","resourceVersion":"109682209","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"monitoring"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T07:00:35Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T07:00:34Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + tf_http_res_status_code=200 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=2e989df0-0654-416e-8fc4-4db5eb16e4a9 Content-Type=application/json timestamp="2025-07-11T09:00:34.163+0200" +2025-07-11T09:00:34.163+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:34 [INFO] Namespace monitoring exists +2025-07-11T09:00:34.164+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:34 [INFO] Reading namespace monitoring +2025-07-11T09:00:34.164+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Sending HTTP Request: tf_http_trans_id=49e9fa2f-1580-c5ef-e625-a3088c913ec7 @module=kubernetes.Kubernetes tf_http_op_type=request tf_http_req_version=HTTP/1.1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 tf_http_req_method=GET tf_http_req_uri=/k8s/clusters/c-m-fh8pgmtb/api/v1/namespaces/monitoring Accept-Encoding=gzip Authorization="Bearer kubeconfig-user-9slw5k78ws:dvh4q8rn5d6w9tqc5vpl6mnnr8p9b7pxzjn9n6sxmxqqnhpqc54dzz" Host=rancher.bridge.fourlights.dev User-Agent="HashiCorp/1.0 Terraform/1.12.1" new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." Accept="application/json, */*" tf_http_req_body="" timestamp="2025-07-11T09:00:34.164+0200" +2025-07-11T09:00:34.207+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: Received HTTP Response: tf_http_res_status_reason="200 OK" tf_http_res_version=HTTP/2.0 X-Api-Cattle-Auth=true @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/logging/logging_http_transport.go:160 Audit-Id=16a4c42e-59c7-4754-b7bf-9b8c3844cde9 Content-Length=1231 Content-Type=application/json tf_http_res_status_code=200 tf_http_trans_id=49e9fa2f-1580-c5ef-e625-a3088c913ec7 X-Kubernetes-Pf-Flowschema-Uid=460c7495-3ce6-429e-8fa8-1b3acec16349 + tf_http_res_body= + | {"kind":"Namespace","apiVersion":"v1","metadata":{"name":"monitoring","uid":"4e752f54-5f50-4c50-9f26-9b0bc0d1b794","resourceVersion":"109682210","creationTimestamp":"2025-07-11T06:29:15Z","labels":{"kubernetes.io/metadata.name":"monitoring"},"annotations":{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T07:00:35Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T07:00:35Z\"}]}","lifecycle.cattle.io/create.namespace-auth":"true"},"finalizers":["controller.cattle.io/namespace-auth"],"managedFields":[{"manager":"HashiCorp","operation":"Update","apiVersion":"v1","time":"2025-07-11T06:29:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"rancher","operation":"Update","apiVersion":"v1","time":"2025-07-11T07:00:34Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cattle.io/status":{},"f:lifecycle.cattle.io/create.namespace-auth":{}},"f:finalizers":{".":{},"v:\"controller.cattle.io/namespace-auth\"":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}} + X-Kubernetes-Pf-Prioritylevel-Uid=fed038e6-ad6b-4cb7-b030-69721b411f37 @module=kubernetes.Kubernetes Cache-Control=["no-cache, no-store, must-revalidate", "no-cache, private"] new_logger_warning="This log was generated by a subsystem logger that wasn't created before being used. Use tflog.NewSubsystem to create this logger before it is used." tf_http_op_type=response Date="Fri, 11 Jul 2025 07:00:34 GMT" X-Content-Type-Options=nosniff timestamp="2025-07-11T09:00:34.207+0200" +2025-07-11T09:00:34.207+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.31.0_x5: 2025/07/11 09:00:34 [INFO] Received namespace: &v1.Namespace{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"monitoring", GenerateName:"", Namespace:"", SelfLink:"", UID:"4e752f54-5f50-4c50-9f26-9b0bc0d1b794", ResourceVersion:"109682210", Generation:0, CreationTimestamp:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"kubernetes.io/metadata.name":"monitoring"}, Annotations:map[string]string{"cattle.io/status":"{\"Conditions\":[{\"Type\":\"ResourceQuotaInit\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T07:00:35Z\"},{\"Type\":\"InitialRolesPopulated\",\"Status\":\"True\",\"Message\":\"\",\"LastUpdateTime\":\"2025-07-11T07:00:35Z\"}]}", "lifecycle.cattle.io/create.namespace-auth":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string{"controller.cattle.io/namespace-auth"}, ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 8, 29, 15, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000c1ac00), Subresource:""}, v1.ManagedFieldsEntry{Manager:"rancher", Operation:"Update", APIVersion:"v1", Time:time.Date(2025, time.July, 11, 9, 0, 34, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc000c1ac30), Subresource:""}}}, Spec:v1.NamespaceSpec{Finalizers:[]v1.FinalizerName{"kubernetes"}}, Status:v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)}} +2025-07-11T09:00:34.207+0200 [WARN] Provider "module.monitoring.provider[\"registry.terraform.io/hashicorp/kubernetes\"]" produced an unexpected new value for module.monitoring.kubernetes_namespace.monitoring, 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: + - .metadata[0].resource_version: was cty.StringVal("109681461"), but now cty.StringVal("109682210") + - .metadata[0].annotations: new element "cattle.io/status" has appeared + - .metadata[0].annotations: new element "lifecycle.cattle.io/create.namespace-auth" has appeared +2025-07-11T09:00:34.208+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T09:00:34.208+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:34.210+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.31.0/linux_amd64/terraform-provider-kubernetes_v2.31.0_x5 id=976003 +2025-07-11T09:00:34.210+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:38.003+0200 [DEBUG] State storage *remote.State declined to persist a state snapshot +2025-07-11T09:00:38.004+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:00:38.006+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/zitadel/zitadel/2.0.2/linux_amd64/terraform-provider-zitadel_v2.0.2 id=976238 +2025-07-11T09:00:38.006+0200 [DEBUG] provider: plugin exited +2025-07-11T09:00:38.006+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T09:00:38.007+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000000b60 Settings:0xc0006e2360 RegistryClient:0xc00078bd80 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=275f9429-94cd-98d4-3779-13b80e792ddd tf_resource_type=helm_release tf_rpc=ValidateResourceConfig timestamp="2025-07-11T09:00:38.007+0200" +2025-07-11T09:00:38.010+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000000b60 Settings:0xc0006e2360 RegistryClient:0xc00078bd80 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_req_id=8f1b190f-5241-f7d7-7463-dadad3c802b8 tf_resource_type=helm_release timestamp="2025-07-11T09:00:38.010+0200" +2025-07-11T09:00:38.011+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=8f1b190f-5241-f7d7-7463-dadad3c802b8 tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:250 @module=sdk.framework timestamp="2025-07-11T09:00:38.011+0200" +2025-07-11T09:00:38.011+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_req_id=8f1b190f-5241-f7d7-7463-dadad3c802b8 tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"metadata\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T09:00:38.011+0200" +2025-07-11T09:00:38.011+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"id\")" tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8f1b190f-5241-f7d7-7463-dadad3c802b8 tf_resource_type=helm_release timestamp="2025-07-11T09:00:38.011+0200" +2025-07-11T09:00:38.011+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"manifest\")" tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8f1b190f-5241-f7d7-7463-dadad3c802b8 tf_resource_type=helm_release timestamp="2025-07-11T09:00:38.011+0200" +2025-07-11T09:00:38.011+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_attribute_path="AttributeName(\"status\")" tf_req_id=8f1b190f-5241-f7d7-7463-dadad3c802b8 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T09:00:38.011+0200" +2025-07-11T09:00:38.014+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"argo-cd" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID: Keyring: Lint:false Manifest: MaxHistory:0 Metadata: Name:"argocd" Namespace:"argocd" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive:[{"name":"config.secret.argocdServerAdminPassword","type":,"value":"3w=tr!042qbxD7d?22Ayj(WFW6qRi@N)yRUJ8KQ:eEDAStFZ"}] SkipCrds:false Status: Timeout:300 Values:[""] Verify:false Version:"7.0.20" Wait:true WaitForJobs:true}: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange tf_req_id=8f1b190f-5241-f7d7-7463-dadad3c802b8 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 @module=helm timestamp="2025-07-11T09:00:38.014+0200" +2025-07-11T09:00:38.014+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: : tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8f1b190f-5241-f7d7-7463-dadad3c802b8 tf_resource_type=helm_release timestamp="2025-07-11T09:00:38.014+0200" +2025-07-11T09:00:38.014+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Start: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8f1b190f-5241-f7d7-7463-dadad3c802b8 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 timestamp="2025-07-11T09:00:38.014+0200" +2025-07-11T09:00:38.014+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @module=helm tf_rpc=PlanResourceChange KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8f1b190f-5241-f7d7-7463-dadad3c802b8 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 timestamp="2025-07-11T09:00:38.014+0200" +2025-07-11T09:00:38.014+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: configPaths=[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8f1b190f-5241-f7d7-7463-dadad3c802b8 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm tf_rpc=PlanResourceChange timestamp="2025-07-11T09:00:38.014+0200" +2025-07-11T09:00:38.014+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_req_id=8f1b190f-5241-f7d7-7463-dadad3c802b8 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:00:38.014+0200" +2025-07-11T09:00:38.015+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Initial Values: Name=argocd, Namespace=argocd, Repository=https://charts.bitnami.com/bitnami, Repository_Username=, Repository_Password=, Chart=argo-cd: tf_req_id=8f1b190f-5241-f7d7-7463-dadad3c802b8 tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 @module=helm timestamp="2025-07-11T09:00:38.014+0200" +2025-07-11T09:00:38.015+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Metadata has changes, setting to unknown: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1799 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8f1b190f-5241-f7d7-7463-dadad3c802b8 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T09:00:38.014+0200" +2025-07-11T09:00:38.015+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc0006e2480 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: tf_rpc=PlanResourceChange @module=helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8f1b190f-5241-f7d7-7463-dadad3c802b8 timestamp="2025-07-11T09:00:38.014+0200" +2025-07-11T09:00:50.480+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Got chart: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8f1b190f-5241-f7d7-7463-dadad3c802b8 tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 tf_resource_type=helm_release timestamp="2025-07-11T09:00:50.480+0200" +2025-07-11T09:00:50.480+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: tf_req_id=8f1b190f-5241-f7d7-7463-dadad3c802b8 tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 timestamp="2025-07-11T09:00:50.480+0200" +2025-07-11T09:00:50.480+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Release validated: tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8f1b190f-5241-f7d7-7463-dadad3c802b8 tf_rpc=PlanResourceChange @module=helm timestamp="2025-07-11T09:00:50.480+0200" +2025-07-11T09:00:50.480+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: argocd] Done: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=8f1b190f-5241-f7d7-7463-dadad3c802b8 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 timestamp="2025-07-11T09:00:50.480+0200" +2025-07-11T09:00:50.481+0200 [INFO] Starting apply for module.argocd.helm_release.argocd +2025-07-11T09:00:50.481+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T09:00:50.481+0200 [DEBUG] module.argocd.helm_release.argocd: applying the planned Create change +2025-07-11T09:00:50.483+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc000000b60 Settings:0xc0006e2360 RegistryClient:0xc00078bd80 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ApplyResourceChange timestamp="2025-07-11T09:00:50.483+0200" +2025-07-11T09:00:50.483+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on Create: {Atomic:false Chart:"argo-cd" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID: Keyring: Lint:false Manifest: MaxHistory:0 Metadata: Name:"argocd" Namespace:"argocd" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://charts.bitnami.com/bitnami" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive:[{"name":"config.secret.argocdServerAdminPassword","type":,"value":"3w=tr!042qbxD7d?22Ayj(WFW6qRi@N)yRUJ8KQ:eEDAStFZ"}] SkipCrds:false Status:"deployed" Timeout:300 Values:[""] Verify:false Version:"7.0.20" Wait:true WaitForJobs:true}: tf_rpc=ApplyResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:724 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release timestamp="2025-07-11T09:00:50.483+0200" +2025-07-11T09:00:50.483+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 KubernetesData=map[] timestamp="2025-07-11T09:00:50.483+0200" +2025-07-11T09:00:50.483+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm configPaths=[] tf_resource_type=helm_release tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 timestamp="2025-07-11T09:00:50.483+0200" +2025-07-11T09:00:50.483+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @module=helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ApplyResourceChange timestamp="2025-07-11T09:00:50.483+0200" +2025-07-11T09:00:50.484+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc0006e2480 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:00:50.483+0200" +2025-07-11T09:00:55.092+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release tf_rpc=ApplyResourceChange timestamp="2025-07-11T09:00:55.092+0200" +2025-07-11T09:00:55.092+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Processing Set_list attribute: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1336 timestamp="2025-07-11T09:00:55.092+0200" +2025-07-11T09:00:55.092+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Processing Set_Sensitive attribute: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1358 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release tf_rpc=ApplyResourceChange timestamp="2025-07-11T09:00:55.092+0200" +2025-07-11T09:00:55.092+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Processing Set_Sensitive element at index 0: {"config.secret.argocdServerAdminPassword" "3w=tr!042qbxD7d?22Ayj(WFW6qRi@N)yRUJ8KQ:eEDAStFZ"}: tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1368 @module=helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:00:55.092+0200" +2025-07-11T09:00:55.092+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Final merged values: map[config:map[secret:map[argocdServerAdminPassword:3w=tr!042qbxD7d?22Ayj(WFW6qRi@N)yRUJ8KQ:eEDAStFZ]]]: tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1378 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ApplyResourceChange timestamp="2025-07-11T09:00:55.092+0200" +2025-07-11T09:00:55.092+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: ---[ values.yaml ]----------------------------------- +config: + secret: + argocdServerAdminPassword: (sensitive value) + +: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1457 tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 timestamp="2025-07-11T09:00:55.092+0200" +2025-07-11T09:02:34.843+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"2.12.6","chart":"argo-cd","first_deployed":1752217258,"last_deployed":1752217258,"name":"argocd","namespace":"argocd","notes":"CHART NAME: redis\nCHART VERSION: 20.2.1\nAPP VERSION: 7.4.1\n\n** Please be patient while the chart is being deployed **\n\nRedis® can be accessed via port 6379 on the following DNS name from within your cluster:\n\n argocd-redis-master.argocd.svc.cluster.local\n\n\n\nTo get your password run:\n\n export REDIS_PASSWORD=$(kubectl get secret --namespace argocd argocd-redis -o jsonpath=\"{.data.redis-password}\" | base64 -d)\n\nTo connect to your Redis® server:\n\n1. Run a Redis® pod that you can use as a client:\n\n kubectl run --namespace argocd redis-client --restart='Never' --env REDIS_PASSWORD=$REDIS_PASSWORD --image docker.io/bitnami/redis:7.4.1-debian-12-r0 --command -- sleep infinity\n\n Use the following command to attach to the pod:\n\n kubectl exec --tty -i redis-client \\\n --namespace argocd -- bash\n\n2. Connect using the Redis® CLI:\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h argocd-redis-master\n\nTo connect to your database from outside the cluster execute the following commands:\n\n kubectl port-forward --namespace argocd svc/argocd-redis-master 6379:6379 &\n REDISCLI_AUTH=\"$REDIS_PASSWORD\" redis-cli -h 127.0.0.1 -p 6379\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - replica.resources\n - master.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/\nCHART NAME: argo-cd\nCHART VERSION: 7.0.20\nAPP VERSION: 2.12.6\n\n** Please be patient while the chart is being deployed **\n\n1. Access your Argo CD installation:\n Execute the following commands:\n\n kubectl port-forward --namespace argocd svc/argocd-argo-cd-server 8080:80 &\n export URL=http://127.0.0.1:8080/\n echo \"Argo CD URL: http://127.0.0.1:8080/\"\n\n2. Execute the following commands to obtain the Argo CD credentials:\n\n echo \"Username: \\\"admin\\\"\"\n echo \"Password: $(kubectl -n argocd get secret argocd-secret -o jsonpath=\"{.data.clearPassword}\" | base64 -d)\"\n\nWARNING: There are \"resources\" sections in the chart not set. Using \"resourcesPreset\" is not recommended for production. For production installations, please set the following values according to your workload needs:\n - controller.resources\n - repoServer.resources\n - server.resources\n+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/","revision":1,"values":"{\"config\":{\"secret\":{\"argocdServerAdminPassword\":\"(sensitive value)\"}}}","version":"7.0.20"}: tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_rpc=ApplyResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T09:02:34.843+0200" +2025-07-11T09:02:34.843+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange @module=sdk.framework tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=reset_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 timestamp="2025-07-11T09:02:34.843+0200" +2025-07-11T09:02:34.843+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_attribute_path=cleanup_on_fail timestamp="2025-07-11T09:02:34.843+0200" +2025-07-11T09:02:34.843+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=pass_credentials timestamp="2025-07-11T09:02:34.843+0200" +2025-07-11T09:02:34.843+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=create_namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release tf_rpc=ApplyResourceChange timestamp="2025-07-11T09:02:34.843+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_attribute_path=timeout tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=chart timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=values[0] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release tf_rpc=ApplyResourceChange timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ApplyResourceChange tf_attribute_path=values tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=wait_for_jobs tf_resource_type=helm_release tf_rpc=ApplyResourceChange timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=reuse_values tf_resource_type=helm_release tf_rpc=ApplyResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release tf_rpc=ApplyResourceChange tf_attribute_path=disable_webhooks tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=atomic tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release @module=sdk.framework tf_attribute_path=repository tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=replace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ApplyResourceChange tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release tf_rpc=ApplyResourceChange @module=sdk.framework @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=wait timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=namespace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release @module=sdk.framework tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_rpc=ApplyResourceChange timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=disable_crd_hooks @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release tf_rpc=ApplyResourceChange timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=lint tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_rpc=ApplyResourceChange tf_resource_type=helm_release timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=render_subchart_notes tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ApplyResourceChange @module=sdk.framework tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=verify tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @module=sdk.framework timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=force_update tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_attribute_path=max_history tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=status tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm @module=sdk.framework tf_attribute_path=disable_openapi_validation tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release tf_rpc=ApplyResourceChange timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=dependency_update tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=skip_crds tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ApplyResourceChange timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=recreate_pods tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release tf_rpc=ApplyResourceChange timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=version tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ApplyResourceChange timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=set_sensitive[0].value tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ApplyResourceChange tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=set_sensitive[0].name tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_rpc=ApplyResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_attribute_path=set_sensitive[0] tf_resource_type=helm_release tf_rpc=ApplyResourceChange timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.844+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=0e76e03d-e4fc-4ee3-de52-95cf4f439602 tf_resource_type=helm_release tf_rpc=ApplyResourceChange tf_attribute_path=set_sensitive tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:02:34.844+0200" +2025-07-11T09:02:34.846+0200 [DEBUG] states/remote: state read serial is: 45; serial is: 45 +2025-07-11T09:02:34.846+0200 [DEBUG] states/remote: state read lineage is: 8bb1bb78-c340-a09d-d7d3-bfdfbe0a740e; lineage is: 8bb1bb78-c340-a09d-d7d3-bfdfbe0a740e +2025-07-11T09:02:34.856+0200 [INFO] backend-s3: Uploading remote state: tf_backend.operation=Put tf_backend.req_id=f92a17dc-afe7-b00d-25b3-d85f73b38707 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T09:02:34.856+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=PutObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Put tf_backend.req_id=f92a17dc-afe7-b00d-25b3-d85f73b38707 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.method=PUT net.peer.name=storage.bridge.fourlights.dev http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 ft/s3-transfer m/G,Z" http.request_content_length=311907 http.request.header.x_amz_content_sha256=STREAMING-UNSIGNED-PAYLOAD-TRAILER http.request.header.x_amz_decoded_content_length=311825 http.request.body="[Redacted: 304.6 KB (311,907 bytes), Type: application/json]" http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate?x-id=PutObject http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;content-encoding;content-length;content-type;host;x-amz-content-sha256;x-amz-date;x-amz-decoded-content-length;x-amz-sdk-checksum-algorithm;x-amz-trailer, Signature=*****" http.request.header.accept_encoding=identity http.request.header.amz_sdk_invocation_id=f936785a-6919-432f-a154-fdd959113b4f http.request.header.x_amz_sdk_checksum_algorithm=SHA256 http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.content_type=application/json http.request.header.content_encoding=aws-chunked http.request.header.x_amz_trailer=x-amz-checksum-sha256 http.request.header.x_amz_date=20250711T070234Z +2025-07-11T09:02:35.631+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=PutObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Put tf_backend.req_id=f92a17dc-afe7-b00d-25b3-d85f73b38707 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.header.server=MinIO http.response.body="" http.status_code=200 http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.x_amz_checksum_sha256="ifh5ueeLuu1LE2C6YKQo1FLLleJWU9GoYKppFEt+ui4=" http.response.header.x_xss_protection="1; mode=block" http.response.header.x_content_type_options=nosniff http.duration=774 http.response.header.x_ratelimit_limit=57 http.response.header.date="Fri, 11 Jul 2025 07:02:35 GMT" http.response.header.x_ratelimit_remaining=57 http.response.header.etag="\"63abac05140f206982e4ca8897b64e98\"" http.response.header.x_amz_request_id=1851206698C72ABF http.response.header.accept_ranges=bytes http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" +2025-07-11T09:02:35.631+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:02:35.637+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=976069 +2025-07-11T09:02:35.637+0200 [DEBUG] provider: plugin exited +2025-07-11T09:02:35.637+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T09:02:35.639+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc00070e380 Settings:0xc000724240 RegistryClient:0xc000073a80 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_req_id=99ca593e-a416-e8f4-a3a6-0a33d18c9aef tf_rpc=ValidateResourceConfig timestamp="2025-07-11T09:02:35.639+0200" +2025-07-11T09:02:35.640+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc00070e380 Settings:0xc000724240 RegistryClient:0xc000073a80 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 tf_req_id=7b8508bf-1118-add9-d888-350943191ec1 tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:02:35.640+0200" +2025-07-11T09:02:35.642+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_req_id=7b8508bf-1118-add9-d888-350943191ec1 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:250 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T09:02:35.642+0200" +2025-07-11T09:02:35.642+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=7b8508bf-1118-add9-d888-350943191ec1 tf_rpc=PlanResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"manifest\")" tf_resource_type=helm_release timestamp="2025-07-11T09:02:35.642+0200" +2025-07-11T09:02:35.642+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"status\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=7b8508bf-1118-add9-d888-350943191ec1 tf_rpc=PlanResourceChange timestamp="2025-07-11T09:02:35.642+0200" +2025-07-11T09:02:35.642+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"id\")" tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=7b8508bf-1118-add9-d888-350943191ec1 tf_resource_type=helm_release timestamp="2025-07-11T09:02:35.642+0200" +2025-07-11T09:02:35.642+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: marking computed attribute that is null in the config as unknown: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"metadata\")" tf_req_id=7b8508bf-1118-add9-d888-350943191ec1 timestamp="2025-07-11T09:02:35.642+0200" +2025-07-11T09:02:35.645+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on ModifyPlan: {Atomic:false Chart:"kube-prometheus-stack" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID: Keyring: Lint:false Manifest: MaxHistory:0 Metadata: Name:"monitoring" Namespace:"monitoring" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://prometheus-community.github.io/helm-charts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status: Timeout:300 Values:["additionalPrometheusRulesMap:\n custom-app-rules:\n groups:\n - name: aspnetcore\n interval: 30s\n rules:\n - alert: HighRequestLatency\n expr: histogram_quantile(0.95, http_request_duration_seconds_bucket) > 0.5\n for: 5m\n labels:\n severity: warning\n annotations:\n summary: \"High request latency on {{ $labels.instance }}\"\n description: \"95th percentile latency is above 500ms (current value: {{ $value }}s)\"\n - alert: HighErrorRate\n expr: 'rate(http_requests_total{status=~\"5..\"}[5m]) > 0.05'\n for: 5m\n labels:\n severity: critical\n annotations:\n summary: \"High error rate on {{ $labels.instance }}\"\n description: \"Error rate is above 5% (current value: {{ $value }})\"\n \nprometheus:\n prometheusSpec:\n retention: 24h\n retentionSize: 10GB\n\n resources:\n requests:\n memory: 200Mi\n cpu: 100m\n limits:\n memory: 500Mi\n cpu: 500m\n\n # Remote write to VictoriaMetrics\n remoteWrite:\n - url: https://metrics.binarysunset.dev/api/v1/write\n basicAuth:\n username:\n name: prometheus-remote-write-auth\n key: username\n password:\n name: prometheus-remote-write-auth\n key: password\n writeRelabelConfigs:\n - sourceLabels: [\"__name__\"]\n regex: \"(up|kube_.*|container_.*|node_.*|http_.*|process_.*)\"\n action: keep\n\n # Remote read from VictoriaMetrics for old data\n remoteRead:\n - url: https://metrics.binarysunset.dev/api/v1/read\n basicAuth:\n username:\n name: prometheus-remote-write-auth\n key: username\n password:\n name: prometheus-remote-write-auth\n key: password\n readRecent: false # Only read data older than local retention\n\nalertmanager:\n enabled: true\n alertmanagerSpec:\n replicas: 1\n resources:\n requests:\n memory: 50Mi\n cpu: 10m\n limits:\n memory: 150Mi\n cpu: 100m\n retention: 24h\n\ngrafana:\n resources:\n requests:\n memory: 100Mi\n cpu: 50m\n limits:\n memory: 300Mi\n cpu: 200m\n persistence:\n enabled: true\n size: 1Gi\n adminUser: admin\n adminPassword: acf0vJ0XUVECnChUTU1u6WCBUeXXJVKB2qwpsWQH\n\nkubeStateMetrics:\n resources:\n requests:\n memory: 50Mi\n cpu: 10m\n limits:\n memory: 150Mi\n cpu: 100m\n\nnodeExporter:\n resources:\n requests:\n memory: 30Mi\n cpu: 10m\n limits:\n memory: 100Mi\n cpu: 100m\n\nprometheusOperator:\n resources:\n requests:\n memory: 100Mi\n cpu: 50m\n limits:\n memory: 300Mi\n cpu: 200m\n\ndefaultRules:\n create: true\n rules:\n alertmanager: true\n etcd: false\n general: true\n k8s: true\n kubernetesApps: true\n kubernetesResources: true\n kubernetesStorage: true\n kubernetesSystem: true\n node: true\n prometheus: true"] Verify:false Version:"75.9.0" Wait:true WaitForJobs:false}: tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1767 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=7b8508bf-1118-add9-d888-350943191ec1 timestamp="2025-07-11T09:02:35.645+0200" +2025-07-11T09:02:35.645+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Actual state on ModifyPlan: : @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1768 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange @module=helm tf_req_id=7b8508bf-1118-add9-d888-350943191ec1 timestamp="2025-07-11T09:02:35.645+0200" +2025-07-11T09:02:35.645+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Start: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=7b8508bf-1118-add9-d888-350943191ec1 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1771 timestamp="2025-07-11T09:02:35.645+0200" +2025-07-11T09:02:35.645+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 @module=helm KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=7b8508bf-1118-add9-d888-350943191ec1 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T09:02:35.645+0200" +2025-07-11T09:02:35.646+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: configPaths=[] tf_req_id=7b8508bf-1118-add9-d888-350943191ec1 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T09:02:35.646+0200" +2025-07-11T09:02:35.646+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=7b8508bf-1118-add9-d888-350943191ec1 tf_rpc=PlanResourceChange timestamp="2025-07-11T09:02:35.646+0200" +2025-07-11T09:02:35.646+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Initial Values: Name=monitoring, Namespace=monitoring, Repository=https://prometheus-community.github.io/helm-charts, Repository_Username=, Repository_Password=, Chart=kube-prometheus-stack: tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_req_id=7b8508bf-1118-add9-d888-350943191ec1 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1782 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:02:35.646+0200" +2025-07-11T09:02:35.646+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Metadata has changes, setting to unknown: tf_req_id=7b8508bf-1118-add9-d888-350943191ec1 tf_resource_type=helm_release tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1799 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:02:35.646+0200" +2025-07-11T09:02:35.646+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc000724360 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: tf_req_id=7b8508bf-1118-add9-d888-350943191ec1 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 @module=helm tf_resource_type=helm_release tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:02:35.646+0200" +2025-07-11T09:02:37.342+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Got chart: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=7b8508bf-1118-add9-d888-350943191ec1 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1830 tf_resource_type=helm_release tf_rpc=PlanResourceChange timestamp="2025-07-11T09:02:37.342+0200" +2025-07-11T09:02:37.342+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 tf_req_id=7b8508bf-1118-add9-d888-350943191ec1 tf_resource_type=helm_release @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange timestamp="2025-07-11T09:02:37.342+0200" +2025-07-11T09:02:37.342+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Release validated: tf_req_id=7b8508bf-1118-add9-d888-350943191ec1 tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=PlanResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1851 @module=helm timestamp="2025-07-11T09:02:37.342+0200" +2025-07-11T09:02:37.342+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: [resourceDiff: monitoring] Done: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:2023 @module=helm tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=7b8508bf-1118-add9-d888-350943191ec1 tf_resource_type=helm_release timestamp="2025-07-11T09:02:37.342+0200" +2025-07-11T09:02:37.343+0200 [INFO] Starting apply for module.monitoring.helm_release.kube_prometheus_stack +2025-07-11T09:02:37.343+0200 [DEBUG] skipping FixUpBlockAttrs +2025-07-11T09:02:37.344+0200 [DEBUG] module.monitoring.helm_release.kube_prometheus_stack: applying the planned Create change +2025-07-11T09:02:37.345+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Configured meta: &{providerData: Data:0xc00070e380 Settings:0xc000724240 RegistryClient:0xc000073a80 HelmDriver: Experiments:map[manifest:false] Mutex:{_:{} mu:{state:0 sema:0}}}: tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:670 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:02:37.345+0200" +2025-07-11T09:02:37.346+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Plan state on Create: {Atomic:false Chart:"kube-prometheus-stack" CleanupOnFail:false CreateNamespace:false DependencyUpdate:false Description: Devel: DisableCrdHooks:false DisableOpenapiValidation:false DisableWebhooks:false ForceUpdate:false ID: Keyring: Lint:false Manifest: MaxHistory:0 Metadata: Name:"monitoring" Namespace:"monitoring" PassCredentials:false PostRender: RecreatePods:false Replace:false RenderSubchartNotes:true Repository:"https://prometheus-community.github.io/helm-charts" RepositoryCaFile: RepositoryCertFile: RepositoryKeyFile: RepositoryPassword: RepositoryUsername: ResetValues:false ReuseValues:false SetWO: SetWORevision: Set: SetList: SetSensitive: SkipCrds:false Status:"deployed" Timeout:300 Values:["additionalPrometheusRulesMap:\n custom-app-rules:\n groups:\n - name: aspnetcore\n interval: 30s\n rules:\n - alert: HighRequestLatency\n expr: histogram_quantile(0.95, http_request_duration_seconds_bucket) > 0.5\n for: 5m\n labels:\n severity: warning\n annotations:\n summary: \"High request latency on {{ $labels.instance }}\"\n description: \"95th percentile latency is above 500ms (current value: {{ $value }}s)\"\n - alert: HighErrorRate\n expr: 'rate(http_requests_total{status=~\"5..\"}[5m]) > 0.05'\n for: 5m\n labels:\n severity: critical\n annotations:\n summary: \"High error rate on {{ $labels.instance }}\"\n description: \"Error rate is above 5% (current value: {{ $value }})\"\n \nprometheus:\n prometheusSpec:\n retention: 24h\n retentionSize: 10GB\n\n resources:\n requests:\n memory: 200Mi\n cpu: 100m\n limits:\n memory: 500Mi\n cpu: 500m\n\n # Remote write to VictoriaMetrics\n remoteWrite:\n - url: https://metrics.binarysunset.dev/api/v1/write\n basicAuth:\n username:\n name: prometheus-remote-write-auth\n key: username\n password:\n name: prometheus-remote-write-auth\n key: password\n writeRelabelConfigs:\n - sourceLabels: [\"__name__\"]\n regex: \"(up|kube_.*|container_.*|node_.*|http_.*|process_.*)\"\n action: keep\n\n # Remote read from VictoriaMetrics for old data\n remoteRead:\n - url: https://metrics.binarysunset.dev/api/v1/read\n basicAuth:\n username:\n name: prometheus-remote-write-auth\n key: username\n password:\n name: prometheus-remote-write-auth\n key: password\n readRecent: false # Only read data older than local retention\n\nalertmanager:\n enabled: true\n alertmanagerSpec:\n replicas: 1\n resources:\n requests:\n memory: 50Mi\n cpu: 10m\n limits:\n memory: 150Mi\n cpu: 100m\n retention: 24h\n\ngrafana:\n resources:\n requests:\n memory: 100Mi\n cpu: 50m\n limits:\n memory: 300Mi\n cpu: 200m\n persistence:\n enabled: true\n size: 1Gi\n adminUser: admin\n adminPassword: acf0vJ0XUVECnChUTU1u6WCBUeXXJVKB2qwpsWQH\n\nkubeStateMetrics:\n resources:\n requests:\n memory: 50Mi\n cpu: 10m\n limits:\n memory: 150Mi\n cpu: 100m\n\nnodeExporter:\n resources:\n requests:\n memory: 30Mi\n cpu: 10m\n limits:\n memory: 100Mi\n cpu: 100m\n\nprometheusOperator:\n resources:\n requests:\n memory: 100Mi\n cpu: 50m\n limits:\n memory: 300Mi\n cpu: 200m\n\ndefaultRules:\n create: true\n rules:\n alertmanager: true\n etcd: false\n general: true\n k8s: true\n kubernetesApps: true\n kubernetesResources: true\n kubernetesStorage: true\n kubernetesSystem: true\n node: true\n prometheus: true"] Verify:false Version:"75.9.0" Wait:true WaitForJobs:false}: tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:724 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 timestamp="2025-07-11T09:02:37.345+0200" +2025-07-11T09:02:37.346+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Raw Kubernetes Data before conversion: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:87 KubernetesData=map[] tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ApplyResourceChange @module=helm tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release timestamp="2025-07-11T09:02:37.346+0200" +2025-07-11T09:02:37.346+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Initial configPaths: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:116 tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 @module=helm configPaths=[] timestamp="2025-07-11T09:02:37.346+0200" +2025-07-11T09:02:37.346+0200 [INFO] provider.terraform-provider-helm_v3.0.2: Successfully initialized kubernetes config: tf_rpc=ApplyResourceChange tf_resource_type=helm_release @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/kubeconfig.go:227 @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 timestamp="2025-07-11T09:02:37.346+0200" +2025-07-11T09:02:37.346+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Helm settings: &{namespace: config:0xc000724360 KubeConfig: KubeContext: KubeToken: KubeAsUser: KubeAsGroups:[] KubeAPIServer: KubeCaFile: KubeInsecureSkipTLSVerify:false KubeTLSServerName: Debug:false RegistryConfig:/home/lamelos/.config/helm/registry/config.json RepositoryConfig:/home/lamelos/.config/helm/repositories.yaml RepositoryCache:/home/lamelos/.cache/helm/repository PluginsDirectory:/home/lamelos/.local/share/helm/plugins MaxHistory:10 BurstLimit:100 QPS:0}: @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1242 @module=helm tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release timestamp="2025-07-11T09:02:37.346+0200" +2025-07-11T09:02:38.530+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Chart dependencies are up to date.: tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1741 @module=helm timestamp="2025-07-11T09:02:38.530+0200" +2025-07-11T09:02:38.530+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Processing Set_list attribute: tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1336 @module=helm tf_resource_type=helm_release timestamp="2025-07-11T09:02:38.530+0200" +2025-07-11T09:02:38.531+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Final merged values: map[additionalPrometheusRulesMap:map[custom-app-rules:map[groups:[map[interval:30s name:aspnetcore rules:[map[alert:HighRequestLatency annotations:map[description:95th percentile latency is above 500ms (current value: {{ $value }}s) summary:High request latency on {{ $labels.instance }}] expr:histogram_quantile(0.95, http_request_duration_seconds_bucket) > 0.5 for:5m labels:map[severity:warning]] map[alert:HighErrorRate annotations:map[description:Error rate is above 5% (current value: {{ $value }}) summary:High error rate on {{ $labels.instance }}] expr:rate(http_requests_total{status=~"5.."}[5m]) > 0.05 for:5m labels:map[severity:critical]]]]]]] alertmanager:map[alertmanagerSpec:map[replicas:1 resources:map[limits:map[cpu:100m memory:150Mi] requests:map[cpu:10m memory:50Mi]] retention:24h] enabled:true] defaultRules:map[create:true rules:map[alertmanager:true etcd:false general:true k8s:true kubernetesApps:true kubernetesResources:true kubernetesStorage:true kubernetesSystem:true node:true prometheus:true]] grafana:map[adminPassword:acf0vJ0XUVECnChUTU1u6WCBUeXXJVKB2qwpsWQH adminUser:admin persistence:map[enabled:true size:1Gi] resources:map[limits:map[cpu:200m memory:300Mi] requests:map[cpu:50m memory:100Mi]]] kubeStateMetrics:map[resources:map[limits:map[cpu:100m memory:150Mi] requests:map[cpu:10m memory:50Mi]]] nodeExporter:map[resources:map[limits:map[cpu:100m memory:100Mi] requests:map[cpu:10m memory:30Mi]]] prometheus:map[prometheusSpec:map[remoteRead:[map[basicAuth:map[password:map[key:password name:prometheus-remote-write-auth] username:map[key:username name:prometheus-remote-write-auth]] readRecent:false url:https://metrics.binarysunset.dev/api/v1/read]] remoteWrite:[map[basicAuth:map[password:map[key:password name:prometheus-remote-write-auth] username:map[key:username name:prometheus-remote-write-auth]] url:https://metrics.binarysunset.dev/api/v1/write writeRelabelConfigs:[map[action:keep regex:(up|kube_.*|container_.*|node_.*|http_.*|process_.*) sourceLabels:[__name__]]]]] resources:map[limits:map[cpu:500m memory:500Mi] requests:map[cpu:100m memory:200Mi]] retention:24h retentionSize:10GB]] prometheusOperator:map[resources:map[limits:map[cpu:200m memory:300Mi] requests:map[cpu:50m memory:100Mi]]]]: tf_rpc=ApplyResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1378 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release @module=helm timestamp="2025-07-11T09:02:38.530+0200" +2025-07-11T09:02:38.531+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: ---[ values.yaml ]----------------------------------- +additionalPrometheusRulesMap: + custom-app-rules: + groups: + - interval: 30s + name: aspnetcore + rules: + - alert: HighRequestLatency + annotations: + description: '95th percentile latency is above 500ms (current value: {{ + $value }}s)' + summary: High request latency on {{ $labels.instance }} + expr: histogram_quantile(0.95, http_request_duration_seconds_bucket) > 0.5 + for: 5m + labels: + severity: warning + - alert: HighErrorRate + annotations: + description: 'Error rate is above 5% (current value: {{ $value }})' + summary: High error rate on {{ $labels.instance }} + expr: rate(http_requests_total{status=~"5.."}[5m]) > 0.05 + for: 5m + labels: + severity: critical +alertmanager: + alertmanagerSpec: + replicas: 1 + resources: + limits: + cpu: 100m + memory: 150Mi + requests: + cpu: 10m + memory: 50Mi + retention: 24h + enabled: true +defaultRules: + create: true + rules: + alertmanager: true + etcd: false + general: true + k8s: true + kubernetesApps: true + kubernetesResources: true + kubernetesStorage: true + kubernetesSystem: true + node: true + prometheus: true +grafana: + adminPassword: acf0vJ0XUVECnChUTU1u6WCBUeXXJVKB2qwpsWQH + adminUser: admin + persistence: + enabled: true + size: 1Gi + resources: + limits: + cpu: 200m + memory: 300Mi + requests: + cpu: 50m + memory: 100Mi +kubeStateMetrics: + resources: + limits: + cpu: 100m + memory: 150Mi + requests: + cpu: 10m + memory: 50Mi +nodeExporter: + resources: + limits: + cpu: 100m + memory: 100Mi + requests: + cpu: 10m + memory: 30Mi +prometheus: + prometheusSpec: + remoteRead: + - basicAuth: + password: + key: password + name: prometheus-remote-write-auth + username: + key: username + name: prometheus-remote-write-auth + readRecent: false + url: https://metrics.binarysunset.dev/api/v1/read + remoteWrite: + - basicAuth: + password: + key: password + name: prometheus-remote-write-auth + username: + key: username + name: prometheus-remote-write-auth + url: https://metrics.binarysunset.dev/api/v1/write + writeRelabelConfigs: + - action: keep + regex: (up|kube_.*|container_.*|node_.*|http_.*|process_.*) + sourceLabels: + - __name__ + resources: + limits: + cpu: 500m + memory: 500Mi + requests: + cpu: 100m + memory: 200Mi + retention: 24h + retentionSize: 10GB +prometheusOperator: + resources: + limits: + cpu: 200m + memory: 300Mi + requests: + cpu: 50m + memory: 100Mi + +: tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1457 @module=helm tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:02:38.531+0200" +2025-07-11T09:05:16.771+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Metadata after conversion: {"app_version":"v0.83.0","chart":"kube-prometheus-stack","first_deployed":1752217366,"last_deployed":1752217366,"name":"monitoring","namespace":"monitoring","notes":"kube-prometheus-stack has been installed. Check its status by running:\n kubectl --namespace monitoring get pods -l \"release=monitoring\"\n\nGet Grafana 'admin' user password by running:\n\n kubectl --namespace monitoring get secrets monitoring-grafana -o jsonpath=\"{.data.admin-password}\" | base64 -d ; echo\n\nAccess Grafana local instance:\n\n export POD_NAME=$(kubectl --namespace monitoring get pod -l \"app.kubernetes.io/name=grafana,app.kubernetes.io/instance=monitoring\" -oname)\n kubectl --namespace monitoring port-forward $POD_NAME 3000\n\nVisit https://github.com/prometheus-operator/kube-prometheus for instructions on how to create & configure Alertmanager and Prometheus instances using the Operator.\n\nkube-state-metrics is a simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.\nThe exposed metrics can be found here:\nhttps://github.com/kubernetes/kube-state-metrics/blob/master/docs/README.md#exposed-metrics\n\nThe metrics are exported on the HTTP endpoint /metrics on the listening port.\nIn your case, monitoring-kube-state-metrics.monitoring.svc.cluster.local:8080/metrics\n\nThey are served either as plaintext or protobuf depending on the Accept header.\nThey are designed to be consumed either by Prometheus itself or by a scraper that is compatible with scraping a Prometheus client endpoint.\n\n1. Get your 'admin' user password by running:\n\n kubectl get secret --namespace monitoring monitoring-grafana -o jsonpath=\"{.data.admin-password}\" | base64 --decode ; echo\n\n\n2. The Grafana server can be accessed via port 80 on the following DNS name from within your cluster:\n\n monitoring-grafana.monitoring.svc.cluster.local\n\n Get the Grafana URL to visit by running these commands in the same shell:\n export POD_NAME=$(kubectl get pods --namespace monitoring -l \"app.kubernetes.io/name=grafana,app.kubernetes.io/instance=monitoring\" -o jsonpath=\"{.items[0].metadata.name}\")\n kubectl --namespace monitoring port-forward $POD_NAME 3000\n\n3. Login with the password from step 1 and the username: admin\n\n1. Get the application URL by running these commands:\n export POD_NAME=$(kubectl get pods --namespace monitoring -l \"app.kubernetes.io/name=prometheus-node-exporter,app.kubernetes.io/instance=monitoring\" -o jsonpath=\"{.items[0].metadata.name}\")\n echo \"Visit http://127.0.0.1:9100 to use your application\"\n kubectl port-forward --namespace monitoring $POD_NAME 9100","revision":1,"values":"{\"additionalPrometheusRulesMap\":{\"custom-app-rules\":{\"groups\":[{\"interval\":\"30s\",\"name\":\"aspnetcore\",\"rules\":[{\"alert\":\"HighRequestLatency\",\"annotations\":{\"description\":\"95th percentile latency is above 500ms (current value: {{ $value }}s)\",\"summary\":\"High request latency on {{ $labels.instance }}\"},\"expr\":\"histogram_quantile(0.95, http_request_duration_seconds_bucket) \\u003e 0.5\",\"for\":\"5m\",\"labels\":{\"severity\":\"warning\"}},{\"alert\":\"HighErrorRate\",\"annotations\":{\"description\":\"Error rate is above 5% (current value: {{ $value }})\",\"summary\":\"High error rate on {{ $labels.instance }}\"},\"expr\":\"rate(http_requests_total{status=~\\\"5..\\\"}[5m]) \\u003e 0.05\",\"for\":\"5m\",\"labels\":{\"severity\":\"critical\"}}]}]}},\"alertmanager\":{\"alertmanagerSpec\":{\"replicas\":1,\"resources\":{\"limits\":{\"cpu\":\"100m\",\"memory\":\"150Mi\"},\"requests\":{\"cpu\":\"10m\",\"memory\":\"50Mi\"}},\"retention\":\"24h\"},\"enabled\":true},\"defaultRules\":{\"create\":true,\"rules\":{\"alertmanager\":true,\"etcd\":false,\"general\":true,\"k8s\":true,\"kubernetesApps\":true,\"kubernetesResources\":true,\"kubernetesStorage\":true,\"kubernetesSystem\":true,\"node\":true,\"prometheus\":true}},\"grafana\":{\"adminPassword\":\"acf0vJ0XUVECnChUTU1u6WCBUeXXJVKB2qwpsWQH\",\"adminUser\":\"admin\",\"persistence\":{\"enabled\":true,\"size\":\"1Gi\"},\"resources\":{\"limits\":{\"cpu\":\"200m\",\"memory\":\"300Mi\"},\"requests\":{\"cpu\":\"50m\",\"memory\":\"100Mi\"}}},\"kubeStateMetrics\":{\"resources\":{\"limits\":{\"cpu\":\"100m\",\"memory\":\"150Mi\"},\"requests\":{\"cpu\":\"10m\",\"memory\":\"50Mi\"}}},\"nodeExporter\":{\"resources\":{\"limits\":{\"cpu\":\"100m\",\"memory\":\"100Mi\"},\"requests\":{\"cpu\":\"10m\",\"memory\":\"30Mi\"}}},\"prometheus\":{\"prometheusSpec\":{\"remoteRead\":[{\"basicAuth\":{\"password\":{\"key\":\"password\",\"name\":\"prometheus-remote-write-auth\"},\"username\":{\"key\":\"username\",\"name\":\"prometheus-remote-write-auth\"}},\"readRecent\":false,\"url\":\"https://metrics.binarysunset.dev/api/v1/read\"}],\"remoteWrite\":[{\"basicAuth\":{\"password\":{\"key\":\"password\",\"name\":\"prometheus-remote-write-auth\"},\"username\":{\"key\":\"username\",\"name\":\"prometheus-remote-write-auth\"}},\"url\":\"https://metrics.binarysunset.dev/api/v1/write\",\"writeRelabelConfigs\":[{\"action\":\"keep\",\"regex\":\"(up|kube_.*|container_.*|node_.*|http_.*|process_.*)\",\"sourceLabels\":[\"__name__\"]}]}],\"resources\":{\"limits\":{\"cpu\":\"500m\",\"memory\":\"500Mi\"},\"requests\":{\"cpu\":\"100m\",\"memory\":\"200Mi\"}},\"retention\":\"24h\",\"retentionSize\":\"10GB\"}},\"prometheusOperator\":{\"resources\":{\"limits\":{\"cpu\":\"200m\",\"memory\":\"300Mi\"},\"requests\":{\"cpu\":\"50m\",\"memory\":\"100Mi\"}}}}","version":"75.9.0"}: @module=helm tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/Projects/fourlights/devops/shuttles/terraform/terraform-provider-helm/helm/resource_helm_release.go:1605 timestamp="2025-07-11T09:05:16.771+0200" +2025-07-11T09:05:16.771+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=wait_for_jobs tf_rpc=ApplyResourceChange timestamp="2025-07-11T09:05:16.771+0200" +2025-07-11T09:05:16.771+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=name @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:05:16.771+0200" +2025-07-11T09:05:16.771+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=verify tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T09:05:16.771+0200" +2025-07-11T09:05:16.771+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=values[0] tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:05:16.771+0200" +2025-07-11T09:05:16.771+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release tf_attribute_path=values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T09:05:16.771+0200" +2025-07-11T09:05:16.771+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ApplyResourceChange @module=sdk.framework tf_attribute_path=cleanup_on_fail timestamp="2025-07-11T09:05:16.771+0200" +2025-07-11T09:05:16.771+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=namespace tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release tf_rpc=ApplyResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm timestamp="2025-07-11T09:05:16.771+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=disable_webhooks tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release timestamp="2025-07-11T09:05:16.771+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=disable_openapi_validation tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_rpc=ApplyResourceChange timestamp="2025-07-11T09:05:16.771+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=reset_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release timestamp="2025-07-11T09:05:16.771+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=status tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 timestamp="2025-07-11T09:05:16.772+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release tf_rpc=ApplyResourceChange @module=sdk.framework tf_attribute_path=wait tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T09:05:16.772+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=create_namespace tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T09:05:16.772+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=timeout @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release tf_rpc=ApplyResourceChange timestamp="2025-07-11T09:05:16.772+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_attribute_path=chart tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-07-11T09:05:16.772+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_rpc=ApplyResourceChange tf_attribute_path=force_update tf_resource_type=helm_release timestamp="2025-07-11T09:05:16.772+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=recreate_pods tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ApplyResourceChange timestamp="2025-07-11T09:05:16.772+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=atomic tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_rpc=ApplyResourceChange timestamp="2025-07-11T09:05:16.772+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=max_history timestamp="2025-07-11T09:05:16.772+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=replace tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ApplyResourceChange @module=sdk.framework timestamp="2025-07-11T09:05:16.772+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=render_subchart_notes timestamp="2025-07-11T09:05:16.772+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=repository tf_resource_type=helm_release tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T09:05:16.772+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/helm @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=disable_crd_hooks tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release timestamp="2025-07-11T09:05:16.772+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=dependency_update tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ApplyResourceChange @module=sdk.framework timestamp="2025-07-11T09:05:16.772+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release tf_rpc=ApplyResourceChange tf_attribute_path=pass_credentials timestamp="2025-07-11T09:05:16.772+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: tf_attribute_path=version tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-07-11T09:05:16.772+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=reuse_values tf_provider_addr=registry.terraform.io/hashicorp/helm tf_resource_type=helm_release @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_rpc=ApplyResourceChange timestamp="2025-07-11T09:05:16.772+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=helm_release tf_rpc=ApplyResourceChange tf_attribute_path=lint tf_provider_addr=registry.terraform.io/hashicorp/helm tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 timestamp="2025-07-11T09:05:16.772+0200" +2025-07-11T09:05:16.772+0200 [DEBUG] provider.terraform-provider-helm_v3.0.2: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=skip_crds tf_provider_addr=registry.terraform.io/hashicorp/helm tf_rpc=ApplyResourceChange @caller=/home/lamelos/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.15.0/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=ac0fb9f4-3649-64e7-1b5b-d6c5041ef495 tf_resource_type=helm_release timestamp="2025-07-11T09:05:16.772+0200" +2025-07-11T09:05:16.774+0200 [DEBUG] states/remote: state read serial is: 46; serial is: 46 +2025-07-11T09:05:16.774+0200 [DEBUG] states/remote: state read lineage is: 8bb1bb78-c340-a09d-d7d3-bfdfbe0a740e; lineage is: 8bb1bb78-c340-a09d-d7d3-bfdfbe0a740e +2025-07-11T09:05:16.785+0200 [INFO] backend-s3: Uploading remote state: tf_backend.operation=Put tf_backend.req_id=41bd17e8-eaed-e4e6-7009-1726cffab213 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T09:05:16.785+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=PutObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Put tf_backend.req_id=41bd17e8-eaed-e4e6-7009-1726cffab213 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.method=PUT net.peer.name=storage.bridge.fourlights.dev http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;content-encoding;content-length;content-type;host;x-amz-content-sha256;x-amz-date;x-amz-decoded-content-length;x-amz-sdk-checksum-algorithm;x-amz-trailer, Signature=*****" http.request.header.x_amz_content_sha256=STREAMING-UNSIGNED-PAYLOAD-TRAILER http.request.header.accept_encoding=identity http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate?x-id=PutObject http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 ft/s3-transfer m/G,Z" http.request.header.x_amz_trailer=x-amz-checksum-sha256 http.request.header.x_amz_sdk_checksum_algorithm=SHA256 http.request.header.x_amz_decoded_content_length=325560 http.request.header.content_type=application/json http.request.header.amz_sdk_invocation_id=f3c76204-b9c1-4443-8923-4b9927522378 http.request.body="[Redacted: 318.0 KB (325,642 bytes), Type: application/json]" http.request.header.x_amz_date=20250711T070516Z http.request_content_length=325642 http.request.header.content_encoding=aws-chunked http.request.header.amz_sdk_request="attempt=1; max=5" +2025-07-11T09:05:18.136+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=PutObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Put tf_backend.req_id=41bd17e8-eaed-e4e6-7009-1726cffab213 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.response.header.x_ratelimit_limit=57 http.response.header.date="Fri, 11 Jul 2025 07:05:18 GMT" http.duration=1350 http.response.header.server=MinIO http.status_code=200 http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.etag="\"907eec71f79e33efc2d8c06fbc80ac96\"" http.response.header.accept_ranges=bytes http.response.header.x_ratelimit_remaining=57 http.response.header.x_xss_protection="1; mode=block" http.response.body="" http.response.header.x_amz_checksum_sha256=lECXvdkerFYkLM/7rnmgYzurM/0nWs5OZxcXGMJLbN0= http.response.header.x_amz_request_id=1851208C52849276 http.response.header.x_content_type_options=nosniff http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 +2025-07-11T09:05:18.137+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:05:18.143+0200 [INFO] provider: plugin process exited: plugin=/home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64/terraform-provider-helm_v3.0.2 id=975968 +2025-07-11T09:05:18.143+0200 [DEBUG] provider: plugin exited +2025-07-11T09:05:18.143+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" +2025-07-11T09:05:18.144+0200 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/public-cloud-wl/slugify/0.1.1/linux_amd64/terraform-provider-slugify_v0.1.1 id=975873 +2025-07-11T09:05:18.144+0200 [DEBUG] provider: plugin exited +2025-07-11T09:05:18.145+0200 [DEBUG] states/remote: state read serial is: 47; serial is: 47 +2025-07-11T09:05:18.145+0200 [DEBUG] states/remote: state read lineage is: 8bb1bb78-c340-a09d-d7d3-bfdfbe0a740e; lineage is: 8bb1bb78-c340-a09d-d7d3-bfdfbe0a740e +2025-07-11T09:05:18.156+0200 [INFO] backend-s3: Uploading remote state: tf_backend.operation=Put tf_backend.req_id=a80753d9-c61c-14b3-ce68-ca5d746fb0b2 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T09:05:18.156+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=PutObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Put tf_backend.req_id=a80753d9-c61c-14b3-ce68-ca5d746fb0b2 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.request.header.content_encoding=aws-chunked http.request.header.accept_encoding=identity http.request.header.amz_sdk_invocation_id=cf544762-286c-498c-8212-870042208ca8 http.request.header.x_amz_sdk_checksum_algorithm=SHA256 http.request.body="[Redacted: 317.9 KB (325,561 bytes), Type: application/json]" http.request_content_length=325561 http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;content-encoding;content-length;content-type;host;x-amz-content-sha256;x-amz-date;x-amz-decoded-content-length;x-amz-sdk-checksum-algorithm;x-amz-trailer, Signature=*****" http.request.header.x_amz_content_sha256=STREAMING-UNSIGNED-PAYLOAD-TRAILER http.request.header.content_type=application/json http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 ft/s3-transfer m/G,Z" http.request.header.x_amz_decoded_content_length=325479 http.method=PUT http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate?x-id=PutObject net.peer.name=storage.bridge.fourlights.dev http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.x_amz_date=20250711T070518Z http.request.header.x_amz_trailer=x-amz-checksum-sha256 +2025-07-11T09:05:18.925+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=PutObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Put tf_backend.req_id=a80753d9-c61c-14b3-ce68-ca5d746fb0b2 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.response.header.x_ratelimit_limit=57 http.response.header.x_ratelimit_remaining=57 http.response.header.x_amz_checksum_sha256=9EvQiNhtxzoBfCOiNBgWtxbQbazi9M5HMpELFF2QEGo= http.response.header.x_content_type_options=nosniff http.response.header.x_xss_protection="1; mode=block" http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.x_amz_request_id=1851208C98AC2F0C http.response.header.accept_ranges=bytes http.duration=768 http.response.header.date="Fri, 11 Jul 2025 07:05:18 GMT" http.response.header.server=MinIO http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.header.etag="\"81e508957d065e97cbfab562ab4ff1ea\"" http.response.body="" http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.status_code=200 +2025-07-11T09:13:04.842+0200 [INFO] Terraform version: 1.12.1 +2025-07-11T09:13:04.842+0200 [DEBUG] using github.com/hashicorp/go-tfe v1.74.1 +2025-07-11T09:13:04.842+0200 [DEBUG] using github.com/hashicorp/hcl/v2 v2.23.1-0.20250203194505-ba0759438da2 +2025-07-11T09:13:04.842+0200 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1 +2025-07-11T09:13:04.842+0200 [DEBUG] using github.com/zclconf/go-cty v1.16.2 +2025-07-11T09:13:04.842+0200 [INFO] Go runtime version: go1.24.3 +2025-07-11T09:13:04.842+0200 [INFO] CLI args: []string{"terraform", "output", "minio-access-key"} +2025-07-11T09:13:04.842+0200 [DEBUG] Attempting to open CLI config file: /home/lamelos/.terraformrc +2025-07-11T09:13:04.842+0200 [INFO] Loading CLI configuration from /home/lamelos/.terraformrc +2025-07-11T09:13:04.842+0200 [DEBUG] checking for credentials in "/home/lamelos/.terraform.d/plugins" +2025-07-11T09:13:04.842+0200 [DEBUG] Explicit provider installation configuration is set +2025-07-11T09:13:04.842+0200 [INFO] CLI command args: []string{"output", "minio-access-key"} +2025-07-11T09:13:04.844+0200 [DEBUG] backend-s3.aws-base: Resolving credentials provider: tf_backend.operation=Configure tf_backend.req_id=e85baead-12ea-ff0a-7515-20698fa22891 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T09:13:04.844+0200 [DEBUG] backend-s3.aws-base: Using authentication parameters: tf_backend.operation=Configure tf_backend.req_id=e85baead-12ea-ff0a-7515-20698fa22891 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate tf_aws.auth_fields=["access key", "secret key"] tf_aws.auth_fields.source=provider +2025-07-11T09:13:04.844+0200 [INFO] backend-s3.aws-base: Retrieved credentials: tf_backend.operation=Configure tf_backend.req_id=e85baead-12ea-ff0a-7515-20698fa22891 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate tf_aws.credentials_source=StaticCredentials +2025-07-11T09:13:04.844+0200 [DEBUG] backend-s3.aws-base: Loading configuration: tf_backend.operation=Configure tf_backend.req_id=e85baead-12ea-ff0a-7515-20698fa22891 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T09:13:04.846+0200 [DEBUG] Provider registry.terraform.io/hashicorp/helm is overridden by dev_overrides +2025-07-11T09:13:05.037+0200 [DEBUG] Provider registry.terraform.io/hashicorp/helm is overridden to load from /home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64 +2025-07-11T09:13:05.037+0200 [DEBUG] checking for provisioner in "." +2025-07-11T09:13:05.044+0200 [DEBUG] checking for provisioner in "/usr/bin" +2025-07-11T09:13:05.044+0200 [DEBUG] checking for provisioner in "/home/lamelos/.terraform.d/plugins" +2025-07-11T09:13:05.045+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon rpc.method=ListObjectsV2 rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Workspaces tf_backend.req_id=be479317-53ef-6253-ce06-d44964bfec1b tf_backend.s3.bucket=app-365zon tf_backend.workspace-prefix=env:/ http.url="https://storage.bridge.fourlights.dev/app-365zon?list-type=2&max-keys=1000&prefix=env%3A%2F" net.peer.name=storage.bridge.fourlights.dev http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.request.header.amz_sdk_invocation_id=b65531dd-5635-4733-bf19-b15dbbee0d8d http.request.body="" http.method=GET http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 m/C" http.request.header.accept_encoding=identity http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.x_amz_date=20250711T071305Z +2025-07-11T09:13:05.472+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon rpc.method=ListObjectsV2 rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Workspaces tf_backend.req_id=be479317-53ef-6253-ce06-d44964bfec1b tf_backend.s3.bucket=app-365zon tf_backend.workspace-prefix=env:/ http.response_content_length=246 http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.header.x_amz_request_id=185120F95854BB62 + http.response.body= + | + | app-365zonenv:/01000false + http.response.header.content_type=application/xml http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.vary=["Origin", "Accept-Encoding"] http.duration=427 http.response.header.x_content_type_options=nosniff http.response.header.date="Fri, 11 Jul 2025 07:13:05 GMT" http.response.header.x_ratelimit_limit=57 http.response.header.x_ratelimit_remaining=57 http.status_code=200 http.response.header.server=MinIO http.response.header.x_xss_protection="1; mode=block" http.response.header.accept_ranges=bytes +2025-07-11T09:13:05.472+0200 [INFO] backend-s3: Downloading remote state: tf_backend.operation=Get tf_backend.req_id=a6075690-9a4c-fe95-6ba3-80edddf8d635 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T09:13:05.473+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=HeadObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=a6075690-9a4c-fe95-6ba3-80edddf8d635 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.request.header.accept_encoding=identity http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate http.request.header.x_amz_date=20250711T071305Z http.request.body="" http.method=HEAD net.peer.name=storage.bridge.fourlights.dev http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.amz_sdk_invocation_id=05a1711f-7c5f-4f76-adb9-3518706dabc1 http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 +2025-07-11T09:13:05.883+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=HeadObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=a6075690-9a4c-fe95-6ba3-80edddf8d635 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.response.header.etag="\"81e508957d065e97cbfab562ab4ff1ea\"" http.response.header.x_xss_protection="1; mode=block" http.response.header.date="Fri, 11 Jul 2025 07:13:05 GMT" http.response.header.x_content_type_options=nosniff http.response.header.x_ratelimit_limit=57 http.response.header.x_ratelimit_remaining=57 http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.accept_ranges=bytes http.duration=410 http.status_code=200 http.response.header.server=MinIO http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response_content_length=325479 http.response.header.x_amz_request_id=185120F96343C0F9 http.response.header.last_modified="Fri, 11 Jul 2025 07:05:18 GMT" http.response.header.content_type=application/json http.response.body="" +2025-07-11T09:13:05.884+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=a6075690-9a4c-fe95-6ba3-80edddf8d635 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate?x-id=GetObject net.peer.name=storage.bridge.fourlights.dev http.request.header.amz_sdk_invocation_id=56f9f050-542c-498b-afe6-01aca27434b1 http.request.header.x_amz_checksum_mode=ENABLED http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.request.header.range=bytes=0-5242879 http.request.header.accept_encoding=identity http.request.header.amz_sdk_request="attempt=1; max=5" http.method=GET http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 ft/s3-transfer m/G,b" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;range;x-amz-checksum-mode;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.x_amz_date=20250711T071305Z http.request.body="" +2025-07-11T09:13:06.128+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=a6075690-9a4c-fe95-6ba3-80edddf8d635 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.response.header.x_ratelimit_limit=57 http.response.header.content_range="bytes 0-325478/325479" http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.body="[Redacted: 317.9 KB (325,479 bytes), Type: application/json]" http.duration=244 http.response.header.last_modified="Fri, 11 Jul 2025 07:05:18 GMT" http.response.header.server=MinIO http.response.header.x_content_type_options=nosniff http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.content_type=application/json http.response.header.etag="\"81e508957d065e97cbfab562ab4ff1ea\"" http.response.header.date="Fri, 11 Jul 2025 07:13:06 GMT" http.response.header.x_xss_protection="1; mode=block" http.response_content_length=325479 http.response.header.x_ratelimit_remaining=57 http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.x_amz_request_id=185120F97B191B9D http.status_code=206 http.response.header.accept_ranges=bytes +2025-07-11T09:13:06.128+0200 [WARN] backend-s3: Response has no supported checksum. Not validating response payload.: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=a6075690-9a4c-fe95-6ba3-80edddf8d635 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T09:13:09.293+0200 [INFO] Terraform version: 1.12.1 +2025-07-11T09:13:09.293+0200 [DEBUG] using github.com/hashicorp/go-tfe v1.74.1 +2025-07-11T09:13:09.293+0200 [DEBUG] using github.com/hashicorp/hcl/v2 v2.23.1-0.20250203194505-ba0759438da2 +2025-07-11T09:13:09.293+0200 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1 +2025-07-11T09:13:09.293+0200 [DEBUG] using github.com/zclconf/go-cty v1.16.2 +2025-07-11T09:13:09.293+0200 [INFO] Go runtime version: go1.24.3 +2025-07-11T09:13:09.293+0200 [INFO] CLI args: []string{"terraform", "output", "minio-secret-key"} +2025-07-11T09:13:09.293+0200 [DEBUG] Attempting to open CLI config file: /home/lamelos/.terraformrc +2025-07-11T09:13:09.293+0200 [INFO] Loading CLI configuration from /home/lamelos/.terraformrc +2025-07-11T09:13:09.293+0200 [DEBUG] checking for credentials in "/home/lamelos/.terraform.d/plugins" +2025-07-11T09:13:09.293+0200 [DEBUG] Explicit provider installation configuration is set +2025-07-11T09:13:09.293+0200 [INFO] CLI command args: []string{"output", "minio-secret-key"} +2025-07-11T09:13:09.295+0200 [DEBUG] backend-s3.aws-base: Resolving credentials provider: tf_backend.operation=Configure tf_backend.req_id=b5fb1d33-b4f5-9b5f-accf-4f949f971d2e tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T09:13:09.295+0200 [DEBUG] backend-s3.aws-base: Using authentication parameters: tf_backend.operation=Configure tf_backend.req_id=b5fb1d33-b4f5-9b5f-accf-4f949f971d2e tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate tf_aws.auth_fields.source=provider tf_aws.auth_fields=["access key", "secret key"] +2025-07-11T09:13:09.295+0200 [INFO] backend-s3.aws-base: Retrieved credentials: tf_backend.operation=Configure tf_backend.req_id=b5fb1d33-b4f5-9b5f-accf-4f949f971d2e tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate tf_aws.credentials_source=StaticCredentials +2025-07-11T09:13:09.295+0200 [DEBUG] backend-s3.aws-base: Loading configuration: tf_backend.operation=Configure tf_backend.req_id=b5fb1d33-b4f5-9b5f-accf-4f949f971d2e tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T09:13:09.298+0200 [DEBUG] Provider registry.terraform.io/hashicorp/helm is overridden by dev_overrides +2025-07-11T09:13:09.488+0200 [DEBUG] Provider registry.terraform.io/hashicorp/helm is overridden to load from /home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64 +2025-07-11T09:13:09.489+0200 [DEBUG] checking for provisioner in "." +2025-07-11T09:13:09.496+0200 [DEBUG] checking for provisioner in "/usr/bin" +2025-07-11T09:13:09.496+0200 [DEBUG] checking for provisioner in "/home/lamelos/.terraform.d/plugins" +2025-07-11T09:13:09.497+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon rpc.method=ListObjectsV2 rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Workspaces tf_backend.req_id=94bcabf4-8b6b-ade0-d87f-dcb4ed6c651f tf_backend.s3.bucket=app-365zon tf_backend.workspace-prefix=env:/ http.url="https://storage.bridge.fourlights.dev/app-365zon?list-type=2&max-keys=1000&prefix=env%3A%2F" net.peer.name=storage.bridge.fourlights.dev http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.amz_sdk_invocation_id=403358b6-13a6-485d-ad22-a0241a5c703c http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.request.header.x_amz_date=20250711T071309Z http.request.body="" http.method=GET http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 m/C" http.request.header.accept_encoding=identity http.request.header.amz_sdk_request="attempt=1; max=5" +2025-07-11T09:13:09.618+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon rpc.method=ListObjectsV2 rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Workspaces tf_backend.req_id=94bcabf4-8b6b-ade0-d87f-dcb4ed6c651f tf_backend.s3.bucket=app-365zon tf_backend.workspace-prefix=env:/ http.response.header.date="Fri, 11 Jul 2025 07:13:09 GMT" http.response.header.x_xss_protection="1; mode=block" http.response.header.x_amz_request_id=185120FA56F59A80 http.status_code=200 http.response_content_length=246 http.response.header.content_type=application/xml http.response.header.x_content_type_options=nosniff http.duration=121 http.response.header.x_ratelimit_limit=57 http.response.header.x_ratelimit_remaining=57 http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 + http.response.body= + | + | app-365zonenv:/01000false + http.response.header.server=MinIO http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.accept_ranges=bytes +2025-07-11T09:13:09.618+0200 [INFO] backend-s3: Downloading remote state: tf_backend.operation=Get tf_backend.req_id=be0d8bbd-c5cd-eb87-b0e7-94e787be18cc tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T09:13:09.618+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=HeadObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=be0d8bbd-c5cd-eb87-b0e7-94e787be18cc tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate net.peer.name=storage.bridge.fourlights.dev http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.accept_encoding=identity http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.request.header.x_amz_date=20250711T071309Z http.method=HEAD http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate http.request.header.amz_sdk_invocation_id=37267b90-afd7-43b3-8bcf-cba593caf813 http.request.body="" +2025-07-11T09:13:09.877+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=HeadObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=be0d8bbd-c5cd-eb87-b0e7-94e787be18cc tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.response_content_length=325479 http.response.header.x_xss_protection="1; mode=block" http.response.header.x_amz_request_id=185120FA5A346BBB http.response.header.x_ratelimit_limit=57 http.response.header.date="Fri, 11 Jul 2025 07:13:09 GMT" http.response.header.last_modified="Fri, 11 Jul 2025 07:05:18 GMT" http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.header.x_content_type_options=nosniff http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.content_type=application/json http.response.header.server=MinIO http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.accept_ranges=bytes http.response.body="" http.response.header.etag="\"81e508957d065e97cbfab562ab4ff1ea\"" http.response.header.x_ratelimit_remaining=57 http.duration=258 http.status_code=200 +2025-07-11T09:13:09.878+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=be0d8bbd-c5cd-eb87-b0e7-94e787be18cc tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.request.header.x_amz_date=20250711T071309Z http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate?x-id=GetObject http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 ft/s3-transfer m/G,b" http.request.header.x_amz_checksum_mode=ENABLED http.request.header.range=bytes=0-5242879 http.request.body="" http.method=GET net.peer.name=storage.bridge.fourlights.dev http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;range;x-amz-checksum-mode;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.accept_encoding=identity http.request.header.amz_sdk_invocation_id=fa0d071c-252e-4f49-ac67-f50570df2211 +2025-07-11T09:13:10.125+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=be0d8bbd-c5cd-eb87-b0e7-94e787be18cc tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.response.header.x_ratelimit_limit=57 http.response.header.date="Fri, 11 Jul 2025 07:13:10 GMT" http.response.header.last_modified="Fri, 11 Jul 2025 07:05:18 GMT" http.duration=247 http.response_content_length=325479 http.response.header.x_amz_request_id=185120FA6F7B5ACF http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.content_range="bytes 0-325478/325479" http.response.header.content_type=application/json http.response.header.x_xss_protection="1; mode=block" http.response.header.accept_ranges=bytes http.status_code=206 http.response.header.server=MinIO http.response.header.etag="\"81e508957d065e97cbfab562ab4ff1ea\"" http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.header.x_content_type_options=nosniff http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.x_ratelimit_remaining=57 http.response.body="[Redacted: 317.9 KB (325,479 bytes), Type: application/json]" +2025-07-11T09:13:10.126+0200 [WARN] backend-s3: Response has no supported checksum. Not validating response payload.: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=be0d8bbd-c5cd-eb87-b0e7-94e787be18cc tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T09:13:41.788+0200 [INFO] Terraform version: 1.12.1 +2025-07-11T09:13:41.788+0200 [DEBUG] using github.com/hashicorp/go-tfe v1.74.1 +2025-07-11T09:13:41.788+0200 [DEBUG] using github.com/hashicorp/hcl/v2 v2.23.1-0.20250203194505-ba0759438da2 +2025-07-11T09:13:41.788+0200 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1 +2025-07-11T09:13:41.788+0200 [DEBUG] using github.com/zclconf/go-cty v1.16.2 +2025-07-11T09:13:41.788+0200 [INFO] Go runtime version: go1.24.3 +2025-07-11T09:13:41.788+0200 [INFO] CLI args: []string{"terraform", "output", "minio-root-access-key"} +2025-07-11T09:13:41.788+0200 [DEBUG] Attempting to open CLI config file: /home/lamelos/.terraformrc +2025-07-11T09:13:41.788+0200 [INFO] Loading CLI configuration from /home/lamelos/.terraformrc +2025-07-11T09:13:41.788+0200 [DEBUG] checking for credentials in "/home/lamelos/.terraform.d/plugins" +2025-07-11T09:13:41.788+0200 [DEBUG] Explicit provider installation configuration is set +2025-07-11T09:13:41.788+0200 [INFO] CLI command args: []string{"output", "minio-root-access-key"} +2025-07-11T09:13:41.790+0200 [DEBUG] backend-s3.aws-base: Resolving credentials provider: tf_backend.operation=Configure tf_backend.req_id=cc24b43b-e88b-add3-4bea-10a995b8284b tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T09:13:41.790+0200 [DEBUG] backend-s3.aws-base: Using authentication parameters: tf_backend.operation=Configure tf_backend.req_id=cc24b43b-e88b-add3-4bea-10a995b8284b tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate tf_aws.auth_fields=["access key", "secret key"] tf_aws.auth_fields.source=provider +2025-07-11T09:13:41.790+0200 [INFO] backend-s3.aws-base: Retrieved credentials: tf_backend.operation=Configure tf_backend.req_id=cc24b43b-e88b-add3-4bea-10a995b8284b tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate tf_aws.credentials_source=StaticCredentials +2025-07-11T09:13:41.790+0200 [DEBUG] backend-s3.aws-base: Loading configuration: tf_backend.operation=Configure tf_backend.req_id=cc24b43b-e88b-add3-4bea-10a995b8284b tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T09:13:41.791+0200 [DEBUG] Provider registry.terraform.io/hashicorp/helm is overridden by dev_overrides +2025-07-11T09:13:41.982+0200 [DEBUG] Provider registry.terraform.io/hashicorp/helm is overridden to load from /home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64 +2025-07-11T09:13:41.982+0200 [DEBUG] checking for provisioner in "." +2025-07-11T09:13:41.991+0200 [DEBUG] checking for provisioner in "/usr/bin" +2025-07-11T09:13:41.991+0200 [DEBUG] checking for provisioner in "/home/lamelos/.terraform.d/plugins" +2025-07-11T09:13:41.991+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon rpc.method=ListObjectsV2 rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Workspaces tf_backend.req_id=5d415f6f-8887-dff8-634a-8b04db85591f tf_backend.s3.bucket=app-365zon tf_backend.workspace-prefix=env:/ http.url="https://storage.bridge.fourlights.dev/app-365zon?list-type=2&max-keys=1000&prefix=env%3A%2F" net.peer.name=storage.bridge.fourlights.dev http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.request.header.accept_encoding=identity http.method=GET http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 m/C" http.request.header.x_amz_date=20250711T071341Z http.request.header.amz_sdk_invocation_id=f34c6a73-2ada-4e07-a36e-dd8e8e28e492 http.request.header.amz_sdk_request="attempt=1; max=5" http.request.body="" +2025-07-11T09:13:42.660+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon rpc.method=ListObjectsV2 rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Workspaces tf_backend.req_id=5d415f6f-8887-dff8-634a-8b04db85591f tf_backend.s3.bucket=app-365zon tf_backend.workspace-prefix=env:/ http.response.header.x_xss_protection="1; mode=block" http.response.header.date="Fri, 11 Jul 2025 07:13:42 GMT" http.response.header.accept_ranges=bytes http.response.header.content_type=application/xml + http.response.body= + | + | app-365zonenv:/01000false + http.response.header.x_ratelimit_remaining=57 http.response.header.server=MinIO http.response.header.x_content_type_options=nosniff http.response.header.x_ratelimit_limit=57 http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.x_amz_request_id=18512101F8F15891 http.duration=668 http.status_code=200 http.response_content_length=246 +2025-07-11T09:13:42.660+0200 [INFO] backend-s3: Downloading remote state: tf_backend.operation=Get tf_backend.req_id=6c6bbb03-f193-e1b0-28e0-c8f7eb3f931d tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T09:13:42.661+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=HeadObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=6c6bbb03-f193-e1b0-28e0-c8f7eb3f931d tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.accept_encoding=identity http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.request.body="" http.method=HEAD http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate net.peer.name=storage.bridge.fourlights.dev http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2" http.request.header.amz_sdk_invocation_id=e4d40e13-5e25-43a9-9bfd-c57b42354712 http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.x_amz_date=20250711T071342Z +2025-07-11T09:13:43.116+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=HeadObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=6c6bbb03-f193-e1b0-28e0-c8f7eb3f931d tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.response.header.etag="\"81e508957d065e97cbfab562ab4ff1ea\"" http.response.header.x_amz_request_id=1851210215182476 http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.header.last_modified="Fri, 11 Jul 2025 07:05:18 GMT" http.response_content_length=325479 http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.accept_ranges=bytes http.response.header.x_ratelimit_remaining=57 http.response.header.x_xss_protection="1; mode=block" http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.date="Fri, 11 Jul 2025 07:13:43 GMT" http.response.body="" http.duration=454 http.status_code=200 http.response.header.server=MinIO http.response.header.content_type=application/json http.response.header.x_content_type_options=nosniff http.response.header.x_ratelimit_limit=57 +2025-07-11T09:13:43.116+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=6c6bbb03-f193-e1b0-28e0-c8f7eb3f931d tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.amz_sdk_invocation_id=946b72b3-3345-4041-bc53-db3ba519d902 http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.request.body="" http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate?x-id=GetObject http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 ft/s3-transfer m/G,b" http.request.header.x_amz_date=20250711T071343Z http.request.header.x_amz_checksum_mode=ENABLED http.request.header.range=bytes=0-5242879 http.request.header.accept_encoding=identity http.method=GET net.peer.name=storage.bridge.fourlights.dev http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;range;x-amz-checksum-mode;x-amz-content-sha256;x-amz-date, Signature=*****" +2025-07-11T09:13:43.423+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=6c6bbb03-f193-e1b0-28e0-c8f7eb3f931d tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.content_range="bytes 0-325478/325479" http.response.header.x_ratelimit_remaining=57 http.status_code=206 http.response.header.x_amz_request_id=1851210226F809EE http.response.header.x_content_type_options=nosniff http.duration=306 http.response_content_length=325479 http.response.header.content_type=application/json http.response.header.server=MinIO http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.header.last_modified="Fri, 11 Jul 2025 07:05:18 GMT" http.response.header.etag="\"81e508957d065e97cbfab562ab4ff1ea\"" http.response.body="[Redacted: 317.9 KB (325,479 bytes), Type: application/json]" http.response.header.accept_ranges=bytes http.response.header.x_xss_protection="1; mode=block" http.response.header.date="Fri, 11 Jul 2025 07:13:43 GMT" http.response.header.x_ratelimit_limit=57 +2025-07-11T09:13:43.423+0200 [WARN] backend-s3: Response has no supported checksum. Not validating response payload.: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=6c6bbb03-f193-e1b0-28e0-c8f7eb3f931d tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T09:14:01.737+0200 [INFO] Terraform version: 1.12.1 +2025-07-11T09:14:01.737+0200 [DEBUG] using github.com/hashicorp/go-tfe v1.74.1 +2025-07-11T09:14:01.737+0200 [DEBUG] using github.com/hashicorp/hcl/v2 v2.23.1-0.20250203194505-ba0759438da2 +2025-07-11T09:14:01.737+0200 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1 +2025-07-11T09:14:01.737+0200 [DEBUG] using github.com/zclconf/go-cty v1.16.2 +2025-07-11T09:14:01.737+0200 [INFO] Go runtime version: go1.24.3 +2025-07-11T09:14:01.737+0200 [INFO] CLI args: []string{"terraform", "output", "minio-root-secret-key"} +2025-07-11T09:14:01.737+0200 [DEBUG] Attempting to open CLI config file: /home/lamelos/.terraformrc +2025-07-11T09:14:01.737+0200 [INFO] Loading CLI configuration from /home/lamelos/.terraformrc +2025-07-11T09:14:01.737+0200 [DEBUG] checking for credentials in "/home/lamelos/.terraform.d/plugins" +2025-07-11T09:14:01.737+0200 [DEBUG] Explicit provider installation configuration is set +2025-07-11T09:14:01.738+0200 [INFO] CLI command args: []string{"output", "minio-root-secret-key"} +2025-07-11T09:14:01.739+0200 [DEBUG] backend-s3.aws-base: Resolving credentials provider: tf_backend.operation=Configure tf_backend.req_id=fdb59a3d-12ad-624d-6abe-0a8d3a73fb65 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T09:14:01.739+0200 [DEBUG] backend-s3.aws-base: Using authentication parameters: tf_backend.operation=Configure tf_backend.req_id=fdb59a3d-12ad-624d-6abe-0a8d3a73fb65 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate tf_aws.auth_fields.source=provider tf_aws.auth_fields=["access key", "secret key"] +2025-07-11T09:14:01.739+0200 [INFO] backend-s3.aws-base: Retrieved credentials: tf_backend.operation=Configure tf_backend.req_id=fdb59a3d-12ad-624d-6abe-0a8d3a73fb65 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate tf_aws.credentials_source=StaticCredentials +2025-07-11T09:14:01.739+0200 [DEBUG] backend-s3.aws-base: Loading configuration: tf_backend.operation=Configure tf_backend.req_id=fdb59a3d-12ad-624d-6abe-0a8d3a73fb65 tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T09:14:01.741+0200 [DEBUG] Provider registry.terraform.io/hashicorp/helm is overridden by dev_overrides +2025-07-11T09:14:01.933+0200 [DEBUG] Provider registry.terraform.io/hashicorp/helm is overridden to load from /home/lamelos/.terraform.d/plugins/terraform.local/hashicorp/helm/3.0.2/linux_amd64 +2025-07-11T09:14:01.933+0200 [DEBUG] checking for provisioner in "." +2025-07-11T09:14:01.940+0200 [DEBUG] checking for provisioner in "/usr/bin" +2025-07-11T09:14:01.940+0200 [DEBUG] checking for provisioner in "/home/lamelos/.terraform.d/plugins" +2025-07-11T09:14:01.941+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon rpc.method=ListObjectsV2 rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Workspaces tf_backend.req_id=a437a697-f1e6-dafc-a46e-6eebe3a826fc tf_backend.s3.bucket=app-365zon tf_backend.workspace-prefix=env:/ http.request.body="" http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 m/C" http.request.header.x_amz_date=20250711T071401Z http.request.header.amz_sdk_request="attempt=1; max=5" http.method=GET http.url="https://storage.bridge.fourlights.dev/app-365zon?list-type=2&max-keys=1000&prefix=env%3A%2F" net.peer.name=storage.bridge.fourlights.dev http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.request.header.amz_sdk_invocation_id=d05f0647-6cf9-46bc-bb29-d1696c62187b http.request.header.accept_encoding=identity +2025-07-11T09:14:02.080+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon rpc.method=ListObjectsV2 rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Workspaces tf_backend.req_id=a437a697-f1e6-dafc-a46e-6eebe3a826fc tf_backend.s3.bucket=app-365zon tf_backend.workspace-prefix=env:/ http.response.header.x_ratelimit_remaining=57 http.response.header.vary=["Origin", "Accept-Encoding"] http.duration=139 http.response.header.x_amz_request_id=185121068DDC22E3 http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response_content_length=246 http.response.header.x_xss_protection="1; mode=block" http.response.header.server=MinIO http.response.header.accept_ranges=bytes http.response.header.date="Fri, 11 Jul 2025 07:14:02 GMT" http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.header.x_ratelimit_limit=57 http.response.header.content_type=application/xml http.response.header.x_content_type_options=nosniff + http.response.body= + | + | app-365zonenv:/01000false + http.status_code=200 +2025-07-11T09:14:02.080+0200 [INFO] backend-s3: Downloading remote state: tf_backend.operation=Get tf_backend.req_id=1b668e8e-97eb-1d48-7e3e-bec7b30add4e tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate +2025-07-11T09:14:02.081+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=HeadObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=1b668e8e-97eb-1d48-7e3e-bec7b30add4e tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.request.header.amz_sdk_invocation_id=1d8f06e1-bb72-482b-8a77-7a1d5d5d06aa http.request.header.accept_encoding=identity http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.request.header.x_amz_date=20250711T071402Z http.request.body="" http.method=HEAD http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate http.request.header.amz_sdk_request="attempt=1; max=5" net.peer.name=storage.bridge.fourlights.dev http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;x-amz-content-sha256;x-amz-date, Signature=*****" +2025-07-11T09:14:02.306+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=HeadObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=1b668e8e-97eb-1d48-7e3e-bec7b30add4e tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.status_code=200 http.response.header.server=MinIO http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.header.x_ratelimit_limit=57 http.response.header.content_type=application/json http.duration=224 http.response_content_length=325479 http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.x_content_type_options=nosniff http.response.header.accept_ranges=bytes http.response.header.x_ratelimit_remaining=57 http.response.header.x_amz_request_id=1851210690DE3B15 http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.x_xss_protection="1; mode=block" http.response.body="" http.response.header.date="Fri, 11 Jul 2025 07:14:02 GMT" http.response.header.etag="\"81e508957d065e97cbfab562ab4ff1ea\"" http.response.header.last_modified="Fri, 11 Jul 2025 07:05:18 GMT" +2025-07-11T09:14:02.306+0200 [DEBUG] backend-s3: HTTP Request Sent: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=1b668e8e-97eb-1d48-7e3e-bec7b30add4e tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.request.header.range=bytes=0-5242879 http.request.header.amz_sdk_invocation_id=1dee402e-072d-4874-86f5-03724e46b89f http.request.body="" http.method=GET http.url=https://storage.bridge.fourlights.dev/app-365zon/terraform.tfstate?x-id=GetObject http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.12.1 (+https://www.terraform.io) aws-sdk-go-v2/1.36.0 ua/2.1 os/linux lang/go#1.24.3 md/GOOS#linux md/GOARCH#amd64 api/s3#1.75.2 ft/s3-transfer m/G,b" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=Y2Y1EA9WES29336DP9SE/20250711/eu-central-1/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;range;x-amz-checksum-mode;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.accept_encoding=identity http.request.header.x_amz_checksum_mode=ENABLED http.request.header.x_amz_date=20250711T071402Z net.peer.name=storage.bridge.fourlights.dev http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 +2025-07-11T09:14:02.613+0200 [DEBUG] backend-s3: HTTP Response Received: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.custom_endpoint=true tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=1b668e8e-97eb-1d48-7e3e-bec7b30add4e tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate http.response.header.x_content_type_options=nosniff http.response.header.server=MinIO http.response.header.x_amz_id_2=dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8 http.response.header.x_ratelimit_limit=57 http.response.header.accept_ranges=bytes http.response.body="[Redacted: 317.9 KB (325,479 bytes), Type: application/json]" http.status_code=206 http.response.header.vary=["Origin", "Accept-Encoding"] http.response.header.etag="\"81e508957d065e97cbfab562ab4ff1ea\"" http.response.header.x_xss_protection="1; mode=block" http.response.header.content_type=application/json http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.duration=307 http.response.header.x_amz_request_id=185121069F5D724E http.response.header.date="Fri, 11 Jul 2025 07:14:02 GMT" http.response.header.content_range="bytes 0-325478/325479" http.response_content_length=325479 http.response.header.x_ratelimit_remaining=57 http.response.header.last_modified="Fri, 11 Jul 2025 07:05:18 GMT" +2025-07-11T09:14:02.613+0200 [WARN] backend-s3: Response has no supported checksum. Not validating response payload.: aws.region=eu-central-1 aws.s3.bucket=app-365zon aws.s3.key=terraform.tfstate rpc.method=GetObject rpc.service=S3 rpc.system=aws-api tf_aws.sdk=aws-sdk-go-v2 tf_backend.operation=Get tf_backend.req_id=1b668e8e-97eb-1d48-7e3e-bec7b30add4e tf_backend.s3.bucket=app-365zon tf_backend.s3.path=terraform.tfstate diff --git a/infra/clusters/app-365zon/zitadel-admin-sa.json b/infra/clusters/app-365zon/zitadel-admin-sa.json new file mode 100755 index 0000000..54695de --- /dev/null +++ b/infra/clusters/app-365zon/zitadel-admin-sa.json @@ -0,0 +1 @@ +{"type":"serviceaccount","keyId":"328362785044575662","key":"-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1+ggA05PsZZzpklcqEAck8UUkn1H5HJXiD3to0IU2vnLQYk9\n/pxHM30n2uWLOflL3OWeqy0rDfR2tp3a0gziGO3MV6EuDPg73WZqHMwxa4RkPOMO\nLcHcfnp4bG9RxZgbvj2pFkvPJ/j5KC54HDyol2urWuGSVKKIGY7bUE4HD0n+ejr6\nLoEeGtIV17ttipqvF2jPMXHvH/yjsQWPofRQh6kqnxTuwyesjlEXyezMP1+WfpCa\n/kmGfowocyIuMNHUSeymLfBX3KIYVWp+/HukP1J781RQLPivdh8hiPZT560gXh72\niSKCLgTLuUt72LFs+1XnKuq2gIOFvP8jpae+GQIDAQABAoIBAEkc+SJFdaVMrpMk\nCrWLKGI9/e5xcFQDCHNBjWSYrxlMN7FUuWKsJ0xfWIy+6LvUGQWP2IBdBlRucXj7\n0asJ49LPTEBse3y23wbldI+V8jJXnd4kgZurJ3DJJliKBeXk0ZhFpym+uELwA+fA\nfLoLLIhCVL+s3XG9rFsDTm9OTQO2ykPvwGAx151nitBnLJm6ms+meBOPc/f/nsH+\nIR6W3Fm4hWjSeKdeWSJG6ePkJqbXLTNYhxnkbgNg4fz4CCPf39aqS3NbwiUv/dQG\ni8cp/UnsZGF0IlmSyipQirFk9wLd9iX9vNorPPMosD68m/plC3eXFIQATbBXEGaf\nelMUmeUCgYEA2j0M42iiBQ0qsuj4rfdCv8rjaIva5EG6Jp2AMtXmQQulrp31iuKw\njfpMoUAip5HS1PdQuXCK6m7DVS3Nr39pBcGrsumU/nW1h3AWTR4GeWFtcCj5ek7q\nitJKfpGnyfWlpPeluXfGmS6npA36URlhX+FfaE6vEHVa7o/hcw4bF6sCgYEA/UPK\nHCwJNBPP04Q7zGF2ivl/zz9WDwnp3d9QZzpmjCZa3J52tLShs5URC8VeSH6mWh78\nfMoFb8fFiJUSjA1Dh0X1pbhXLeFnJmobHAlHZvdMgGDQSe0VfnmC7tJxwEQ3tdxu\n/E95kNFvXUSq0lSICG8TFwr2zHueJf8sPHvsbUsCgYEAzut3nt6ET/nN9FhEAN4h\n4atCtstzvVw8XYSUGp8Ic7/RVaDbQNXyxIr/wRwIP41ZsybS2SBF9kUS215UWQOa\n1iRs4XPrGuEMPuAdpPzE8q1XkDKpaDgO1ZTRoPQFfM12QtWzwgg4uuCrfjbqkZ5Y\n3wnW5hVEk3xRvUOaZPaI5YUCgYAQC5NqZX/PxNGN3PrM3//aniPyxVh2a3JdlCBL\n6e9FQcjP4Voz6J21+uOxkzd98EgpvXzRixr9EfL5zDf4l36Hu27sqNkdFwKp9F7z\nT8MuSsyV9Yw8osCR2rDo4HxEag39f5GoeoCBJEOh7Q/Fc4WKwz66Xv9zxQEn9xqe\nWluIMQKBgEFkltf0957pEC7pPb/t9/20j7ODKSKrSYE3+SGi9XwUeT74HkU43Euf\na3KWlwMmJcYvtc4RDNuYJ6F9/eAq5c5MqgySEHoMh386u3YzzZBcI5L06pMI4kYb\njhK63OCrlzeILxwcwc00ztYHbjxk/yFOUWQ/OknCzlGE0o8TOPyu\n-----END RSA PRIVATE KEY-----\n","expirationDate":"2026-01-01T00:00:00Z","userId":"328362785044510126"} diff --git a/infra/clusters/bridge/.terraform.lock.hcl b/infra/clusters/bridge/.terraform.lock.hcl index 7c86c05..7dca7bc 100644 --- a/infra/clusters/bridge/.terraform.lock.hcl +++ b/infra/clusters/bridge/.terraform.lock.hcl @@ -61,22 +61,41 @@ provider "registry.terraform.io/fusionauth/fusionauth" { ] } -provider "registry.terraform.io/hashicorp/helm" { - version = "2.16.1" +provider "registry.terraform.io/hashicorp/external" { + version = "2.3.5" hashes = [ - "h1:TerRBdq69SxIWg3ET2VE0bcP0BYRIWZOp1QxXj/14Fk=", - "zh:0003f6719a32aee9afaeeb001687fc0cfc8c2d5f54861298cf1dc5711f3b4e65", - "zh:16cd5bfee09e7bb081b8b4470f31a9af508e52220fd97fd81c6dda725d9422fe", - "zh:51817de8fdc2c2e36785f23fbf4ec022111bd1cf7679498c16ad0ad7471c16db", - "zh:51b95829b2873be40a65809294bffe349e40cfccc3ff6fee0f471d01770e0ebd", - "zh:56b158dde897c47e1460181fc472c3e920aa23db40579fdc2aad333c1456d2dd", - "zh:916641d26c386959eb982e680028aa677b787687ef7c1283241e45620bc8df50", - "zh:aec15ca8605babba77b283f2ca35daca53e006d567e1c3a3daf50497035b820b", - "zh:c2cecf710b87c8f3a4d186da2ea12cf08041f97ae0c6db82649720d6ed929d65", - "zh:dbdd96f17aea25c7db2d516ab8172a5e683c6686c72a1a44173d2fe96319be39", - "zh:de11e180368434a796b1ab6f20fde7554dc74f7800e063b8e4c8ec3a86d0be63", + "h1:smKSos4zs57pJjQrNuvGBpSWth2el9SgePPbPHo0aps=", + "zh:6e89509d056091266532fa64de8c06950010498adf9070bf6ff85bc485a82562", + "zh:78d5eefdd9e494defcb3c68d282b8f96630502cac21d1ea161f53cfe9bb483b3", + "zh:86868aec05b58dc0aa1904646a2c26b9367d69b890c9ad70c33c0d3aa7b1485a", + "zh:a2ce38fda83a62fa5fb5a70e6ca8453b168575feb3459fa39803f6f40bd42154", + "zh:a6c72798f4a9a36d1d1433c0372006cc9b904e8cfd60a2ae03ac5b7d2abd2398", + "zh:a8a3141d2fc71c86bf7f3c13b0b3be8a1b0f0144a47572a15af4dfafc051e28a", + "zh:aa20a1242eb97445ad26ebcfb9babf2cd675bdb81cac5f989268ebefa4ef278c", + "zh:b58a22445fb8804e933dcf835ab06c29a0f33148dce61316814783ee7f4e4332", + "zh:cb5626a661ee761e0576defb2a2d75230a3244799d380864f3089c66e99d0dcc", + "zh:d1acb00d20445f682c4e705c965e5220530209c95609194c2dc39324f3d4fcce", + "zh:d91a254ba77b69a29d8eae8ed0e9367cbf0ea6ac1a85b58e190f8cb096a40871", + "zh:f6592327673c9f85cdb6f20336faef240abae7621b834f189c4a62276ea5db41", + ] +} + +provider "registry.terraform.io/hashicorp/helm" { + version = "3.0.2" + hashes = [ + "h1:+tHGl509bhyUrvvj9GQTBsdK+ImHJnRuo6ppDZPavqY=", + "zh:2778de76c7dfb2e85c75fe6de3c11172a25551ed499bfb9e9f940a5be81167b0", + "zh:3b4c436a41e4fbae5f152852a9bd5c97db4460af384e26977477a40adf036690", + "zh:617a372f5bb2288f3faf5fd4c878a68bf08541cf418a3dbb8a19bc41ad4a0bf2", + "zh:84de431479548c96cb61c495278e320f361e80ab4f8835a5425ece24a9b6d310", + "zh:8b4cf5f81d10214e5e1857d96cff60a382a22b9caded7f5d7a92e5537fc166c1", + "zh:baeb26a00ffbcf3d507cdd940b2a2887eee723af5d3319a53eec69048d5e341e", + "zh:ca05a8814e9bf5fbffcd642df3a8d9fae9549776c7057ceae6d6f56471bae80f", + "zh:ca4bf3f94dedb5c5b1a73568f2dad7daf0ef3f85e688bc8bc2d0e915ec148366", + "zh:d331f2129fd3165c4bda875c84a65555b22eb007801522b9e017d065ac69b67e", + "zh:e583b2b478dde67da28e605ab4ef6521c2e390299b471d7d8ef05a0b608dcdad", + "zh:f238b86611647c108c073d265f8891a2738d3158c247468ae0ff5b1a3ac4122a", "zh:f569b65999264a9416862bca5cd2a6177d94ccb0424f3a4ef424428912b9cb3c", - "zh:f827a9c1540d210c56053a2d5d5a6abda924896ffa8eeedc94054cf6d44c5f60", ] } @@ -101,100 +120,100 @@ provider "registry.terraform.io/hashicorp/kubernetes" { } provider "registry.terraform.io/hashicorp/null" { - version = "3.2.3" + version = "3.2.4" hashes = [ - "h1:+AnORRgFbRO6qqcfaQyeX80W0eX3VmjadjnUFUJTiXo=", - "zh:22d062e5278d872fe7aed834f5577ba0a5afe34a3bdac2b81f828d8d3e6706d2", - "zh:23dead00493ad863729495dc212fd6c29b8293e707b055ce5ba21ee453ce552d", - "zh:28299accf21763ca1ca144d8f660688d7c2ad0b105b7202554ca60b02a3856d3", - "zh:55c9e8a9ac25a7652df8c51a8a9a422bd67d784061b1de2dc9fe6c3cb4e77f2f", - "zh:756586535d11698a216291c06b9ed8a5cc6a4ec43eee1ee09ecd5c6a9e297ac1", + "h1:hkf5w5B6q8e2A42ND2CjAvgvSN3puAosDmOJb3zCVQM=", + "zh:59f6b52ab4ff35739647f9509ee6d93d7c032985d9f8c6237d1f8a59471bbbe2", "zh:78d5eefdd9e494defcb3c68d282b8f96630502cac21d1ea161f53cfe9bb483b3", - "zh:9d5eea62fdb587eeb96a8c4d782459f4e6b73baeece4d04b4a40e44faaee9301", - "zh:a6355f596a3fb8fc85c2fb054ab14e722991533f87f928e7169a486462c74670", - "zh:b5a65a789cff4ada58a5baffc76cb9767dc26ec6b45c00d2ec8b1b027f6db4ed", - "zh:db5ab669cf11d0e9f81dc380a6fdfcac437aea3d69109c7aef1a5426639d2d65", - "zh:de655d251c470197bcbb5ac45d289595295acb8f829f6c781d4a75c8c8b7c7dd", - "zh:f5c68199f2e6076bce92a12230434782bf768103a427e9bb9abee99b116af7b5", + "zh:795c897119ff082133150121d39ff26cb5f89a730a2c8c26f3a9c1abf81a9c43", + "zh:7b9c7b16f118fbc2b05a983817b8ce2f86df125857966ad356353baf4bff5c0a", + "zh:85e33ab43e0e1726e5f97a874b8e24820b6565ff8076523cc2922ba671492991", + "zh:9d32ac3619cfc93eb3c4f423492a8e0f79db05fec58e449dee9b2d5873d5f69f", + "zh:9e15c3c9dd8e0d1e3731841d44c34571b6c97f5b95e8296a45318b94e5287a6e", + "zh:b4c2ab35d1b7696c30b64bf2c0f3a62329107bd1a9121ce70683dec58af19615", + "zh:c43723e8cc65bcdf5e0c92581dcbbdcbdcf18b8d2037406a5f2033b1e22de442", + "zh:ceb5495d9c31bfb299d246ab333f08c7fb0d67a4f82681fbf47f2a21c3e11ab5", + "zh:e171026b3659305c558d9804062762d168f50ba02b88b231d20ec99578a6233f", + "zh:ed0fe2acdb61330b01841fa790be00ec6beaac91d41f311fb8254f74eb6a711f", ] } provider "registry.terraform.io/hashicorp/random" { - version = "3.6.3" + version = "3.7.2" hashes = [ - "h1:Fnaec9vA8sZ8BXVlN3Xn9Jz3zghSETIKg7ch8oXhxno=", - "zh:04ceb65210251339f07cd4611885d242cd4d0c7306e86dda9785396807c00451", - "zh:448f56199f3e99ff75d5c0afacae867ee795e4dfda6cb5f8e3b2a72ec3583dd8", - "zh:4b4c11ccfba7319e901df2dac836b1ae8f12185e37249e8d870ee10bb87a13fe", - "zh:4fa45c44c0de582c2edb8a2e054f55124520c16a39b2dfc0355929063b6395b1", - "zh:588508280501a06259e023b0695f6a18149a3816d259655c424d068982cbdd36", - "zh:737c4d99a87d2a4d1ac0a54a73d2cb62974ccb2edbd234f333abd079a32ebc9e", + "h1:356j/3XnXEKr9nyicLUufzoF4Yr6hRy481KIxRVpK0c=", + "zh:14829603a32e4bc4d05062f059e545a91e27ff033756b48afbae6b3c835f508f", + "zh:1527fb07d9fea400d70e9e6eb4a2b918d5060d604749b6f1c361518e7da546dc", + "zh:1e86bcd7ebec85ba336b423ba1db046aeaa3c0e5f921039b3f1a6fc2f978feab", + "zh:24536dec8bde66753f4b4030b8f3ef43c196d69cccbea1c382d01b222478c7a3", + "zh:29f1786486759fad9b0ce4fdfbbfece9343ad47cd50119045075e05afe49d212", + "zh:4d701e978c2dd8604ba1ce962b047607701e65c078cb22e97171513e9e57491f", "zh:78d5eefdd9e494defcb3c68d282b8f96630502cac21d1ea161f53cfe9bb483b3", - "zh:a357ab512e5ebc6d1fda1382503109766e21bbfdfaa9ccda43d313c122069b30", - "zh:c51bfb15e7d52cc1a2eaec2a903ac2aff15d162c172b1b4c17675190e8147615", - "zh:e0951ee6fa9df90433728b96381fb867e3db98f66f735e0c3e24f8f16903f0ad", - "zh:e3cdcb4e73740621dabd82ee6a37d6cfce7fee2a03d8074df65086760f5cf556", - "zh:eff58323099f1bd9a0bec7cb04f717e7f1b2774c7d612bf7581797e1622613a0", + "zh:7b8434212eef0f8c83f5a90c6d76feaf850f6502b61b53c329e85b3b281cba34", + "zh:ac8a23c212258b7976e1621275e3af7099e7e4a3d4478cf8d5d2a27f3bc3e967", + "zh:b516ca74431f3df4c6cf90ddcdb4042c626e026317a33c53f0b445a3d93b720d", + "zh:dc76e4326aec2490c1600d6871a95e78f9050f9ce427c71707ea412a2f2f1a62", + "zh:eac7b63e86c749c7d48f527671c7aee5b4e26c10be6ad7232d6860167f99dbb0", ] } provider "registry.terraform.io/hashicorp/tls" { - version = "4.0.6" + version = "4.1.0" hashes = [ - "h1:dYSb3V94K5dDMtrBRLPzBpkMTPn+3cXZ/kIJdtFL+2M=", - "zh:10de0d8af02f2e578101688fd334da3849f56ea91b0d9bd5b1f7a243417fdda8", - "zh:37fc01f8b2bc9d5b055dc3e78bfd1beb7c42cfb776a4c81106e19c8911366297", - "zh:4578ca03d1dd0b7f572d96bd03f744be24c726bfd282173d54b100fd221608bb", - "zh:6c475491d1250050765a91a493ef330adc24689e8837a0f07da5a0e1269e11c1", - "zh:81bde94d53cdababa5b376bbc6947668be4c45ab655de7aa2e8e4736dfd52509", - "zh:abdce260840b7b050c4e401d4f75c7a199fafe58a8b213947a258f75ac18b3e8", - "zh:b754cebfc5184873840f16a642a7c9ef78c34dc246a8ae29e056c79939963c7a", - "zh:c928b66086078f9917aef0eec15982f2e337914c5c4dbc31dd4741403db7eb18", - "zh:cded27bee5f24de6f2ee0cfd1df46a7f88e84aaffc2ecbf3ff7094160f193d50", - "zh:d65eb3867e8f69aaf1b8bb53bd637c99c6b649ba3db16ded50fa9a01076d1a27", - "zh:ecb0c8b528c7a619fa71852bb3fb5c151d47576c5aab2bf3af4db52588722eeb", + "h1:Ka8mEwRFXBabR33iN/WTIEW6RP0z13vFsDlwn11Pf2I=", + "zh:14c35d89307988c835a7f8e26f1b83ce771e5f9b41e407f86a644c0152089ac2", + "zh:2fb9fe7a8b5afdbd3e903acb6776ef1be3f2e587fb236a8c60f11a9fa165faa8", + "zh:35808142ef850c0c60dd93dc06b95c747720ed2c40c89031781165f0c2baa2fc", + "zh:35b5dc95bc75f0b3b9c5ce54d4d7600c1ebc96fbb8dfca174536e8bf103c8cdc", + "zh:38aa27c6a6c98f1712aa5cc30011884dc4b128b4073a4a27883374bfa3ec9fac", + "zh:51fb247e3a2e88f0047cb97bb9df7c228254a3b3021c5534e4563b4007e6f882", + "zh:62b981ce491e38d892ba6364d1d0cdaadcee37cc218590e07b310b1dfa34be2d", + "zh:bc8e47efc611924a79f947ce072a9ad698f311d4a60d0b4dfff6758c912b7298", + "zh:c149508bd131765d1bc085c75a870abb314ff5a6d7f5ac1035a8892d686b6297", + "zh:d38d40783503d278b63858978d40e07ac48123a2925e1a6b47e62179c046f87a", "zh:f569b65999264a9416862bca5cd2a6177d94ccb0424f3a4ef424428912b9cb3c", + "zh:fb07f708e3316615f6d218cec198504984c0ce7000b9f1eebff7516e384f4b54", ] } provider "registry.terraform.io/hashicorp/vault" { - version = "4.5.0" + version = "5.1.0" hashes = [ - "h1:oKiQcEqj/HTCMzgGtZ531D/jnnM0i7iguSM8pU7aK8U=", - "zh:0a9301aa6a9b59db97682be568329526033bb50a4a308ad695c2a1877c1241c3", - "zh:0f8fee69ea4eaa27b86a391edc7de8e8b215e3c48f7074bab799986d5f707014", - "zh:2a2e51fe280e07700920bc8ed29b77e5c79fada0e4d5315d55ec0d2893bb5eed", - "zh:3fc7d9016bebe26a4c779ce6b87b181ed6a1af12499419726b8b0a0e3eaa7234", + "h1:x9cfzSpsdqUfrKM4qD/Mfqvy66ZWKrLtA+PZx7HhqZ8=", + "zh:121c84975a3732d2c68db6b555c37a4520f3c283fd916e25e472e784518662a7", + "zh:2a80da4424db091d3b9846a569b0ae3e60f3e95b0a988ff94f3986391a62c93d", + "zh:2bcb3aadf97aecf0b9f98393affd766b929eafd3cb68ed4f26419405c3e8ec64", + "zh:5a5f11db49784e9be251fbad2bb3a46c5f9999ab4e1ea7940f120b3743afca28", "zh:78d5eefdd9e494defcb3c68d282b8f96630502cac21d1ea161f53cfe9bb483b3", - "zh:813a9e4875e58dbca2526b3088c0f76dbb2a66b10b910497a0b703518eaa73cd", - "zh:889ed6f21b94f89b8cbc4224454ced01a2792f12f53379d2fb1a2f2749bf624a", - "zh:acf9c01d403584015005083e64d8479d167e4f54e87e540311010133fcb5b023", - "zh:b377945a4b6a75c79793cb92c873aacc9c087c2a6e5792a1613f3aa2f3693848", - "zh:be243567b2a76ba2a546449e89764f707477cf25dcdd6d7f3b808ddf40aaf9f6", - "zh:d879fa16f391fb75b779067c751f3b8f80f5f4d73b2ff86814662038878a0ce4", - "zh:e47fb3daac933f5dcb034379fe77c0bf834512da7348e7643457c9af3b2ab36b", + "zh:976b000cf6fa75c33c3b3a3c2e5c67a8c1958744b0521a1f807de9f8855dc961", + "zh:a4321ce4ff9422d90c3c85bb4835a84563eb761d0714d1db9c81ca810a48fd7c", + "zh:a7464751eaf0b9cc7afb03e098d7efcf8c559215f3de7f34a56458e75709c94d", + "zh:ae434febd2590e58040308d18bf772f796b2fad90670be263acdd447db8fb106", + "zh:c61a27d8c9daa483feb4e3fecd42fa9f2887c5588433bb15df6d62572a7bb6f4", + "zh:dd2e8bdc76f09f8a47485d129140cd6126ad722014f6704ad5d8c4f18014571d", + "zh:f15d32b1eaeb419533e586b0c2c1e2b2f732925b3a094e31e9669cd6e6e735f0", ] } provider "registry.terraform.io/hetznercloud/hcloud" { - version = "1.49.1" + version = "1.51.0" constraints = "~> 1.45" hashes = [ - "h1:FKGRNHVbcfQJd8EWrb8Ze5QHkaGr8zI+ZKxBMjvOwPk=", - "zh:3d5f9773da4f8203cf625d04a5a0e4ff7e202684c010a801a945756140c61cde", - "zh:446305d492017cda91e5c15122ec16ff15bfe3ef4d3fd6bcea0cdf7742ab1b86", - "zh:44d4f9156ed8b4f0444bd4dc456825940be49048828565964a192286d28c9f20", - "zh:492ad893d2f89bb17c9beb877c8ceb4a16caf39db1a79030fefeada6c7aa217f", - "zh:68dc552c19ad9d209ec6018445df6e06fb77a637513a53cc66ddce1b024082be", - "zh:7492495ffda6f6c49ab38b539bd2eb965b1150a63fb6b191a27dec07d17601cb", - "zh:850fe92005981ea00db86c3e49ba5b49732fdf1f7bd5530a68f6e272847059fc", - "zh:8cb67f744c233acfb1d68a6c27686315439d944edf733b95f113b4aa63d86713", - "zh:8e13dac46e8c2497772ed1baee701b1d1c26bcc95a63b5c4566c83468f504868", - "zh:c44249c6a8ba931e208a334792686b5355ab2da465cadea03c1ea8e73c02db12", - "zh:d103125a28a85c89aea0cb0c534fe3f504416c4d4fc75c37364b9ec5f66dd77d", - "zh:ed8f64e826aa9bfca95b72892271678cb78411b40d7b404a52404141e05a4ab1", - "zh:f40efad816de00b279bd1e2cbf62c76b0e5b2da150a0764f259984b318e30945", - "zh:f5e912d0873bf4ecc43feba4ceccdf158048080c76d557e47f34749139fdd452", + "h1:yER+O3OKYfxBAO7KVYZzH+4EYrmorCO0J0hlnRUfH00=", + "zh:0e8e78084c12866e8e3873011bcac125780b62afeaa518d4749b9a063ae6e32b", + "zh:145738cee21bcdeea1cf82f0d44f7f239c27c2214249e5e5079668c479522a8a", + "zh:164406be8ee83952f58a449d514837cc6d9763b6d29e72262d5582d5d5b89315", + "zh:1a0e6ffab3196b35ca65eb445622615bb8dddd68d0bf350ed60d25e1e74f67dc", + "zh:3b7729d1bb5cc7a5af60b42a607f7b3fec690192b1efb55e2341cee88405ecb0", + "zh:3bcfc5c40d1b7702f39dac5d2dd9eef58c9c934effb4676e26fbe85fe2057e8f", + "zh:3ce193892dca025b804de6d99316c50a33462eb36336006a9db7ea44be439eba", + "zh:4f92437e1eba8eafe4417f8b61d557ed47f121622305ee2b3c13c31e45c69ca4", + "zh:554c308bf64b603a075a8f13a151a136b68ba382c2d83977a0df26de7dea2d3d", + "zh:8c57aa6032fed5da43a0102a4f26262c0496803b99f2f92e5ceb02c80161e291", + "zh:99cd4d246d0ad3a3529176df22a47f254700f8c4fc33f62c14464259284945b7", + "zh:af38a4d1e93f2392a296970ba4ecea341204e888d579cd74642e9f23a94b3b06", + "zh:f0766d42dd97b3eac6fa614fa5809ff2511c9104f3834d0d4b6e84674f13f092", + "zh:f20f7379876ede225f3b6f0719826706a171ea4c1dd438a8a3103dee8fe43ccc", ] } diff --git a/infra/clusters/bridge/backend.tfvars b/infra/clusters/bridge/backend.tfvars index dc42882..3d001af 100644 --- a/infra/clusters/bridge/backend.tfvars +++ b/infra/clusters/bridge/backend.tfvars @@ -1,6 +1,6 @@ endpoints = { s3 = "https://storage.bridge.fourlights.dev" } -access_key = "" -secret_key = "" +access_key = "T8V84SHIVT6MAV424ES0" +secret_key = "23+N28yBK+cL3O2t9xsstT8jr2TpK+SgORCVIuxc" bucket = "management" key = "terraform.tfstate" region = "eu-central-1" diff --git a/infra/clusters/bridge/terraform.tfvars b/infra/clusters/bridge/terraform.tfvars index da896a8..265984d 100644 --- a/infra/clusters/bridge/terraform.tfvars +++ b/infra/clusters/bridge/terraform.tfvars @@ -1,9 +1,9 @@ endpoints = { s3 = "https://storage.bridge.fourlights.dev" } -access_key = "" -secret_key = "" +access_key = "T8V84SHIVT6MAV424ES0" +secret_key = "23+N28yBK+cL3O2t9xsstT8jr2TpK+SgORCVIuxc" bucket = "management" region = "eu-central-1" minio_server = "storage.bridge.fourlights.dev" rancher_server = "https://rancher.bridge.fourlights.dev" -vault_token = "hvs.CAESIPcy0DY5Jc-d0P2ZRRhiLXr3DmOOawpoA6--QTCoRCqqGh4KHGh2cy5lZjhJdTRINEVKaU55Q21VUTg4ZzZwSWI" +vault_token = "hvs.BsIbdvXLdbQn0v4sR3jSWJa9" vault_addr = "https://vault.bridge.fourlights.dev" diff --git a/infra/modules/argocd/main.tf b/infra/modules/argocd/main.tf index 805e029..fd5b6e2 100644 --- a/infra/modules/argocd/main.tf +++ b/infra/modules/argocd/main.tf @@ -31,23 +31,23 @@ resource "kubernetes_secret" "argocd-tls" { } resource "helm_release" "argocd" { - depends_on = [var.wait_on, kubernetes_secret.argocd-tls] + depends_on = [var.wait_on] name = "argocd" repository = "https://charts.bitnami.com/bitnami" chart = "argo-cd" namespace = kubernetes_namespace.argocd.metadata[0].name - version = "7.0.20" + version = "9.0.29" create_namespace = false wait = true wait_for_jobs = true - set_sensitive { + set_sensitive = [{ name = "config.secret.argocdServerAdminPassword" value = random_password.admin_password.result - } + }] values = [ - templatefile("${path.module}/values.yaml", { + templatefile("${path.module}/values.yaml.tftpl", { service_uri = local.service_uri, server_dns = var.server_dns, grpc_service_uri = local.grpc_service_uri, @@ -58,8 +58,9 @@ resource "helm_release" "argocd" { oauth_issuer = var.oauth_issuer, oauth_client_id = var.oauth_client_id, oauth_client_secret = var.oauth_client_secret, - oauth_redirect_uri = var.oauth_redirect_uri - tls = var.tls + oauth_redirect_uri = var.oauth_redirect_uri, + tls = var.tls, + ingress_class = var.ingressClass }) ] } diff --git a/infra/modules/argocd/provider.tf b/infra/modules/argocd/provider.tf index 6c84a8e..42c5053 100644 --- a/infra/modules/argocd/provider.tf +++ b/infra/modules/argocd/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/argocd/repository/provider.tf b/infra/modules/argocd/repository/provider.tf index 6c84a8e..42c5053 100644 --- a/infra/modules/argocd/repository/provider.tf +++ b/infra/modules/argocd/repository/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/argocd/values.yaml b/infra/modules/argocd/values.yaml.tftpl similarity index 60% rename from infra/modules/argocd/values.yaml rename to infra/modules/argocd/values.yaml.tftpl index 0041e9f..ece7647 100644 --- a/infra/modules/argocd/values.yaml +++ b/infra/modules/argocd/values.yaml.tftpl @@ -1,13 +1,3 @@ -commonEnvVars: &commonEnvVars - - name: REDIS_USERNAME - value: "" - - name: REDIS_PASSWORD - value: ${ redis_password } - -commonArgs: &commonRedisArgs - - --redis=${ redis_service_uri }:6379 - - --redisdb=${ redis_index } - redis: enabled: false @@ -23,25 +13,45 @@ dex: enabled: true controller: - extraArgs: *commonRedisArgs - extraEnvVars: *commonEnvVars + extraArgs: + - --redis=${ redis_service_uri }:6379 + - --redisdb=${ redis_index } + extraEnvVars: + - name: REDIS_USERNAME + value: "" + - name: REDIS_PASSWORD + value: ${ redis_password } repoServer: - extraArgs: *commonRedisArgs - extraEnvVars: *commonEnvVars + extraArgs: + - --redis=${ redis_service_uri }:6379 + - --redisdb=${ redis_index } + extraEnvVars: + - name: REDIS_USERNAME + value: "" + - name: REDIS_PASSWORD + value: ${ redis_password } server: - extraArgs: *commonRedisArgs - extraEnvVars: *commonEnvVars + extraArgs: + - --redis=${ redis_service_uri }:6379 + - --redisdb=${ redis_index } + extraEnvVars: + - name: REDIS_USERNAME + value: "" + - name: REDIS_PASSWORD + value: ${ redis_password } url: https://${ service_uri } insecure: true ingress: enabled: true - ingressClassName: traefik + ingressClassName: ${ingress_class} hostname: ${ service_uri } annotations: - kubernetes.io/ingress.class: traefik + kubernetes.io/ingress.class: ${ingress_class} + cert-manager.io/cluster-issuer: letsencrypt + %{ if ingress_class == "traefik" } %{ if tls } traefik.ingress.kubernetes.io/router.entrypoints: web,websecure traefik.ingress.kubernetes.io/router.middlewares: default-redirect-to-https@kubernetescrd,default-preserve-host-headers@kubernetescrd @@ -49,6 +59,10 @@ server: traefik.ingress.kubernetes.io/router.entrypoints: web traefik.ingress.kubernetes.io/router.middlewares: default-preserve-host-headers@kubernetescrd %{ endif } + %{ else } + nginx.ingress.kubernetes.io/force-ssl-redirect: "true" + nginx.ingress.kubernetes.io/ssl-passthrough: "true" + %{ endif } %{ if tls } extraTls: - hosts: @@ -81,8 +95,10 @@ server: - openid - groups logoutURL: "${ oauth_redirect_uri }" + getUserInfo: true claimMapping: - name: fullName # ArgoCD expects 'name', FusionAuth provides 'fullName' + name: fullName + groups: "urn:zitadel:iam:org:project:roles" preferred_username: email - %{ endif } + %{ endif } diff --git a/infra/modules/argocd/variables.tf b/infra/modules/argocd/variables.tf index 4311573..6b46fdd 100644 --- a/infra/modules/argocd/variables.tf +++ b/infra/modules/argocd/variables.tf @@ -69,3 +69,9 @@ variable "tls" { type = bool default = false } + +variable "ingressClass" { + description = "Ingress class to use" + type = string + default = "nginx" +} diff --git a/infra/modules/cert-manager/hetzner/main.tf b/infra/modules/cert-manager/hetzner/main.tf index 61db133..7050ad6 100644 --- a/infra/modules/cert-manager/hetzner/main.tf +++ b/infra/modules/cert-manager/hetzner/main.tf @@ -4,10 +4,10 @@ resource "helm_release" "cert-manager-webhook-hetzner" { repository = "https://vadimkim.github.io/cert-manager-webhook-hetzner" chart = "cert-manager-webhook-hetzner" - set { + set = [{ name = "groupName" value = "acme.${var.tld}" - } + }] } resource "kubernetes_secret" "hetzner-secret" { diff --git a/infra/modules/cert-manager/hetzner/provider.tf b/infra/modules/cert-manager/hetzner/provider.tf index 7b43e74..8cb018b 100644 --- a/infra/modules/cert-manager/hetzner/provider.tf +++ b/infra/modules/cert-manager/hetzner/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/cert-manager/main.tf b/infra/modules/cert-manager/main.tf index 5bf7d79..fc547d1 100644 --- a/infra/modules/cert-manager/main.tf +++ b/infra/modules/cert-manager/main.tf @@ -5,22 +5,22 @@ resource "helm_release" "cert_manager" { create_namespace = true wait = true - set { + set = [{ name = "installCRDs" value = "true" - } - - set_list { - name = "dnsConfig.nameservers" - value = ["1.1.1.1", "8.8.8.8"] - } - - set { + }, + { name = "email" value = var.email - } + }] + + set_list = [{ + name = "dnsConfig.nameservers" + value = ["1.1.1.1", "8.8.8.8"] + }] } + output "installed" { value = true depends_on = [helm_release.cert_manager] diff --git a/infra/modules/cert-manager/provider.tf b/infra/modules/cert-manager/provider.tf index 71bc030..1de7152 100644 --- a/infra/modules/cert-manager/provider.tf +++ b/infra/modules/cert-manager/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/cluster/devops/provider.tf b/infra/modules/cluster/devops/provider.tf index 79fba7c..7cd8ea3 100644 --- a/infra/modules/cluster/devops/provider.tf +++ b/infra/modules/cluster/devops/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/cluster/init-rke2/main.tf b/infra/modules/cluster/init-rke2/main.tf index 754ba06..76603f8 100644 --- a/infra/modules/cluster/init-rke2/main.tf +++ b/infra/modules/cluster/init-rke2/main.tf @@ -7,6 +7,106 @@ module "longhorn" { wait_on = var.wait_on } +resource "helm_release" "descheduler" { + name = "descheduler" + repository = "https://kubernetes-sigs.github.io/descheduler/" + chart = "descheduler" + namespace = "kube-system" + version = "0.33.0" + + values = [ + yamlencode({ + deschedulerPolicy = { + # Only evict pods older than 5 minutes + maxPodLifeTimeSeconds = 300 + + # Respect PodDisruptionBudgets + evictLocalStoragePods = false + ignorePvcPods = true + + strategies = { + LowNodeUtilization = { + enabled = true + params = { + nodeResourceUtilizationThresholds = { + thresholds = { + cpu = 30 + memory = 30 + } + targetThresholds = { + cpu = 50 + memory = 50 + } + } + evictableNamespaces = { + exclude = ["kube-system", "longhorn-system"] + } + } + } + } + } + + # Additional settings + schedule = "*/10 * * * *" # Run every 10 minutes + + # Don't run on control plane nodes + nodeSelector = { + "node-role.kubernetes.io/control-plane" = null + } + + # Resource limits for the descheduler pod itself + resources = { + requests = { + cpu = "100m" + memory = "100Mi" + } + limits = { + cpu = "500m" + memory = "256Mi" + } + } + }) + ] +} + +# resource "kubernetes_config_map" "scheduler_config" { +# metadata { +# name = "scheduler-config" +# namespace = "kube-system" +# } +# +# data = { +# "config.yaml" = yamlencode({ +# apiVersion = "kubescheduler.config.k8s.io/v1beta3" +# kind = "KubeSchedulerConfiguration" +# profiles = [{ +# schedulerName = "default-scheduler" +# plugins = { +# score = { +# enabled = [ +# { name = "NodeResourcesFit", weight = 100 }, +# { name = "NodeResourcesBalancedAllocation", weight = 100 }, +# { name = "NodeAffinity", weight = 50 }, +# { name = "InterPodAffinity", weight = 50 }, +# { name = "NodePreferAvoidPods", weight = 10000 }, +# { name = "TaintToleration", weight = 100 } +# ] +# } +# } +# pluginConfig = [{ +# name = "NodeResourcesBalancedAllocation" +# args = { +# resources = [ +# { name = "cpu", weight = 100 }, +# { name = "memory", weight = 100 } +# ] +# } +# }] +# }] +# }) +# } +# } + # Configure ingress to allow forwarded headers resource "kubernetes_manifest" "rke2-ingress-nginx-config" { manifest = { @@ -21,6 +121,25 @@ resource "kubernetes_manifest" "rke2-ingress-nginx-config" { controller: config: use-forwarded-headers: "true" + + # Buffer settings to prevent "upstream sent too big header" errors + proxy-buffer-size: "16k" + proxy-buffers: "8 16k" + proxy-busy-buffers-size: "32k" + large-client-header-buffers: "4 16k" + client-header-buffer-size: "16k" + client-body-buffer-size: "16k" + + # File upload settings for production + client-max-body-size: "100m" + proxy-body-size: "100m" + proxy-request-buffering: "off" + + # Additional production timeouts + proxy-connect-timeout: "600" + proxy-send-timeout: "600" + proxy-read-timeout: "600" + client-body-timeout: "600" EOT } } diff --git a/infra/modules/cluster/init-rke2/provider.tf b/infra/modules/cluster/init-rke2/provider.tf index 7b43e74..8cb018b 100644 --- a/infra/modules/cluster/init-rke2/provider.tf +++ b/infra/modules/cluster/init-rke2/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/cluster/provider.tf b/infra/modules/cluster/provider.tf index 1bbdce0..bb24c0e 100644 --- a/infra/modules/cluster/provider.tf +++ b/infra/modules/cluster/provider.tf @@ -36,7 +36,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/cluster/tls/provider.tf b/infra/modules/cluster/tls/provider.tf index 7b43e74..8cb018b 100644 --- a/infra/modules/cluster/tls/provider.tf +++ b/infra/modules/cluster/tls/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/fusionauth/provider.tf b/infra/modules/fusionauth/provider.tf index 7b43e74..8cb018b 100644 --- a/infra/modules/fusionauth/provider.tf +++ b/infra/modules/fusionauth/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/homepage/main.tf b/infra/modules/homepage/main.tf index 7cd6fc6..63eaa79 100644 --- a/infra/modules/homepage/main.tf +++ b/infra/modules/homepage/main.tf @@ -4,7 +4,7 @@ resource "helm_release" "homepage" { chart = "homepage" namespace = var.namespace create_namespace = true - version = "2.0.1" + version = "2.1.0" values = [ templatefile("${path.module}/values.yaml.tftpl", { diff --git a/infra/modules/homepage/provider.tf b/infra/modules/homepage/provider.tf index 7b43e74..8cb018b 100644 --- a/infra/modules/homepage/provider.tf +++ b/infra/modules/homepage/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/homepage/values.yaml.tftpl b/infra/modules/homepage/values.yaml.tftpl index a784e46..66e9fa9 100644 --- a/infra/modules/homepage/values.yaml.tftpl +++ b/infra/modules/homepage/values.yaml.tftpl @@ -26,6 +26,10 @@ serviceAccount: # This enables the service account to access the necessary resources enableRbac: true +env: + - name: HOMEPAGE_ALLOWED_HOSTS + value: ${service_uri} + ingress: main: enabled: true diff --git a/infra/modules/letsencrypt/provider.tf b/infra/modules/letsencrypt/provider.tf index 71bc030..1de7152 100644 --- a/infra/modules/letsencrypt/provider.tf +++ b/infra/modules/letsencrypt/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/longhorn/main.tf b/infra/modules/longhorn/main.tf index d2a98b2..1992c67 100644 --- a/infra/modules/longhorn/main.tf +++ b/infra/modules/longhorn/main.tf @@ -7,50 +7,38 @@ resource "helm_release" "longhorn" { create_namespace = true version = "1.7.1" - set { - name = "defaultSettings.defaultDataPath" - value = "/var/lib/longhorn/" - } - - set { - name = "defaultSettings.defaultDataLocality" - value = "best-effort" - } - - set { - name = "defaultSettings.storageOverProvisioningPercentage" - value = "90" - } - - # set { - # name = "global.cattle.systemDefaultRegistry" - # value = "" # Set this to your private registry if you're using one - # } - - set { - name = "csi.kubeletRootDir" - value = "/var/lib/kubelet" # Adjust if your Rancher setup uses a different path - } - - set { - name = "enablePSP" - value = "false" - } - - set { - name = "serviceMonitor.enabled" - value = "true" - } - - set { - name = "persistence.defaultClassReplicaCount" - value = "1" - } - - set { - name = "persistence.defaultDataLocality" - value = "best-effort" - } + set = [{ + name = "defaultSettings.defaultDataPath" + value = "/var/lib/longhorn/" + }, + { + name = "defaultSettings.defaultDataLocality" + value = "best-effort" + }, + { + name = "defaultSettings.storageOverProvisioningPercentage" + value = "90" + }, + { + name = "csi.kubeletRootDir" + value = "/var/lib/kubelet" # Adjust if your Rancher setup uses a different path + }, + { + name = "enablePSP" + value = "false" + }, + { + name = "serviceMonitor.enabled" + value = "true" + }, + { + name = "persistence.defaultClassReplicaCount" + value = "1" + }, + { + name = "persistence.defaultDataLocality" + value = "best-effort" + }] } output "installed" { diff --git a/infra/modules/longhorn/provider.tf b/infra/modules/longhorn/provider.tf index 7b43e74..8cb018b 100644 --- a/infra/modules/longhorn/provider.tf +++ b/infra/modules/longhorn/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/mijn-365zon-nl/provider.tf b/infra/modules/mijn-365zon-nl/provider.tf index 71bc030..1de7152 100644 --- a/infra/modules/mijn-365zon-nl/provider.tf +++ b/infra/modules/mijn-365zon-nl/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/minio/main.tf b/infra/modules/minio/main.tf index 4b4a3ae..c4d8d3f 100644 --- a/infra/modules/minio/main.tf +++ b/infra/modules/minio/main.tf @@ -23,40 +23,39 @@ resource "helm_release" "minio" { wait = true wait_for_jobs = true - set_sensitive { - name = "auth.rootUser" - value = random_password.minio_access_key.result - } + set_sensitive = [{ + name = "auth.rootUser" + value = random_password.minio_access_key.result + }, + { + name = "auth.rootPassword" + value = random_password.minio_secret_key.result + }] - set_sensitive { - name = "auth.rootPassword" - value = random_password.minio_secret_key.result - } - - set { + set = [{ name = "mode" value = var.mode - } + }, - set { + { name = "resourcesPreset" value = "nano" - } + }, - set { + { name = "statefulset.replicaCount" value = var.replicas - } + }, - set { + { name = "statefulset.drivesPerNode" value = var.replicas < 4 ? 2 : 1 - } + }, - set { + { name = "persistence.size" value = var.storageSize - } + }] values = [ templatefile("${path.module}/values.yaml.tftpl", { diff --git a/infra/modules/minio/provider.tf b/infra/modules/minio/provider.tf index 7b43e74..8cb018b 100644 --- a/infra/modules/minio/provider.tf +++ b/infra/modules/minio/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/minio/tenant/main.tf b/infra/modules/minio/tenant/main.tf index d30b941..29b9a65 100644 --- a/infra/modules/minio/tenant/main.tf +++ b/infra/modules/minio/tenant/main.tf @@ -3,11 +3,11 @@ resource "null_resource" "health_check" { provisioner "local-exec" { command = <<-EOT - until curl -s -f "https://${var.server}/minio/health/live" || [[ $attempts -ge 10 ]]; do + until curl -s -f "https://${var.server}/minio/health/live" || [[ $attempts -ge 60 ]]; do sleep 10 attempts=$((attempts+1)) done - if [[ $attempts -ge 10 ]]; then + if [[ $attempts -ge 60 ]]; then echo "Minio health check failed after maximum attempts" exit 1 fi @@ -38,7 +38,7 @@ resource "minio_s3_bucket_policy" "overlay" { "s3:GetBucketLocation" ], "Resource" : [ - minio_s3_bucket.overlay.arn + minio_s3_bucket.overlay.arn, ] }, { @@ -52,7 +52,7 @@ resource "minio_s3_bucket_policy" "overlay" { "s3:ListBucket" ], "Resource" : [ - minio_s3_bucket.overlay.arn + minio_s3_bucket.overlay.arn, ], "Condition" : { "StringEquals" : { @@ -73,7 +73,72 @@ resource "minio_s3_bucket_policy" "overlay" { "s3:GetObject" ], "Resource" : [ - "${minio_s3_bucket.overlay.arn}/**" + "${minio_s3_bucket.overlay.arn}/**", + ] + } + ] + }) +} + +resource "minio_s3_bucket" "uploads" { + depends_on = [null_resource.health_check] + bucket = "uploads" + acl = "private" +} + +resource "minio_s3_bucket_policy" "uploads" { + depends_on = [minio_s3_bucket.uploads] + bucket = minio_s3_bucket.uploads.bucket + policy = jsonencode({ + "Version" : "2012-10-17", + "Statement" : [ + { + "Effect" : "Allow", + "Principal" : { + "AWS" : [ + "*" + ] + }, + "Action" : [ + "s3:GetBucketLocation" + ], + "Resource" : [ + minio_s3_bucket.uploads.arn, + ] + }, + { + "Effect" : "Allow", + "Principal" : { + "AWS" : [ + "*" + ] + }, + "Action" : [ + "s3:ListBucket" + ], + "Resource" : [ + minio_s3_bucket.uploads.arn, + ], + "Condition" : { + "StringEquals" : { + "s3:prefix" : [ + "*" + ] + } + } + }, + { + "Effect" : "Allow", + "Principal" : { + "AWS" : [ + "*" + ] + }, + "Action" : [ + "s3:GetObject" + ], + "Resource" : [ + "${minio_s3_bucket.uploads.arn}/**", ] } ] @@ -86,7 +151,7 @@ resource "minio_iam_user" "overlay" { } resource "minio_iam_policy" "overlay" { - depends_on = [minio_s3_bucket.overlay] + depends_on = [minio_s3_bucket.overlay, minio_s3_bucket.uploads] name = minio_s3_bucket.overlay.bucket policy = jsonencode({ Version = "2012-10-17" @@ -94,7 +159,7 @@ resource "minio_iam_policy" "overlay" { { Effect = "Allow" Action = ["s3:ListBucket"] - Resource = [minio_s3_bucket.overlay.arn] + Resource = [minio_s3_bucket.overlay.arn, minio_s3_bucket.uploads.arn, ] }, { Effect = "Allow" @@ -103,7 +168,7 @@ resource "minio_iam_policy" "overlay" { "s3:PutObject", "s3:DeleteObject" ] - Resource = ["${minio_s3_bucket.overlay.arn}/*"] + Resource = ["${minio_s3_bucket.overlay.arn}/*", "${minio_s3_bucket.uploads.arn}/*"] } ] }) @@ -118,7 +183,7 @@ resource "minio_iam_user_policy_attachment" "overlay" { } resource "minio_iam_service_account" "overlay" { - depends_on = [minio_iam_user.overlay, minio_s3_bucket.overlay] + depends_on = [minio_iam_user.overlay, minio_s3_bucket.overlay, minio_s3_bucket.uploads] target_user = minio_iam_user.overlay.name policy = jsonencode({ Version = "2012-10-17" @@ -126,7 +191,7 @@ resource "minio_iam_service_account" "overlay" { { Effect = "Allow" Action = ["s3:ListBucket"] - Resource = [minio_s3_bucket.overlay.arn] + Resource = [minio_s3_bucket.overlay.arn, minio_s3_bucket.uploads.arn] }, { Effect = "Allow" @@ -135,7 +200,7 @@ resource "minio_iam_service_account" "overlay" { "s3:PutObject", "s3:DeleteObject" ] - Resource = ["${minio_s3_bucket.overlay.arn}/*"] + Resource = ["${minio_s3_bucket.overlay.arn}/*", "${minio_s3_bucket.uploads.arn}/*"] } ] }) diff --git a/infra/modules/minio/values.yaml.tftpl b/infra/modules/minio/values.yaml.tftpl index 68568d3..6d639dc 100644 --- a/infra/modules/minio/values.yaml.tftpl +++ b/infra/modules/minio/values.yaml.tftpl @@ -1,6 +1,12 @@ tls: enabled: ${tobool(tls)} +metrics: + enabled: true + serviceMonitor: + enabled: true + namespace: monitoring + ingress: enabled: ${tobool(admin)} tls: ${tobool(tls)} @@ -51,3 +57,13 @@ apiIngress: ingress.kubernetes.io/proxy-body-size: "0" nginx.ingress.kubernetes.io/proxy-body-size: "0" %{ endif } + +affinity: + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - weight: 100 + podAffinityTerm: + labelSelector: + matchLabels: + app.kubernetes.io/name: minio + topologyKey: kubernetes.io/hostname \ No newline at end of file diff --git a/infra/modules/mongodb/provider.tf b/infra/modules/mongodb/provider.tf index 6c84a8e..42c5053 100644 --- a/infra/modules/mongodb/provider.tf +++ b/infra/modules/mongodb/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/monitoring/locals.tf b/infra/modules/monitoring/locals.tf new file mode 100644 index 0000000..6bf05a2 --- /dev/null +++ b/infra/modules/monitoring/locals.tf @@ -0,0 +1,3 @@ +locals { + service_uri = join(".", [var.service_name, var.server_dns]) +} diff --git a/infra/modules/monitoring/main.tf b/infra/modules/monitoring/main.tf new file mode 100644 index 0000000..bdcc875 --- /dev/null +++ b/infra/modules/monitoring/main.tf @@ -0,0 +1,92 @@ +# Monitoring stack for k3s cluster with Thanos +terraform { + required_providers { + helm = { + source = "hashicorp/helm" + version = ">= 2.0.0" + } + kubernetes = { + source = "hashicorp/kubernetes" + version = ">= 2.0.0" + } + } +} + +# Create monitoring namespace +resource "kubernetes_namespace" "monitoring" { + metadata { + name = "monitoring" + } + + lifecycle { + ignore_changes = [metadata] + } +} + +resource "random_password" "grafana_admin_password" { + length = 40 + special = false +} + +# Create secret for remote write authentication +resource "kubernetes_secret" "prometheus_remote_write_auth" { + metadata { + name = "prometheus-remote-write-auth" + namespace = kubernetes_namespace.monitoring.metadata[0].name + } + + data = { + username = var.remote_write_username + password = var.remote_write_password + } +} + +# Prometheus + Grafana + Alertmanager stack +resource "helm_release" "kube_prometheus_stack" { + depends_on = [var.wait_on, kubernetes_secret.prometheus_remote_write_auth] + + name = "monitoring" + repository = "https://prometheus-community.github.io/helm-charts" + chart = "kube-prometheus-stack" + namespace = kubernetes_namespace.monitoring.metadata[0].name + version = "75.9.0" # Specify version for reproducibility + + # Use values from template file + values = [ + templatefile("${path.module}/monitoring-values.yaml.tftpl", { + remote_write_url = var.remote_write_url + remote_read_url = var.remote_read_url + grafana_admin_password = random_password.grafana_admin_password.result + }) + ] +} + +# Output important endpoints +output "grafana_url" { + value = "http://monitoring-grafana.${kubernetes_namespace.monitoring.metadata[0].name}.svc.cluster.local" +} + +output "alertmanager_url" { + value = "http://monitoring-kube-prometheus-alertmanager.${kubernetes_namespace.monitoring.metadata[0].name}.svc.cluster.local:9093" +} + +output "prometheus_url" { + value = "http://monitoring-kube-prometheus-prometheus.${kubernetes_namespace.monitoring.metadata[0].name}.svc.cluster.local:9090" +} + +# Instructions for accessing services +output "access_instructions" { + value = <<-EOT + To access services from outside the cluster: + + Grafana: + kubectl port-forward -n ${kubernetes_namespace.monitoring.metadata[0].name} svc/monitoring-grafana 3000:80 + + Alertmanager: + kubectl port-forward -n ${kubernetes_namespace.monitoring.metadata[0].name} svc/monitoring-kube-prometheus-alertmanager 9093:9093 + + Default Grafana credentials: + Username: admin + Password: ${random_password.grafana_admin_password.result} + EOT +} \ No newline at end of file diff --git a/infra/modules/monitoring/monitoring-values.yaml.tftpl b/infra/modules/monitoring/monitoring-values.yaml.tftpl new file mode 100644 index 0000000..e9d9f69 --- /dev/null +++ b/infra/modules/monitoring/monitoring-values.yaml.tftpl @@ -0,0 +1,135 @@ +additionalPrometheusRulesMap: + custom-app-rules: + groups: + - name: aspnetcore + interval: 5m + rules: + - alert: HighRequestLatency + expr: histogram_quantile(0.95, sum by (job, instance) (rate(http_request_duration_seconds_bucket[5m]))) > 0.5 + for: 5m + labels: + severity: warning + annotations: + summary: "High request latency on {{ $labels.instance }}" + description: "95th percentile latency is above 500ms (current value: {{ $value }}s)" + - alert: HighErrorRate + expr: 'rate(http_requests_total{status=~"5.."}[5m]) > 0.05' + for: 5m + labels: + severity: critical + annotations: + summary: "High error rate on {{ $labels.instance }}" + description: "Error rate is above 5% (current value: {{ $value }})" + +prometheus: + prometheusSpec: + retention: 24h + retentionSize: 10GB + + resources: + requests: + memory: 200Mi + cpu: 100m + limits: + memory: 500Mi + cpu: 500m + + # Remote write to VictoriaMetrics + remoteWrite: + - url: ${remote_write_url} + queueConfig: + maxSamplesPerSend: 10000 + maxShards: 5 + minShards: 1 + batchSendDeadline: 5s + basicAuth: + username: + name: prometheus-remote-write-auth + key: username + password: + name: prometheus-remote-write-auth + key: password + writeRelabelConfigs: + - sourceLabels: ["__name__"] + regex: "(up|kube_.*|container_.*|node_.*|http_.*|process_.*)" + action: keep + + # Remote read from VictoriaMetrics for old data + remoteRead: + - url: ${remote_read_url} + basicAuth: + username: + name: prometheus-remote-write-auth + key: username + password: + name: prometheus-remote-write-auth + key: password + readRecent: false # Only read data older than local retention + +alertmanager: + enabled: true + alertmanagerSpec: + replicas: 1 + resources: + requests: + memory: 50Mi + cpu: 10m + limits: + memory: 150Mi + cpu: 100m + retention: 24h + +grafana: + resources: + requests: + memory: 100Mi + cpu: 50m + limits: + memory: 300Mi + cpu: 200m + persistence: + enabled: true + size: 1Gi + adminUser: admin + adminPassword: ${grafana_admin_password} + +kubeStateMetrics: + resources: + requests: + memory: 50Mi + cpu: 10m + limits: + memory: 150Mi + cpu: 100m + +nodeExporter: + resources: + requests: + memory: 30Mi + cpu: 10m + limits: + memory: 100Mi + cpu: 100m + +prometheusOperator: + resources: + requests: + memory: 100Mi + cpu: 50m + limits: + memory: 300Mi + cpu: 200m + +defaultRules: + create: true + rules: + alertmanager: true + etcd: false + general: true + k8s: true + kubernetesApps: true + kubernetesResources: true + kubernetesStorage: true + kubernetesSystem: true + node: true + prometheus: true \ No newline at end of file diff --git a/infra/modules/monitoring/provider.tf b/infra/modules/monitoring/provider.tf new file mode 100644 index 0000000..8cb018b --- /dev/null +++ b/infra/modules/monitoring/provider.tf @@ -0,0 +1,33 @@ +locals { + k8s_config = yamldecode(var.k8s_config_yaml) + k8s_host = local.k8s_config.clusters[0].cluster.server + k8s_auth = try( + { + token = local.k8s_config.users[0].user.token + using_token = true + }, + { + client_certificate = base64decode(local.k8s_config.users[0].user["client-certificate-data"]) + client_key = base64decode(local.k8s_config.users[0].user["client-key-data"]) + using_token = false + } + ) +} + +provider "kubernetes" { + host = local.k8s_host + insecure = true + token = local.k8s_auth.using_token ? local.k8s_auth.token : null + client_certificate = local.k8s_auth.using_token ? null : local.k8s_auth.client_certificate + client_key = local.k8s_auth.using_token ? null : local.k8s_auth.client_key +} + +provider "helm" { + kubernetes = { + host = local.k8s_host + insecure = true + token = local.k8s_auth.using_token ? local.k8s_auth.token : null + client_certificate = local.k8s_auth.using_token ? null : local.k8s_auth.client_certificate + client_key = local.k8s_auth.using_token ? null : local.k8s_auth.client_key + } +} diff --git a/infra/modules/monitoring/variables.tf b/infra/modules/monitoring/variables.tf new file mode 100644 index 0000000..2a5d2cf --- /dev/null +++ b/infra/modules/monitoring/variables.tf @@ -0,0 +1,60 @@ +variable "remote_write_url" { + description = "URL for remote write endpoint on local machine" + type = string + default = "https://metrics.binarysunset.dev/api/v1/write" +} + +variable "remote_read_url" { + description = "URL for remote read endpoint on local machine" + type = string + default = "https://metrics.binarysunset.dev/api/v1/read" +} + +variable "remote_write_username" { + description = "Username for remote write authentication" + type = string + default = "prometheus" +} + +variable "remote_write_password" { + description = "Password for remote write authentication" + type = string + default = "your-secure-password" + sensitive = true +} + +variable "service_name" { + type = string + description = "Name of the service" + default = "auth" +} + +variable "server_dns" { + type = string + description = "Domain for the server" +} + +variable "k8s_config_yaml" { + description = "Content of k8s config yaml file" + type = string +} + +variable "wait_on" { + type = any + description = "Resources to wait on" + default = true +} + +variable "namespace" { + type = string +} + +variable "enabled" { + type = bool + default = true +} + +variable "ingressClass" { + type = string + default = "nginx" +} diff --git a/infra/modules/postgresql/provider.tf b/infra/modules/postgresql/provider.tf index 6c84a8e..42c5053 100644 --- a/infra/modules/postgresql/provider.tf +++ b/infra/modules/postgresql/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/postgresql/tenant/provider.tf b/infra/modules/postgresql/tenant/provider.tf index 7b43e74..8cb018b 100644 --- a/infra/modules/postgresql/tenant/provider.tf +++ b/infra/modules/postgresql/tenant/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/rabbitmq/main.tf b/infra/modules/rabbitmq/main.tf index 36fd0a8..8fc8195 100644 --- a/infra/modules/rabbitmq/main.tf +++ b/infra/modules/rabbitmq/main.tf @@ -12,20 +12,19 @@ resource "helm_release" "rabbitmq" { create_namespace = true version = "15.1.0" - set_sensitive { + set_sensitive = [{ name = "auth.password" value = random_password.password.result - } + }] - set { + set = [{ name = "replicaCount" value = var.replicas - } - - set { + }, + { name = "persistence.size" value = "4Gi" - } + }] values = [ templatefile("${path.module}/values.yaml.tftpl", { diff --git a/infra/modules/rabbitmq/provider.tf b/infra/modules/rabbitmq/provider.tf index 7b43e74..8cb018b 100644 --- a/infra/modules/rabbitmq/provider.tf +++ b/infra/modules/rabbitmq/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/rancher/main.tf b/infra/modules/rancher/main.tf index e34e524..29bcc66 100644 --- a/infra/modules/rancher/main.tf +++ b/infra/modules/rancher/main.tf @@ -10,15 +10,15 @@ resource "helm_release" "rancher_server" { values = [file("${path.module}/rancher-values.yaml")] - set { + set = [{ name = "hostname" value = join(".", ["rancher", var.server_dns]) - } + }, - set { + { name = "bootstrapPassword" value = "admin" # TODO: change this once the terraform provider has been updated with the new pw bootstrap logic - } + }] } resource "random_password" "admin_password" { diff --git a/infra/modules/rancher/provider.tf b/infra/modules/rancher/provider.tf index 135604e..55f2d55 100644 --- a/infra/modules/rancher/provider.tf +++ b/infra/modules/rancher/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/redis/provider.tf b/infra/modules/redis/provider.tf index 7b43e74..8cb018b 100644 --- a/infra/modules/redis/provider.tf +++ b/infra/modules/redis/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/traefik/provider.tf b/infra/modules/traefik/provider.tf index 71bc030..1de7152 100644 --- a/infra/modules/traefik/provider.tf +++ b/infra/modules/traefik/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/vault/main.tf b/infra/modules/vault/main.tf index a85ae66..2d7d120 100644 --- a/infra/modules/vault/main.tf +++ b/infra/modules/vault/main.tf @@ -40,20 +40,18 @@ resource "helm_release" "vault" { create_namespace = false wait = true - set { + set = [{ name = "server.ha.enabled" value = "false" - } - - set { + }, + { name = "server.ha.replicas" value = "1" - } - - set { + }, + { name = "server.ha.raft.enabled" value = "false" - } + }] values = [ templatefile("${path.module}/values.yaml.tftpl", { diff --git a/infra/modules/vault/provider.tf b/infra/modules/vault/provider.tf index 71bc030..1de7152 100644 --- a/infra/modules/vault/provider.tf +++ b/infra/modules/vault/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/zitadel/api-m2m-swagger/main.tf b/infra/modules/zitadel/api-m2m-swagger/main.tf index 765b3c5..693d9f7 100644 --- a/infra/modules/zitadel/api-m2m-swagger/main.tf +++ b/infra/modules/zitadel/api-m2m-swagger/main.tf @@ -13,7 +13,7 @@ locals { slug_name = provider::slugify::slug(var.name) cluster = "${local.slug_project}.${var.cluster_domain}" - uri = "https://${local.slug_name}.${local.cluster}" + uri = var.uri } module "zitadel_project_application_api" { diff --git a/infra/modules/zitadel/api-m2m-swagger/variables.tf b/infra/modules/zitadel/api-m2m-swagger/variables.tf index 6afa548..12497fa 100644 --- a/infra/modules/zitadel/api-m2m-swagger/variables.tf +++ b/infra/modules/zitadel/api-m2m-swagger/variables.tf @@ -42,3 +42,7 @@ variable "zitadel_domain" { variable "cluster_domain" { type = string } + +variable "uri" { + type = string +} diff --git a/infra/modules/zitadel/main.tf b/infra/modules/zitadel/main.tf index c874912..3443b6f 100644 --- a/infra/modules/zitadel/main.tf +++ b/infra/modules/zitadel/main.tf @@ -40,7 +40,7 @@ resource "helm_release" "zitadel" { name = "zitadel" repository = "https://charts.zitadel.com" chart = "zitadel" - namespace = kubernetes_namespace.zitadel[count.index].metadata[0].name + namespace = kubernetes_namespace.zitadel[count.index].metadata[0].name version = "8.12.0" create_namespace = false wait = true @@ -55,6 +55,7 @@ resource "helm_release" "zitadel" { database_root_username = var.database_root_password != null ? var.database_root_username : null, database_root_password = var.database_root_password display_on_homepage = var.display_on_homepage + ingressClass = var.ingressClass }) ] } diff --git a/infra/modules/zitadel/provider.tf b/infra/modules/zitadel/provider.tf index 7b43e74..8cb018b 100644 --- a/infra/modules/zitadel/provider.tf +++ b/infra/modules/zitadel/provider.tf @@ -23,7 +23,7 @@ provider "kubernetes" { } provider "helm" { - kubernetes { + kubernetes = { host = local.k8s_host insecure = true token = local.k8s_auth.using_token ? local.k8s_auth.token : null diff --git a/infra/modules/zitadel/values.yaml.tftpl b/infra/modules/zitadel/values.yaml.tftpl index 47bc5ed..04999de 100644 --- a/infra/modules/zitadel/values.yaml.tftpl +++ b/infra/modules/zitadel/values.yaml.tftpl @@ -57,11 +57,17 @@ service: ingress: enabled: true - className: traefik + className: ${ingressClass} annotations: - kubernetes.io/ingress.class: traefik - traefik.ingress.kubernetes.io/router.entrypoints: web - traefik.ingress.kubernetes.io/router.middlewares: default-preserve-host-headers@kubernetescrd + kubernetes.io/ingress.class: ${ingressClass} + cert-manager.io/cluster-issuer: letsencrypt + %{ if ingressClass == "traefik" } + traefik.ingress.kubernetes.io/router.entrypoints: web,websecure + traefik.ingress.kubernetes.io/router.middlewares: default-redirect-to-https@kubernetescrd,default-preserve-host-headers@kubernetescrd + %{ else } + nginx.ingress.kubernetes.io/backend-protocol: "GRPC" + nginx.ingress.kubernetes.io/grpc-backend: "true" + %{ endif } %{ if display_on_homepage }gethomepage.dev/enabled: "true" gethomepage.dev/name: "Zitadel" gethomepage.dev/description: "Identity and Access Management" diff --git a/infra/modules/zitadel/variables.tf b/infra/modules/zitadel/variables.tf index 68e3db6..0699bdd 100644 --- a/infra/modules/zitadel/variables.tf +++ b/infra/modules/zitadel/variables.tf @@ -59,3 +59,9 @@ variable "enabled" { type = bool default = true } + +variable "ingressClass" { + description = "Ingress class to use" + type = string + default = "nginx" +} diff --git a/infra/tenants/365zon/provider.tf b/infra/tenants/365zon/provider.tf index 2864e32..2eb31ce 100644 --- a/infra/tenants/365zon/provider.tf +++ b/infra/tenants/365zon/provider.tf @@ -14,9 +14,7 @@ provider "zitadel" { } locals { - k8s_config_path = format("%s/%s", path.root, "../kubeconfig") - k8s_config_yaml = file(local.k8s_config_path) - k8s_config = yamldecode(local.k8s_config_yaml) + k8s_config = yamldecode(var.k8s_config_yaml) k8s_host = local.k8s_config.clusters[0].cluster.server k8s_auth = try( { diff --git a/infra/tenants/365zon/variables.tf b/infra/tenants/365zon/variables.tf index 2c44cb2..0838890 100644 --- a/infra/tenants/365zon/variables.tf +++ b/infra/tenants/365zon/variables.tf @@ -24,3 +24,9 @@ variable "wait_on" { type = any default = true } +variable "k8s_config_yaml" { + description = "Content of k8s config yaml file" + type = string +} + + diff --git a/infra/tenants/365zon/zitadel/main.tf b/infra/tenants/365zon/zitadel/main.tf index 6274c71..fd55762 100644 --- a/infra/tenants/365zon/zitadel/main.tf +++ b/infra/tenants/365zon/zitadel/main.tf @@ -1,7 +1,7 @@ locals { tld = "fourlights.dev" - cluster_dns = "venus.${local.tld}" - domain = "zitadel.${local.cluster_dns}" + cluster_dns = "365zon" + domain = "zitadel.${local.cluster_dns}.${local.tld}" org_domain = "fourlights.${local.domain}" } @@ -75,6 +75,7 @@ module "zitadel_project_application_core" { name = "Core" zitadel_domain = local.domain cluster_domain = local.cluster_dns + uri = "https://api.${local.cluster_dns}.${local.tld}" namespace = var.namespace project = var.name @@ -93,6 +94,7 @@ module "zitadel_project_application_salesforce" { name = "Salesforce" zitadel_domain = local.domain cluster_domain = local.cluster_dns + uri = "https://salesforce.${local.cluster_dns}.${local.tld}" namespace = var.namespace project = var.name @@ -110,6 +112,7 @@ module "zitadel_project_application_external" { name = "External" zitadel_domain = local.domain cluster_domain = local.cluster_dns + uri = "https://external.${local.cluster_dns}.${local.tld}" namespace = var.namespace project = var.name @@ -127,6 +130,7 @@ module "zitadel_project_application_module_internal" { name = "Internal" zitadel_domain = local.domain cluster_domain = local.cluster_dns + uri = "https://internal.${local.cluster_dns}.${local.tld}" namespace = var.namespace project = var.name diff --git a/infra/tenants/argocd/zitadel/variables.tf b/infra/tenants/argocd/zitadel/variables.tf index 6f6cdd8..00de29b 100644 --- a/infra/tenants/argocd/zitadel/variables.tf +++ b/infra/tenants/argocd/zitadel/variables.tf @@ -15,3 +15,4 @@ variable "domain" { type = string } variable "jwt_profile_file" { type = string } variable "argocd_service_domain" { type = string } + diff --git a/infra/tenants/fourlights/zitadel/provider.tf b/infra/tenants/fourlights/zitadel/provider.tf index 2864e32..2eb31ce 100644 --- a/infra/tenants/fourlights/zitadel/provider.tf +++ b/infra/tenants/fourlights/zitadel/provider.tf @@ -14,9 +14,7 @@ provider "zitadel" { } locals { - k8s_config_path = format("%s/%s", path.root, "../kubeconfig") - k8s_config_yaml = file(local.k8s_config_path) - k8s_config = yamldecode(local.k8s_config_yaml) + k8s_config = yamldecode(var.k8s_config_yaml) k8s_host = local.k8s_config.clusters[0].cluster.server k8s_auth = try( { diff --git a/infra/tenants/fourlights/zitadel/variables.tf b/infra/tenants/fourlights/zitadel/variables.tf index 7046469..e8090de 100644 --- a/infra/tenants/fourlights/zitadel/variables.tf +++ b/infra/tenants/fourlights/zitadel/variables.tf @@ -1,2 +1,7 @@ variable "domain" { type = string } variable "jwt_profile_file" { type = string } +variable "k8s_config_yaml" { + description = "Content of k8s config yaml file" + type = string +} + diff --git a/shuttles/k3sup b/shuttles/k3sup new file mode 100755 index 0000000000000000000000000000000000000000..6913a71a43b1412bf8868fa617e86963a6302fbf GIT binary patch literal 4825240 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

$xi~&!m~xhv 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%0A#;;MQMKplrt@`&8yp07{U;3?Qu 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�hk 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 T`$+rg}Y-ep$q<0D+TkwLk_ zZ(F&kDz{AKOlEn_UteJCW8gw(sV-; zn|lq6+YC) zU6dxryC&n#J|(HynZl(qv5*X@eH=G57Om{jd;H5MhT0F~S)^^pkWhOU)zp#3WoZk| zpR;WAK{&w;@=eKe5JM&(@u0IzRBwM9B-pAYcv+(?Z2OIqkM;5m&OC;?5EmDDPViQH zzaA||pqwj{{|ZaCt!T8BcTCD%);Rj2>>3YoHSQbKhYqXGn#4&3y#%Iv01v;A95Kk;_Z>*499fA*IEkJ!KBik1

    K@)_mJ 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

    Ey>_FB|v*JuW}j9g52j=lh{i>xX`+ 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

    wGbET=V%AN22B#g}EM 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%0A$M| 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%0D(H=gJZa@P0*3q!3$( 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

    (?B`ShE_5sysJ8 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%0DEROyg`Ov3$v!L{c#yvKXqd)#D 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

    OiQK0-IVMup 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%0A42>DFWn6BmonY# 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

    BN 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�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%0Ag>i&{ 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 eTsbT*b@!@zDJXW&+m z!}EJRN^GCH5}~dXWqg;2Y%m~nEgqyg8!pJ81(WsD*j0wJ2jTk)ka;kC*#hRSyQjRb+_TOy?EE4fcV+55T24-`OLydH zt9QayLBV-M$Z?PlJH2unBxsLP?l|faCoF0no$0dZ_zdLaEI3U#t1L=x6_0^}f|3E| zlpkCrvaVSUEHe&ASn)v|0b$%lSUmgwc6J<`1p`o4hB@o%@n}i)XlmA{1FLg&UPjz# zJDzs~P;G~0Puj6+4~=5$F|<0bFFOsMC3me9D`5A^z0aaBHT}f{zOy& zKxfDH?0=>>D@j}=m&k}4RQ@Uip}0~7zfgY8=PhYdzS}Ja<&8K`1!pU&|J*Am&!SJ2 zm7hyW@O&;R{}RBeq%N5@@ubW@0h?xlI*P@KOnw8@GK38Pj8n%VE#Q}d3>PeCONf12zDFNT3 zvCQz~0`bM6GR%!a?{cY5k!pk)WlolcIn!=NCcxcHzO5sqy01Yk$&r(%X6rf8q(&X> zE?UdQemVazERGIHEyCNaasWtWD*0B0{9Y2L@wSe002>5>a`98d@hG>9hsz4TnfV#a zzD1KcR#QG^(b%hm^N7Kg#3)h}0wo_ZuREyDKGckibUHeyn^|2gzW9NJ19E%aqBxW4 z3s~xQ&8)YnjdIy)ad^Em|8jxPa;Hw+ML5o!B^-RIc-mtDV+nESX6qkw>!9=itBL3P zavR3CihN}9k&bhPMBk|OO&Y!ewF*a`Hu;L_O3EgOAFYsKq9DBnPEcC`S$^j(@(Nka zlOCz|)=Nm7Afj?PHRw?LF^{V4$QIv4RnXU@ecA!7b{4us=g6*xPSe%g8FY2iKrAGz zj?R2nyYr+fK4uDkFydx1ZhDS4;#acaX3t#b1-f{(7hL5vYfu53rP(0$<5F#~jYY%B zcMJrLQh*X69GZBA8@>E(9!|4rb6*(KAb4XLNN9WJV1=rfDUbf=N_|?J&81lP1Yjv^M`=tsd$@K(6 zldF`v91}aRxpg2D{S=)3AEk9cf2JBStlUysAQ`mUIwDT>PR%xDq&7B(V^QH{710 zh)eZGn4Dp-Yu1`&Z-~R0MaPNsSbB4R!s208W~`0|jq7jFdU)Xml6{oOCD9w&EX^qF^l^pu{yvLi(-vFl*XcB6KvZl77{3CuALWkltTRt9D#H1p)O4$Jw7Q z0*@rJn|`fv`<_wls*!d|PRLr5=Buwk-jLLxYtE=|+_)a~YB0()lv!t$tX;ICMEu}$Ojjvh9 ziR_;YcpeG_WS!hW7SJRf;|S++ILV;Sa-%dTc_Y0MdYl=T{zA!(GB`)1XJIfJs%R9R zVt%p|E~mH1kGREvDt^zD&Z&#eu5-_+QylFMA5(qm7ENcwZvj()X33|B(M3XEVZ4}D!D0=FoqY_hvfVOrBk@Ad5Bt9 z;wBSb>3Vw^k~>b-MK+}HZ`ywc#4$g3Zi+;OQO>2@tkpj;GW@O8G?U8(;f#8d(N$Gv zEZQ!D8=7lUP&!C0*~4u@-rA)1BGp+s^g{Ky)-xPuKU#^;217I^CCUQJOJPJfR0UmV z*>N(Sj1RBi^|L1!OGnjIBb0AG&N9iE_WZzbK-?ueI|ixlX+zZDBeGSnN&Ka6lyz;i z|D?WTlFr|*#bYdU*?5MGXNmF5Xp&~Nc24UW3)ue}A)4cdM0Aa4MFzRGnJ}dG8Y7dY zb%tHL_6>ga8s=vsrvQMMZ#iFBB|#RHYDgNbT4Ns9-WDyF8}B>*C0d@Z%?sKLHy10l zLfK&=tN0T;OkZPpds&#_=?t?C-Bx^?O@AnY?tNmYLA`sakt$yMoSX)biSOAOqf=AA+zOI=jaVFZQV6-^zx2tyr?gF7BJf@8wNEIOp%m zyiVY^ZQM?8>)G^uer+oM&Xm}VygL6j_ST?S9|`~gY!GN(q`Bo|@ApPOj6Xz9a!)tr zPc~DU&xj!r&n_$dVFFNGoQj~y({Qbs~X@FAa&fB0>3F8wlf{a z=4@y)5gVv!&SGKluw-)8UQbnLaoPD_s<0e9D4grVima5Qs1Uoi31Ck+z;JJ@68`i- zEMiX%?_k$1dH#SruU6IG$0d1ThNS}`&_#A24~;(Lo+kbCq&y+8GaxuVkShR4xnDAp z;!N_}yqf~EE{M9-zbM#3N0FGQJ7MHhgu+xI4Bk)6m*%p+|1JF6NuMJbv*o0KK170` z_T7d>6UpQ}>zKCD8DHECYTl9`>_Xw>yOa%)RoHW8n_H}l^hSDU5d(ozO#Gbvg zEI@lp8C)zPvzW)P@QLw9dSmHCsK8p~UkV59Ut=O^ z9G-|ac2>IhSZDsR&dON-+y2w%vT%~pCoAz~^~QTtXT`8VTI)I+v7JwsJQ=#4PM&B z{5F#7qhQY=jGr}ezSgh&Z26Gq-2lTl&I)g%QR2R8V zD4PBXs`JZq==|eI<>;X_P_;l%%eA68Y`IC!Z`z@2zPrOM(s?Xtg8qh_FVA<&*vXBg z08pxo@y8SMwUR&=`F+Ui!KEPj4U>)35?sgJ9N+ed|$O2y9`j@!rB?x}&MR-BvuI45P*_&kkJQ%lN zhb59rLL{XhpB05a*cneaKQHTEApF$fSNN->zpLq{%C3c-RKth=A=2wOFADjt z!Y?cq%8LE033SpgJu%CI%4H8j1be#aL{I!C6c%+U8z#nRwQsu%Gl}Mt>Lmx({iva- z(nY1ylw!RYPt9#Dh2}yyCYZ^5UXWozU(vS&FI!CLCcQcZ5#`M9o~*X|jhH@o+MQ%5 z;ok~nFGB4hhOIGddBs9?UeWXOJ2dk~c*Fela(=YK2WPaFC%nuty zKV?5*j9(An`}5J@7jTq@b{{4c0Psh75cNw5FW_->%kFAl(cUI!@>@C9*mV$Leaw;du(<>Hv;K50uK5+ z=?GSQXnGOY4^aS<8TSfmX!43iJ!~d5QWPufa_c4hnj@U~uJc-fZQ2@t3#c_Yzj>2L z(Ni{wVIQF6zgGY`E#t?ty~%sBApXQVyH9m&D8Qp0tu$JGj~SivZMam@f*EmXMPKF#%SM%h`R*RTBr-{kQRui44 zi=fQWhVZjLOUla7oq})5h0!9pIS-TEb2;D(f5`h6<)Oy1|8jS(d2D5z8JUaQ{b0Bm zlRM2-XSz@V5aM&)fX8=JCRiujeO@6d?4NwIkSp3Cd{t?DAgkE1LXvTCh&@}>?+A62 zKE%fCY^bsqQI9bVrV&jM_!YUh76{G`(2V_W%nnqeJ55mSy6VumAN%b-yGw2qm$U!H z&isKjMXhRX`1yuhdabq8#%AYZgt7BT2~1Fv_^@C#pc6}ZJoL$%MOdrWmMSgco>DqV zt|-;X*1R~QXtk<)OW@zEt47xcz>rm;J!Y7Q)meOu&3=f8aMv+N)koZ%xuAy08FHXt zT8>tHV&kx3X07;MgDr0zjO7sLXpQ`paOU&-X*p=C;C{E!4Qx-(P6Z6L)c83!Br7O> zz?Ij+nj)?tkXXMC-IE=O?^$tVOTWW+ojDoubvgQ@BhRtkc}dJCYb(V!AJC6ULPWBg z$Y+%nbCc+?O0zr;-)T*IKB)HkH*}9O-`+LL!QcNvQMgEq$a0lQQ3M`0>q60Tk(hU( z7&W*hDqVVh} zBx#eRcOsMY4zk$@riI{%lVT){tXsSiStR&z0EW6jORSmV*3*0rT zl?UdLcsw4s{vt~g$>UAA5EfnkWc&CD*!Hh|vNc2m_7nb(PpTQ{ydQCq=-fV@$2G|4 ze1r^dUe2q&+){n{HJB}1N&u&_iOVmA;qzgEow(tUaMyfJ9T3k3#c+K-{g3c}p2`)F z88F{eE^~ybU*}DIU1+oF3pW(v(~N&UOk(bj;$2bJpGA(FlX7Zj^K344{bzD=BiSHd z`|{s&b+ArUaL38_^Lf7fVkGaVeQ8(OLzHN3&c8S(FX3wu#sl@|aK5QugNVbH0JrUj z;R7mOr%J_v4+_}u!(RWPq~XEj21I)lZAcm(Pkt;5L;a7FhL4i9oZON$EKgTZv}*^P z8rAJ}4O_S4ER>f?c@5m&Y!3&(t}q}RU=H%T7Q|QNBh#YN*|LJ2u8V zVt4!N6kwXfw>*XC@`DioXRTj_)~4f|L8mc&UTo`2NfWTKS95E9ITQ<_9bc!krwN#JWk9! zR^+D9LK0SwX&{q0vu^Oph+V94GZ%n0XBza8*}tz9d#*v2?8N`yBM?a)atD%!vmLBS z96@FsdTFXS)1fcU_CrtrSqT3?zVSDk_BvedCJv~6qg$LREdRtY+=ElY^}T!rU*{_< zpO?9d{m$7E$MhKaH^|yR5yYk2nO;_G1(w-;0Uk>9>69Qj~>_e#H#_o+I2fg9!iEf<$(C42)y(%l|A#K z0~azf`?dn*JW-QV>WdaYUyXDe>;cVKRnl)R=7%!b2I)ym@;a-A+uYLuVp}=VMhTiw z&huE7b|8)uS4n0psmoiD%)nC=d(Eg^Z~0*VJ7Y&7mLvPpn-WLyMh(w6I41XQHLC2~ zp^N8gbDqwftK-za-}Qg%j$NVUoie)19eaY7|0bEsCX#Gc-WIle(t5GG)G1n@sv}?) z`LlTDjuSNw8q=4SzX=n}5*;&#kPc%}Xd=ator>`i!!hXKN#~#K zldKd^_XRYzUz0t`+}?T~W6b|P#>fjraFLkVJ8{$?X9I}V1~#r2G>oP^{KSGa|TdP^s#~7^M zlA0jjTnuSnjQO937zsoYT*v^ zyn-54=v5P_(;K?8)OI*Q6E<-p9zeG-nxpNLQP+rU8T(&5Hht}V^?d37oH;N%6aSy{ z?u<5?_>6MicPqG}33!)Fei8QudDb8p@oGn?cvwv2FS%44Fkv(Nu_II$nPVhehe=ez z*Ot8t_eEzXbYzBmeCn|>EHM-mPDlY}t4AFWTd8=~xri>@?Nul4&C`T&#cdQ3u zg)2qZSyq=_E54V#(!e#s`GPDZGoen)iT*YyasW9S$$rj)u7rS`BW;Ypx6z>UM1U{I zLo8x5-YN?>S+0pJ=kPCKE$8sBs`lnhh{4LvoR9PtAvcTC7BPD>5y>T;i`V*FgxV~+ zwupGM2)2kpn?<^$VR5oWG;C%P{7z82L5!3YpKu12BGIbAOQ-4F<&jzw!6(w{w?P*m zBb?505UAoP>;ZXdq}W>A_#X5Qwojy1oon4s_@bNe!c8TpFVaB+V|}`<7_<(eqgp zd=kkoqVQjl6*AG)BsVo)6$}ZIEC_6mP0??}vHo#lN(;z2BIgsX5E_+3z-`K3$Pav8 zc`Lj?hWKI}sEJ{67syHC6`@*g-4V3KgiW$Jit<4z@xp2KezIJspL9ww3s>Qp)mH1f zFp^OL#-%Is4QJ((X$@mp>s9OW`n*+0UlRI#U#pq8bEp@|ew1Mh#Ji?-MoE?d0?m(#tiPqg3@u6+`V>(-Z_lxIMO@oQ8oi*ou zS&GXpfVtbml%<2e-R7K%z23myid)LxkM1vFMVBb_mWToWkntPReb1POO$F-)8pcp; z#)Fj$bMKIx6;JH9o!(>7S>o1R4}agYUN4%cG7mu2+oRm z;r2tGt<_^JJtN|0h4+m3(Y%09TDMR5w>J&{BIdPiKil~tZ3=b4yUXa8;2sgL8r(at zQRgrkt0p9!`6b@DZnVl3=i?yC>+}XjW6)G>()Q+>bG6-H%we!ZG9xj@U8=1 zUXaOG6&ja?*T%T}E=|0($rKcj9(-QxCLg)Mr>^*f@1iDs>Lw2)?#9G_T!b5hySVOT z(LEe7G5IbP-L1-apYLT$w=FZde7WfF<_&yMwLGLoAgl@%e{?uG+BS(R%x2)z|1sfl zuK1E(;L4wyU`MdyRg31V#Mb@(h1Bywrs1EtSm_p&l!Me#d9oDighiP*X;`9vAP$!g z`!=No8f1EtjUysLuLOu6{7UV(my|bx@gD;mpoCNygmG6+3(0|$tD8rdS`@>=koqnp zBAK=a#XowKu5OmR}?&T*oF zpz)kxOWGFy)LB_T{ZS|529#cMA^UaX-WU?y>6<+GX8l zewtl#(XQG0$$$O0&md>cHrZM_$ho;tyiEhVmSBeK9`{*M>+u5=6E2TbQ8}%TH>EFFLTur=fRvfqeU_8i?Kt1oCy?J!jb@*VWZ040S-jPD1k0i0vBDwE z9;lt;NLJJ$f8h-0cg2hXI`Ebk{S(2>*?a)P;8pnA_7dmHIIh7NJGeNlfN+29QcYZH zQuR`EoDJ1WHP$ZGW@8+gp=Q%3wwFy7Q50ERSE~2_>UvvONAZ}$vr+V`FZp8!Id{s1 zn?<-q9O2xFD@I%IHr?&L5rwZuDaFSrexzX|hN(afl08+JTnnUUAW0TlyN3`;HLtI) z$d}v8EoKhLjtw*Foav{F#3l5g(`HEhXF9Jb#*Z>ojrfKQe%~+;WCeN8zWQkbu=&-z z`;L?!V~6TD^ZFf2l-dg8(Mc*i8Pq`(C#}Ti`o`pK(1q64nhEA^h&@fLOuf${ITndd zgaP{lx;u&p&CL39*>E1b#hJc~^ETFbdc7%MLw;|~U+Rmg)?YfD{6@~SU?icBGM@V` z+6U!(S^n^G&h+khe6)k}8fXvTSmVzX9&--U#ExT8eBatE+mT7anFea~*||Sn?2z^R zN^xbMX5PLAyJLDAopLIRA)W1P0SW*S=m*mM7#$a4UsGla1^|ze^I4=niNrs&{wFMo z)Q%|BbU`0Y-& zm?>A{dDXJvbyL5^L{$0~m*TCKVq$on>vp1lRM*#OI3R5*=pHDxoGbz(+D9|ZMiM=l z#*_20*W^qe;@nL@i`l499?`oy)>M8IjR-iE53fIjLBaXash(A*RPv;k)Ra^8K7 zvP{+0aWi=&;x^a4({&557bbP&cYd`tutXdOO08LPygggguL{!Wf8sd6F4!}WH24Bo zA4K82#o3t6{8%$n#G+jmE^?;t47uR{j@zF_;-$;}KZCbTHh7`jEy<_k!o2OZ@Q8sK z@LMl>jO~h1JR8J;9mQ9)xPZ6jAzP`)j$*w{-ytJ}HUT-qO_ktsw!l@YJg}#e#!DvsLt%;4wkzx`g7G1d7H0p_k%$i?l;E&6<56M zel`9#dhU@>uEeGpw$)}lfmaxP88R=Tfq3O4&716z>`9sQSMALZZOeQS>p*XC1mZ<}r{b+FnxQ@Buj$wEqVY9PhPr7Bc6 z)Z>tn$BJBqHMdAF6pL~Tz2T;(IU5?lIkj~*Ga-z?Fz)+5>n~w0R@Y+q4YsgFtqXgd z$AaQ`Ge{2q!QjpJ=EA`sabxrg&A(UEQ%a|fOZnlnrcMlcAT8CEi^;QyAuUXpvo4nrl zcaL?vOg~kyNYW%oWv%xc=<#arLfck5H-T{Hg8vzXy`0NKHb}NE1O750uUmJuHr31U z17CgW2Z4Fn54QN?c`uXH{`xR|)C<%7 zFij@cc(&`G^TnV2ue$!C&pWemCkG3goa#Y-hcON`(9Ns)0#<{yTn2^!iRC%FdvzF*)NP# z^xOdFqNwOrU>kNjbGT4ZYQ2z(z)2F8nLx-%u{<&>B5`r(UKWZ=Lw7A?W4>99Kf_m- z_=eIKwe9O~nLBoc&<9j^$r2S^UG-;n=ZCErw9paDkx5Arz``mRkhSnQv5xTxxd@^; zc+kXCq4#VUZlZ`)tg|(uABzjesvnpK!}NENJk&jslu@QBa#MzzL;X22$Pyi~aJC^2 z29}2jT}q=9Nr()hLK^7YQFl?c zri9bwG_#!n*+&O87~wp%qMNQa{UolE{$#1zx`p~msrlZ~H2JL3<< z@AmvwSE`X?o#WEt0LJVOaeyEj0%m2X8N%j4p|zyGVopdY2>wx`K27u|iT{}$CMHqG z6_L6!DllaDY;=y~vKX8%0`lavj!38ME$*#H#JX-+Au-UfG~SY`TT}JtNIeI79A3Jh z9EK0Z{zGy4V65+t#a)rANkemGTKC=lsr^>w4%`8cN1qBfQf?qCUB1WcwxTeg2gsKb zk=4w+$W9DgK1c9JC|lYAw6-blkvMN@zg=z}4M@_YShNmwlPcMsS!G~{tG$&Qv2 zWRGQX#H*@owP%1O**;N|_ugpWfQ76}{M;;-sV?FAtM)^snoV@GcvRnH4axh(fcvZh ze&EAulQaiV;^Vb}88br_raJY?3Vq7=a zx>j|EA4`pa{flce9W2Wk-c4A6Smj{L7+5T94L#(7#_yRk^5N-uOw&K)>euIjQxfX% z>HAZ0U)tZf{;GV~?GBQ^PW7FsxFyLZlZz_6Dd!F{-FQy6F>_OX2@w7w&oq50A77e} zug>F;4ttMqkC8k1-$?jHUH)y3JvmsF_u1&hHM#1vUR7{M6m~D}-{159p*n|6k0;!I zt>pUka-=2cVV9OAlXKtHB;=#}kseZ?5t~>TT(!IXh?G;dYC8$>-IYdAAJ0_crnvFD zEnpv7BNQOc4A?fCoE_)e)U3#vUdsBkAbagD%kRkSZz6Qg?L}%o|EXXppNm7Kd7Ww~ zvDdGeyvI!_1Obmc{j9{xd20-;EJg#cc&ug@QijIDfSTo*8D(s>q~A#V80>addobI8NMc#n;mDgerSmb42CLK}xY^t~kOvm!7RF>nKrN+lO#86Nj=&1*!n%Vt z1(0205wj!pED7wW-6H92r){Xl+m@}dq79k$b6I^o{8%R9quRN)WD9&p2%>AM>eShcE64`Jdw6Q(0$gD9#zN;-wM8Zq8 z9uW+ZY`GJh>4TkB7;wc}F3!w-GM!+2cC=PVJ=S(@rI4jqJV{noSavsHh$$9Azl7e+ zxt9DZ*6z85OjMW^WwE(b{J2#4sH8tGnOlnb&Z0QYB6j*0g!!!Gx}(W>cCE``klY%o z%gjJ3D01&H;w|WgaYrdAdKDsUh6!Soo0>?-?dCiJcllSg?x^dnki@WS%UbNp!@g>z z&g6jeg3U_1t03lKYYQSS^{*azU=xH8rHh(qYfCe|sLukC|=$1D4I#n!E6S zL>R7tI-0w@C|4B4Z_70IvocXOdY*WkOiw9V5qx(^+*RuDQ~&d_+uq+ioS9kk_J&wH zYn}CmeAT)g2yj_HWNpnS&`#UsbEyr8i)BAPJakrxAq&Kg{_gQsrH&!(QAd2Be~`BT zaTD(`{=oR4d1%S?7~A5mK-?Ml9|Z9^vh*629&Bm4#=m>fJD84C=7ekeOy%9@+hu(+ z(ZdiNAqDQyUp(r2{vKfsmQaMIXfyt*?v6DX2y2quk}dclG!c9vVrvLJN>qcgDJ=d7 zF#`x|JgRO~f}Vwy&@qKR^=WuRwVC3;+(E*=P4`HgD}xGI+}KF*$G*5p@v9{wg`3NC>NJ3XgbrD@sJhHw6UW*fIru>DprO@^PpZBg=zQi4gr38yEpiN~ z%ZaANv{2S?vH6Yk?uK}T=muGGs4O6@#cdY!zsbXW0qKSKbq4%@+Z&E)s@PTFp@X0e z0W!J2FYe0vVwyfcUPZvmaSlf84MjPKsnNwTI4}z_+%NyA?z5qVjncEP^|W=s@YWuE zV04f_eC%XujvuJEl0C0WIGUPRy?Ucj=liXf`}!I`S}*xiUqRrsC@VdMJEVA#2#Q?g zyH8-1cgQ(g6_JHH*fuD!Myqb~S7@)}oFMi4!Y_>#8TN$A0>~Jqr7a@81*U5K9~!L1Ji?I`ctzG6u-fNm4jkuZ7QDd z(-VXE`IxFwC&b#m$`kBU{KjSOe{O@Nzcu1}^*008ca?SkjW}#vU=RUl2{Py4Fr~l? zv)L;I7{&FV5wqDmgV|i>#``(vDRQW;I8_6j?Tz4T;YGAQW}_BnUzj;-h9ziT zCED!N^!I4AFX0{)=k$D<@^y5DiT>NUG!0YnfTbP|(LRRv$Fg>`v8*n91W*ikoVB$c zebq?gLa*}GReSAKQ?B}0KJ75g(d+iASLUgO?E+%iY_FSMPU$kP(4|LmvD{Y|>*Zo8 z7qin~E#Vf6IvNV7XUgBOC^T!#StlwL)0ArrMtV1B0Z?NhSqBYe=zNDWsx?qd0wm8` zHG}l`?5PSH-4zHo%g998HI^IJ3ELyYwV`#9v03evO-WSp{#4EG?>)0 z3DveF0t`2yt{zzA=Gv3wVc;6EL4=anpM;mJNBZxZO~H1ipcqx5O3yiRS8$I&QC%{; zY`Aj@GOJJ(KI##5pABnoR3D4ln*mR#dCqF_v{yt~Txt0|42_b(jCzGpCY~ zYI6GHxb#sRQ>9K_YD;dpQ^UCwS_DJot`TyrNX7+E3FZ>;e~NA52}eEghp=8;pHy?a zg$-eye%1}2aVstE>sD9V#CdXotdNHEuohRQpww7hZsj4 zcC?z2I4f?z{Dz4{S{>qg+kvbw*fDS_vc?VsAG985sz-Sz;RZX9AUHDX+KuAR;tA#@ z0{_82lv+?baXyQvj!vF&k^lkhGfg&##b$}eZ;@V=i<2d1DCeJ9cqFvxL)_4RS(;7K z|JbO_#vRuV_k)dP+WHIC1RLf^2Y}=wY+1koZyEC@DI*3L)8CCE^lIKQ_UT^?St`wriSZdvx8IK157 z2mhw*8!!ximk2LXK6L-0@%DuB5V?;m?uAI&Lmw^ow5puFJpY_6&`H?>^*I)~&;aJ- z1m{#-o^_Y#@M4YI3%i5GI)uPBF92dy7xp*$HEm&>0;-n_z5^-ZDfeHOKhU(=aaE&jG=Y9y$uJ;H1tG@ZZK^q#dDXh?)KgP z;F1e#xFB;^?CGA+{L_n`^z(o6C9W6LE~)Zy&IHOPu%->U=xjfI+ou0jfi@R-7CU=@ zB%k+RjQlW zuMJ60_Lj{oo}hyVec;mY;v!m+w)Kq#w{-a^Hn$J9y3aU-!)$ zzW2N@U&{dBK}_i;tv&(}M{y6rChheDx*!MGGuk)Tqp5d}+$~#nCjo6n=cwk`j4(Z5 zQ(HMJ#ZX_i4WsgaJ(mM05^%1WCvNGG*t7O*BgL;xI7p0-Wb*{uTT~gtj%*}Rl5LkX zMSLffj)v@iaeosJ8yp?j&%3ZZBMrS-=$nLuuRHJYNm1`3uV?F*XQ0Lv+0H0G$)?95 z0H#S21z9^3u^wW!@&|b{p<`YI!R_WMrf}v3)R!qD4i#r>wwWRyk?eMl-$f4^M9-1`9j*(iY*Y$7ddjZtP0*5YxoEFR}1TdPEc?V3CJW zG=&GuP{|=_pV{?}6N`>zajX=3^U}q2-W1N~QH4A;I8XHei9V5Z_U+;LbAUv#pU~(0 zQ2m#WDtbfTrHx(TLwUWLVj*!nID)z~mc(Zsw+0D_4h2rAMl9t6OlQh3%Kgtx8nXKFL8ZNG1@)Kum zTzo@UUezso_z2sVwR}tG-^8~AM-y(?^ytD5;IjL@8T_Exc3I(2Ch{@$-yP2kay$EH z%3m|6`%w7~sp;Z!!3tr768Ux(T&fV+qdYFH&x`#??J2{Ey)8+6VO$?k$`WO7(a44L z=DrpJGK%K@)OjgR@zo*Y?arC>+MXn|D0Y`bt;UjN$(dARFaXfomczpdh|14qO zOydgYiEqbCf3{<8!SUMJ6u0W5Q}I*~KO00jmG8!6qAujm8V>hCAz!Q$jC>{$7)ei? z{nU3!lv3(!q0STSa_P863eF^~HY(2Qv6dLy4PLj<{HlD}Y^;1iwBR*u5zvKAsEQb0 z9!41i_hejl=)JM{8L>5*VxeW5H#9ZR^+h;)`~W&^sE&qI5+Z#w?=Ro{&1Od<;5*aHrOlwLS-Ap1n0GMhP!>2 zzAFWBfa<7n-koXmn>4ph`5%MkXqCl>Bme2he>C-1*uOhY?uzqz5S@v{ljfo%LGU}R^nbKD>umUFJ;S(ay!tk6Y+sgV`H1C{oD?g z6UW|oU22M@c`f*aMBC{?E=QBJch3Jr9+5vX2bR(d!K+>B4f1U?7sq5PlmW>QIXEd( ztsCUOCIgQ0ow77E`7%j2#h3=w33+nC+AhGz|19N3MV93^S&(y~eD`k^Wbc$H%*+mW zgHRvgYUb7h&=BFORO3jrWUAqJH0Ex6AC$UO9xIfvFt$C$%#Hz`bumu{X_(6usgzV4 z#BZ)pr0yPIS8YmpnDIrqtu!ihgBwK|Mgrcr^_9AELrZ0Yz2??UZH=;NFu(c66>Qhc zM7bT4aXaU2cuB!1;^wt!c)oRFgG2J2eq-sP3=M0S_Wc6Eb-XoFtgQU8b7OuocG@&q z{*9`lp3fxDy%FWG!%ZGlYP~{$UMj=2PqNQ^ArVOBWchz?Kgc{4B__0wW63+sH$XZ1TtN3eC-uBOzkvK!+-_%9EWJ1gRkd}4RU2Qt}Pg!ceq zXri@b$e`==kUa}z2j@%}9E8XS(G-)kKADSect}k?-AXxE>+4x9*zL|M?3YQR@ivy+ zCw%}cv-_V0|GsR*!)3+VT6qp7hpW=}9kkFw6AB^7fGcvz)j4%lu5@*7obBhTD+=Wc zxp@@d&)JhU*ZXF6uw9vGFdMRc_t*!~w``Z}xGXyc9Ov4x3p&FoR)Pg)dvBfzdys3h9usYkiu%WdepKx2 zJW?or0HC-Uo?UUFf+0GC61-D1BK!?1@6# z#zOrQ1--H04v4%t)xF=hWzo7E=Vx+XIY)E~P8TU09*h6*usF6L-LfTI$Th-EOoFTE zVU5l5+h9`H-p(2Lx?^-Zk2C7Ij7@J;BToTY+ZTnzr9vI*j?DQOu)Ie|4h03<9C{^E zICFVhB9mYtQM-$Y%kf_G-cIS2;ur2&=ml2eCAqppn@(KZ1VlTb4 z`vy_}OR6S0e=QbIg8`MGhV7A4i^QF86YkyQ^t1IvrG~<3!aW@yj{Ld(G7S>yx}v#N z>PzzBY~53NxLE&4ahO(3SO;yUaSVKw-B_nP>t=V@6o0y;EJY}%Fs+-hz}-EW%2nI# zSA>xqC#&C$Q(#-%j_%Z|dykS4U$Ue*@s%e7-0(T-Bq-4E#8ch_vn{fwi%@fdpdn>*q#U3!4?N(uT=x+sPu;r0x( z6(N1G%y{}J%sotKFm>P0N38sqUiM0NdS43;yq+~-q5LtV0a+6!DhgksrPvHPS9}u< z$u$!}qE^EK_lwV^buih@p8T@YL0kI_A<%vSM;KLr^F)-w6hFG}cU>$xEBG|Mra|q5 z_&t81mB31mQ|R``_jSSrlzyj(om^#;bvRqpfw<2XN)e6jp zoYqypLTwtCv&me@j$^W;%dw3MbR*Eme%oD|EG}Lqn;r$#yQR!9iQK!ntBk$b+JFp18)l>mhsC#^DGw&>gdq^S@B*rB#Y6* z!68@Yg;5_?)%u%(h1%K2ewF#ChH>@%@$jE7zQ0Ozo-fi>B0OJ^ANhGhQQLYU5=E2z z13E91r8W6R8D5?5q*y|SEZvgtygi@Zk`HgqPe){ubUQfm5PH>T{++T&=+SZvyM0a_ z1RZS7{6z3E*HsU(3+&G>|9#!bsD_FgW=@DXbh~vwq;&aC&Yg|vE%ojl_1*OZ)|&A; z%tukloDaLAXfwO2>9zYFvX8~|YK~%Abhx!Fy7>O3!g-+)j*w^S-IwZZl43)BL3)GT za#X>yU>live*wQ9L+&1@D*8rdZ5P+&tC{}4HJbl8=jfA2eI<^H)AAm)67ZU6I!TaS z#5z=WvpDT(y3Sssq`z+iK&immVXqjqSFgy8aE^wg^Hg%C#-|kWEc96ZveCAfxc!fr z{Dh-Z^@=4WjtCNHz%lM{0}w$vD@F;t(@9Cr1wyr--60n#_dM6N>OMedqst za=suBM5Fw`(AobT;7h4KSD4HB#J_@;)ctJ7r2P+~e^KA&T7_}0{6fovs*BpFKe(1# z9Dg*oEQ%e7N^6LcJXVe^=O)5B=tp`8jZceUQUdS#t;FP)=1egzwB;Ls`IDB-Ph`et z>ul8ODi)?VBX*8%srLTV>Wi{3xvl2npoA-97K88;0Op`OATqLo*w%!MPas+-Ch#tI z3=n%V?u(58&Ij7e1v#afv}Cy~Vl_1zAVs7x7tPIX-LVtXT#On?CGDe0lYR&{g=cGO z8pIP0$BNFO5)u9)$Wy>HOl_WUbx~0um1X`t*;Q4iuB$HUQ9oi1wL3>2HrFSICb!K% z=RH+?MuhJ%hvE-tb)FzTYHT<0q`R?L(OJYk0M^}Zw4IT1Ul1^?$}qFmApsEsU`40V zN)Z=KgMrmH|E9Xt7kd-uX<2+%c<%}C3YohSUCJJRX?-2VGlj>-TQ635;>YO)t~k%W zo=?V8O#h{BgGIc6M4&Pr{LzeL-*e%8MspiR)|svHKz9H!<=(XbD%Z{o$l_=Inj$@S zbMbL?Q?X1t&emkuz9ga-Mcqqcj~8t%bn~L`s+hzuO%J_={P91IUen$Xe{NeD)we1UotxenQ$L-Y639zVvc!qmss z7ikY^q}lo@=?EfbjDhN3FyQo^C-Oh4|2&Z<0u^W!cKy_qe(WdtnUKC8XUzkhA0LXr zbL_(O6OgW9b%_!s&)$Ky{QsUy)IkXa(fo90N)U};c2zC5r(&z<>`BcUNu-%--h5&c z0iR)#pG`-gBGidJ@Ru1p{I*%!k*O{G1#&*gOd?(=?c>c(PPFYE!Rj9&=dftYqMl`# z5K>C%dn^BD&PQSu8OlSQQ;{eYIXZPq$oM(r#Al+uDo7XYg(&v=b3rqz0{=MQBjM;gJ4Kx`Q!y_bXnY%tqsX zAX~;k9(tyVs9a76!R!#shh;!ttwt{nzL0$G&8KSm&-n5sGQB{$r-*sgH42zY%K?r< z(Bfu+Q3X>QpET(osmyPNp`A zrpc|~5cF`t?=YyclF8+R{Gsz$U6!@74L}Nh$I0o`=Gwb>s+tn_f1{H``($$6)bBZ4 z1ht#9N(`6~J~h_P6XE>=!#-~kc%g7OLLrEwd?xuE4dI~-2 z5zoIaXuwuLteq~*X~g2`B6WsnHfX}(xz=l!H|fvGkYW=t>d5d2b!7gqm>iDRMEqY@ z#-k#`-6YqA@bE7P>mFUqjjoPCB36@_hf_f6dvNR-PFM6P63XOP=zerVx)YohmW%bc zCSDV1&8_I)c6n+sj9!5iml~^nZeAHmK!Boclnhj5zyNj4ka4MoJj4sC2^3uIJDoHD zsyL$>zn87nWrGg4>>h`75Zv9xIg`LMj}x${9|lqqT}x;x%c8IeRNL4jibmjRoN3U6 zzR_7TJX7B6k`3>&&m;PR-%Y00g(jspiOuIzlAUcV8{5I za6*s|_X~D*ZkCle=M8Wv^jCzcTIzpURc0Ml1j4CDk6`Z_`0GdhU(IB8 zI!Dj;NAmx@T8fc_tjR;~$+7uKecDZ=#wF2=o%_1~cr8im8xMEIKPViHDNO(8e@k*c{0OGWJeVwqkd8!wjOB{HAA zR~O6Z61mmI(p)0H2|xypKLCRGr*q(qsHPfz1A|Rg=HUO>d$$ym;0`e=>~}tE9*)lgK=+?0?jm4nxR|a`w~um7ixa{*vJ! zYL<%mRRyT5y3t#%X7(SHln5>c8HZJKk~Lh1bs7m+(pM^J+@xL^!&Ccwv_9d zVARTiX0;hhZgbXKHlnjS^8ro3hnkaPtBjpxd3m+lp^3Mf)q2@^vGgvHBI}M$5DmD0 z@s!248t*nE-jLC&)*`cLmFng*(*j}!Kol9-5UR!5Z0$ImcD>>ss_sCG4yJu#-=Ad1 z#o2Koj3^sq@h;&*b9bp!mr0khurP~XYU?1nm&*7uIpScpLvs!Z&@#x*6)s~=NOPGC z&bDZjLAN${s+hCGAZo0!gJ&?&ThrejsGv$OeqAgNvIEm`%h#3X2jjD{te+K z@q&r}j1Qv?0&oG+(JT>b-QZID$^EAATSK5w`lq|*d|b+6uGy||fZV@S1YMX0tKHy2 zS3IJF`?NU6jm~m2wK+U8s;jFDo0A+VSC;g%s@GnkEXMdmf%Y&_jDSM0MbEB+QeU*hhD}6_#!F;m*zM@vZf2S>I=kug)B8M9zRc zO41%kPD9!?#?&>BakypWxHK-4rGico&QjmG1Gh7*2gMv436%hrHaTZ1{cZ0%Ofx(h z+=&nrEOflHyRZYQXQ>#Zy9M;sxryE+cVfDCz+bK1E~GwUrK^v3#fe04^+zUc67LJ| zT{cdpZhD*wUNz!1rUd!zZ{mCsj`%h>GZr?_k!|ocWivq8YxM|Y3Ubm#KC*2Z>;POK zJs(e{Z4uf+GfB8hW9Mr8$gBV|ge{i~DWy}Kr8OevZsFX?r|Ew&BEwN_|C^wI(Hv?N z!gPdnpuK{FYtx!-$LB5FyW}{dbT5-CvZskg zWjLk9>`(h;7rR;f(7Hp~ouzF%o82N&kJ`BqTJj2>0&|^+UJ&)qi-s4VrJ^)!^|}c# z9y?nn>3OVYPFAwwUKVr|k&@X^!_X}oakz~tFWt{M(UjbQj8hggwgP#&MPL!|uOhJU z4AQ|$nLStxsf~n{J>_(9r{0A3_T)^cSbE*sXkJ`1_sLj#`^Ca1r{f1r} z!?pRceeV0k!PY~_1eid}7dbDu7I@e8FID)A*1C3_tJCKwJ72r9hDP>mNuS7-CNTPo zoHy`cGCS!O8!uT2AKzJ7ykzM_R=bk<$>mA=adqh0-gmpe*-5SbqQbu_j`{lX@7Zuk zXK`me2#XS_}0Itro0 z7wzM20?%m;OD>vzDMmX>e}XInF0qk|?)QN%Zptp2^2t}r2-SZQnHvC|6{nj}JwM{2 zKS7xB#p*@h$}T$AS$Z&T*P=QTAE?)q)&)88>cR*0fEmRT%`VKc8bl&5010r}$$DSN zb|QVq!I?Q#o^-TxCXNrY-26Y* z&I8n0HIfvCLkdBersl*B&hc*&+{eEnVCKHop;`{%76V=e3COKfrv*{AwA6~W+Bs*1?kWY4EK^#{`{d2k3+pJpdo&Cpas zL8}Rlkp>(r(zmH~S*I9FH$&Iy=e65E_VjMI?r^yGs+J; z#w`hJlD1otu1$~mlAXnHmWUwIWgn-i$I|zNh-irAj*d)F>A?Nv<5h8(x9}V&Wy7jp z3Og-rr^;u~I^Q>>F>G(Uq#;yc4ww2|i33-K0VsB*xy3?o7LL|Dg09C%wBdSUKPpAED+zDvD(**3#>%G10eIk?|{=X z(=HhxaJ`#iN1DdEsmOOpt7%47O~-gwM>0%}XUth&M+-7c^60FNoX*HsR;a@UC+B6V zyi^_P-NdD_QmbwG0oxKpfVnmr<-RT7YzXG4X);6R3!EkawaEAik$}VG!f~yx@^T z=^@Nn3%tKXRTu&NVEvpmQKp_&RN-{$nUNM}{$Z(%KX;!7Z{d(BZt5meYEu)|yTCeC z*~Ik}9=Gl}JF1n0d4IFDkMVr@>#X|(KTAylhvpFHG;@%~;&&8h2u*VnBJhAbm~3*J z`K=k^E??L_GWRnT9lOiF5Xc`;8Z4WPV)sR2JNt0s zTw2G8X|~Vq4Q?HaU^}8#q_#?J+NIPiyP|xTy|&Cqwz7PZxr6EPL471WuqC)a*M0=b z1xv^}RavB;aHRjz&G;7(QH>-dtUXx5w-}&WmcwhbdrO5wpl!v?6*hLv4CjSMknZ|9 z9sfzYm4ym1kkI3VBh5J7n`Vih?nhHeNosSG%V~nQJrM5Jh1oD((n!V=HZ1 z7O*xJ(*PPJZY*QR;qc6#itoY%<$JW9#c`KEH~n4x0R$H=+b*CHeC^E?7y2r&v^Dx#hAJ-R+wQV`@lx&Q7b9eN1hWZqHw>a%saLFQd6YZwj&YZP@_&z<9ZJ7g=?&H9zKC3PQuN=R9tT`~nLzB)fTx zXzMNR8@4vGy_3Ty-`W?Vm|_u=iLO~Kg~v5*NxSRkoqj>-->Zm&y~Jq!B~k~%&Onqd zYF85jl!7^7G*nA7Qak(jz=ab7aQZ|#hvfC_PfV^SwYhIckh(3+B|)-^=SMkcVLi6U*}-dyv5M?49-!9NUxl+Pj>rk6xl5G~UHzt?f27O%EPU zN&5I>us8{17SI!3U_V+vU|qyLktnk6@vIezVjjrQl?q3TUMNz9NbFBwC)-6It+;PC zAm1eeGU_#^ckfK(+X`o?=mLi4!ynfhdHmgrX$?i$eFDMoytlK+(|U8i;`$Cd5970l+mgDF)a z8+HyEJ}U?(gdj5GvKbek?6?jw5ryZ3W@!kLg-}}=Pv};B7aFJUYP!vkLlE*dh_IR) zl4?JE4Hy9*GiH?uzmMOjj;!)iw0LXmmcW?l-Ya$1-{(jqni`*sWU`hbK|h~0ORxDNGxhz!2^23{fI z2_W>F_7kW9T4|~1``whS;NWesao|%)GVXMLxr_Q67p-45Qg_X1)lq@r63ue>5kdPp4@U+Z+54bo+0pBdgEo8mU`>uv+W8QIn&ySsqGO#1`5 z8S$7h3Uy=d_rGB7Ps16{)c)dFuZwJJ`+G#o7yJj*2%k^a!)GHW(mk-3wrhW4G^R2h z5Kbn`{skzJ=iMOyboMpbvyh=$i0SDdT9A5VAesnj41Y+_EoS%pOlk!RXpc zqh6tAUJH!;5YqatK_jXGU55fj58(YCLse`w_^3ZA30T_Ee%G)|LfOhtyPcBVtNYmW z!%i97hHyh*U41u^lFkgfXL zhDnt%K`JPu2g`6VO>aelc6Q2aR7Zo%@8+w8-YRnX%=#z++1i z_2f;%1c)nPm*b~%{+w?h>M)1*KBX*~Tb@!a>9QwX9+NJ|KdszTYGS%QCEf0PTE+G2 z{HN3|PlKjDv|@WJSU+P7iBsTI5tr`U%D$%5>(B%O=Vz!{%N8Dnx0HHYP0&nFOa}4B zQ_~wty$OKMq2zy#+i}pdP{&Pts?-nllwW9fweCEdQAX{C{N?uW&w}S=LcZ}tT~~@i z^_&%TdahoEZ%gkZ@I-(#$Occ-`{y8MIMbUpsK#`DAOL~!|C^~Vc08DfiI_>Jz|GT{ zCl8ngnO4Xn)CeL%V5Twv%>42Uks(&;?⪼f%$0n^ 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≪UXwSx^VL=|xNf_^)JC??K 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 q)gMH`K9^DRI*A@tW1l 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 z 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

    )l9N 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 `10.110.36.${109 + i}`; +const getIp = (i: number) => `192.168.100.${9 + i}`; const image = archImage; const config = archConfig; @@ -199,12 +199,12 @@ const bootstrapIncus = async () => { } } -const makeSureVMExists = async (method: "incus" | "lxc", idx: number, vmName: string, sshKey: string) => { - switch (method) { +const makeSureVMExists = async (provisioner: "incus" | "qemu", idx: number, vmName: string, sshKey: string) => { + switch (provisioner) { case "incus": return makeSureVMExistsIncus(idx, vmName, sshKey); - case "lxc": - return makeSureVMExistsLxc(idx, vmName, sshKey); + case "qemu": + return makeSureVMExistsQEMU(idx, vmName, sshKey); default: throw new Error(`Unknown VM method: ${method}`); } @@ -251,8 +251,7 @@ const makeSureVMExistsIncus = async (idx: number, vmName: string, sshKey: string return false } -const makeSureVMExistsLxc = async (idx: number, vmName: string, sshKey: string) => { - throw new Error("Not implemented yet") +const makeSureVMExistsQEMU = async (idx: number, vmName: string, sshKey: string) => { return false } @@ -283,16 +282,16 @@ const setupCluster = async (provisioner: Provisioner, numMasters: number, forceC } // Bootstrap our provisioner - if (method === "incus") await bootstrapIncus(); + if (provisioner === "incus") await bootstrapIncus(); // Read SSH key const sshKey = await Deno.readTextFile(sshKeyPubFileName); // Step 3: Launch VMs (if not already running) for (let i = 1; i <= numMasters; i++) { - const vmName = `k3s-master${i}`; + const vmName = `shuttle-${i}`; - const created = await makeSureVMExists(method, i, vmName, sshKey); + const created = await makeSureVMExists(provisioner, i, vmName, sshKey); if (created) createdVMs.push(vmName); } @@ -309,6 +308,7 @@ const setupCluster = async (provisioner: Provisioner, numMasters: number, forceC ["sh", "-c", "curl -sLS https://get.k3sup.dev | sh"], "install k3sup" ); + await executeCommand(["chmod", "+x", "./k3sup"], "make executable"); log.success("k3sup installed"); } else { log.skip("k3sup already installed"); @@ -329,8 +329,9 @@ const setupCluster = async (provisioner: Provisioner, numMasters: number, forceC if (!kubeconfigExists) { log.info("Bootstrapping first master node..."); await executeCommand( - ["k3sup", "install", "--ip", firstMasterIP, "--user", "picard", "--cluster", "--ssh-key", sshKeyPrivateFileName], - "bootstrap first master node" + ["./k3sup", "install", "--host", firstMasterIP, "--user", "picard", "--cluster", "--ssh-key", sshKeyPrivateFileName], + "bootstrap first master node", + {throwOnError: false} ); log.success("First master node bootstrapped"); } else { @@ -339,7 +340,7 @@ const setupCluster = async (provisioner: Provisioner, numMasters: number, forceC // Step 6: Join Additional Master Nodes (if not already joined) for (let i = 2; i <= numMasters; i++) { - const vmName = `k3s-master${i}`; + const vmName = `shuttle-${i}`; const vmIP = getIp(i); // Wait for VM to be ready @@ -359,8 +360,9 @@ const setupCluster = async (provisioner: Provisioner, numMasters: number, forceC if (!joined) { log.info(`Joining ${vmName} to the cluster...`); await executeCommand( - ["k3sup", "join", "--server", "--ip", vmIP, "--server-ip", firstMasterIP, "--user", "picard", "--ssh-key", sshKeyPrivateFileName], - `join ${vmName} to the cluster` + ["./k3sup", "join", "--server", "--host", vmIP, "--server-ip", firstMasterIP, "--user", "picard", "--ssh-key", sshKeyPrivateFileName], + `join ${vmName} to the cluster`, + {throwOnError: false} ); log.success(`VM ${vmName} joined the cluster`); } else { @@ -388,6 +390,7 @@ const setupCluster = async (provisioner: Provisioner, numMasters: number, forceC } catch (error) { const errorMessage = error instanceof Error ? error.message : String(error); log.error(`Failed to set up cluster: ${errorMessage}`); + throw error if (createdVMs.length > 0) { log.warning("An error occurred during setup. Cleaning up created resources..."); diff --git a/shuttles/shuttles-network.xml b/shuttles/shuttles-network.xml new file mode 100644 index 0000000..48aa354 --- /dev/null +++ b/shuttles/shuttles-network.xml @@ -0,0 +1,12 @@ + + shuttles + + + + + + + + + + diff --git a/shuttles/terraform/main.tf b/shuttles/terraform/main.tf index 1716063..c4fa7ae 100644 --- a/shuttles/terraform/main.tf +++ b/shuttles/terraform/main.tf @@ -1,6 +1,6 @@ locals { tld = "fourlights.dev" - cluster_dns = "venus.${local.tld}" + cluster_dns = "neptune.${local.tld}" is_installed = true node_count = 1 } @@ -171,7 +171,6 @@ module "zitadel-bootstrap" { jwt_profile_file = module.zitadel.jwt_profile_file } - module "redis" { source = "../../infra/modules/redis" @@ -227,6 +226,16 @@ module "argocd" { oauth_issuer = "https://${module.zitadel.server}" } +module "monitoring" { + source = "../../infra/modules/monitoring" + wait_on = module.argocd.installed + + namespace = "monitoring" + k8s_config_yaml = local.k8s_config_yaml + + server_dns = local.cluster_dns +} + /* argocd project */ @@ -265,3 +274,8 @@ output "minio-root-secret-key" { value = module.minio.minio_secret_key sensitive = true } + +output "monitoring" { + value = module.monitoring.access_instructions + sensitive = true +} \ No newline at end of file diff --git a/shuttles/terraform/test-zitadel-jwt.sh b/shuttles/terraform/test-zitadel-jwt.sh new file mode 100755 index 0000000..7c350f5 --- /dev/null +++ b/shuttles/terraform/test-zitadel-jwt.sh @@ -0,0 +1,85 @@ +#!/bin/bash + +# Check if jq is installed +if ! command -v jq &> /dev/null; then + echo "jq is required but not installed. Install it first." + exit 1 +fi + +# Get Zitadel domain from ingress +ZITADEL_DOMAIN="zitadel.neptune.fourlights.dev" +echo "Zitadel Domain: $ZITADEL_DOMAIN" + +# Read service account details +SA_USER_ID=$(jq -r '.userId' /tmp/zitadel-sa.json) +SA_KEY_ID=$(jq -r '.keyId' /tmp/zitadel-sa.json) + +# Extract private key to a file +jq -r '.key' ./zitadel-admin-sa.json > /tmp/zitadel-private-key.pem + +# Create JWT header and payload +HEADER=$(echo -n '{"alg":"RS256","typ":"JWT","kid":"'$SA_KEY_ID'"}' | base64 -w 0 | tr '+/' '-_' | tr -d '=') +NOW=$(date +%s) +EXP=$((NOW + 3600)) # 1 hour expiration + +PAYLOAD=$(echo -n '{ + "iss": "'$SA_USER_ID'", + "sub": "'$SA_USER_ID'", + "aud": ["https://'$ZITADEL_DOMAIN'"], + "exp": '$EXP', + "iat": '$NOW' +}' | base64 -w 0 | tr '+/' '-_' | tr -d '=') + +# Create signature +SIGNATURE=$(echo -n "${HEADER}.${PAYLOAD}" | openssl dgst -sha256 -sign /tmp/zitadel-private-key.pem | base64 -w 0 | tr '+/' '-_' | tr -d '=') + +# Combine to create JWT +JWT="${HEADER}.${PAYLOAD}.${SIGNATURE}" + +echo "JWT token generated!" +echo "" + +# Exchange JWT for access token +echo "Exchanging JWT for access token..." +TOKEN_RESPONSE=$(curl -s -X POST "https://${ZITADEL_DOMAIN}/oauth/v2/token" \ + -H "Content-Type: application/x-www-form-urlencoded" \ + -d "grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer" \ + -d "scope=openid profile email urn:zitadel:iam:org:project:id:zitadel:aud" \ + -d "assertion=${JWT}") + +echo "Token Response:" +echo $TOKEN_RESPONSE | jq '.' + +# Extract access token +ACCESS_TOKEN=$(echo $TOKEN_RESPONSE | jq -r '.access_token') + +if [ "$ACCESS_TOKEN" == "null" ] || [ -z "$ACCESS_TOKEN" ]; then + echo "Failed to get access token!" + exit 1 +fi + +echo "" +echo "Testing healthz endpoint..." +# Test healthz endpoint +HEALTH_RESPONSE=$(curl -s -w "\nHTTP_STATUS:%{http_code}" \ + -H "Authorization: Bearer ${ACCESS_TOKEN}" \ + "https://${ZITADEL_DOMAIN}/management/v1/healthz") + +HTTP_STATUS=$(echo "$HEALTH_RESPONSE" | grep "HTTP_STATUS:" | cut -d':' -f2) +BODY=$(echo "$HEALTH_RESPONSE" | sed '/HTTP_STATUS:/d') + +echo "Health Check Response:" +echo "Status Code: $HTTP_STATUS" +echo "Body: $BODY" + +# Clean up +rm -f /tmp/zitadel-sa.json /tmp/zitadel-private-key.pem + +if [ "$HTTP_STATUS" == "200" ]; then + echo "" + echo "✅ Health check successful!" +else + echo "" + echo "❌ Health check failed!" +fi + diff --git a/shuttles/terraform/zitadel-admin-sa.json b/shuttles/terraform/zitadel-admin-sa.json index d169913..59573da 100755 --- a/shuttles/terraform/zitadel-admin-sa.json +++ b/shuttles/terraform/zitadel-admin-sa.json @@ -1 +1 @@ -{"type":"serviceaccount","keyId":"313768085818048552","key":"-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAtdNVdOOD80x5NDMusGpdfWvo91N9MnOETO0RLhhyrSRyO6vo\nfxKD68nKK/SwUpq8dl9vNCzBFqOsbz2tRPp3jeV+6YdMwGgnQQxEVpOfRftd0718\nycQcaWIauuU3xuyA+rj74CWjlg+R9b5dWbo2p/2Ey+ygO60LWrRhDWnNslRpbPco\nrw2StHnPqpORQLn0Oj7qyns6lSeq20hwWJu9+IbTYrWPA0HnO7WZZBUgukX0prai\n4edAZJfwoo7UJKH6ZETvQbCVuA8UMHqLbUB0U4se9+d+OuotoghVCMH3HAcVh/7A\ndQvTVa6ix6DiXjtqtQytt1+fRL7bCcntRn1kyQIDAQABAoIBAC3wPRERQo8/7QeB\nPvSXixNbJjsGvwT2JqEA7GxHBQI1yR7GajFgzi/OhePhKINWUPNfXUtDW22K4NAi\nNxrMZVRWfWAnLP8X0YMfxExTc9RMlAIhR9v6TmtZvAMoUpVRv6yY/Bo/qDsLqAb8\nl71JzPFYniqfmEQ7jjjWhgbLiorZVyZsRSBuaTYIqJccbq/zZ/O+D3xXdSEwbOri\nxPhqjsWQz6q3jxcc3FAAmzxEMwFBwx8pbocVUyCn43LifLjuXk831SMg6l9Q5mCd\nEi7UYXkZzcPtrdo3mg682FEsSna7VFUlBBl/kEXdSvuGRMZZfEYsx8TrI524sDe7\nPxN2LgECgYEAwHjNlgBox3kMg6uO5USQo5CzCHMOQhsIITwax353LPrsuhYssFUS\nvMyrSlZDvw87xuZEVEhUDuvMQlUOcCvNjHvstt1HPB3hku4KlZrgRUBmgsVGi2sG\nlAxczrp/1qenVU3z1Y2u6DCTM3ASPyb4smYvLDRgm1aTD8VY2pAfaaECgYEA8dbz\nUAEeagH6Au6VQ6404ZrjrrokzsjjLUzuhRah/zlpKWqaOEfldSCEHu0sZSPG20T/\nt2KhKqNzpTsSv6H0QmhD3k1/b42Sr2bu8WbKbQTOeuY64TA341PS7vGzVh5iXN5H\nAo0D5hUoiFhPlXI5Xzpo5sDy8pnX18DREnwnOikCgYBouNHTDcH01m3yrkN/hwDT\nngVrUX6uhRq1SoifhrW9KYHn9ey2vHMHeqywM6OErvstS1heK0RhIfbvGGxUp+Cc\n0UiIbnk1wmRbl1z27V+dDl84Q7IQZVkc8GUGrf6kgm/PQCytQvuppdRRpmanKcMi\n/eoouQ7fNgmqCQxBTy1oQQKBgAoFuneqVDRYeJ/+ezke0xo2bREkrbnUIXYTJh9l\n3LjTDESnIlUKxbug6VjOw3Q9k1Qq+94BvGQj+frzA8flUlYeNBHWbF2XJGkYfvaK\nKAF0nYoCWJZUhTxqkOdOJPyArdrja1XzuiGi5tcfscyjuzTzGr3VaTwcnBFY8FEv\nzABhAoGBAJDlWEJYN94VWkbYpA0ak4CopZONaK3zo+LPnd8RteRF1Bb7nbVLxoWK\n3JyRdjKBGgZHjJVjeVvfHZd2RcH/toKsJ8Oj3ImfMFLlBmx6C8nzLVvIKCjmGpRV\nVISNo5nUrEn9/9vghSlWTSiV/jDm4ExPqn4am6xNyscjNo8aPiNo\n-----END RSA PRIVATE KEY-----\n","expirationDate":"2026-01-01T00:00:00Z","userId":"313768085817983016"} +{"type":"serviceaccount","keyId":"325785339216659468","key":"-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEArG6ZrATATfby2fqOjPfReezyGA72hNWCSTR9bPPhqvFlHL2R\n1DAv4Y+jTBsKPdivkHbK7F3PEJ4auKsf/Sea5AY/3gBJDK4+DXTtJH7pN3ymUfeg\nwTlPHPpsStxFARKkLuFr2ayidJKu36rhLa7Q1tcZtMNiWKxDSOQtpJ8qmPboqDut\nyw51BbFZasp1IlYy3IqF3/SLo3bZQ/hjk3HRFXWaXGOGId0ddGX569ShaQwwcv4r\nPjTPyb/tXtnIaWcXCXkdvfAeKG5u/f4bRphYXgBDPM+PzTElCw+UZs/jEV3Vw0z8\n3WF53OuTdcZIEEug0PWuyITbsDxSUG45ToLvmQIDAQABAoIBAQCSHQ5e84+5AR98\nkpKk5YI+HQhwVo2SthG20qHN50M8xVz247Rk54hLTJoFbYxaJ/ltIxyE+mDyJedi\nwK9Up3Da9Gi+R+OeuS+f24rvuBMLj7aoEnvIADYHyjRlow1eAVva1e28AEuRGJLS\nuUwil9YjlxYTVNVLan2BkMkUjENeZcX32Atxf5zUTIxjJRuqEn/OrGfEE80vzeDg\nDeuWgIFkxo4wVYz+FxiTaR9QotQL2h9B2VY1B6ESLyCqqr3QAuPsnXcuY0+bTR9H\nWJNORHxHjVD3/Qt/AeMFDSy+BqHLqj6ijDd0mMg8UIR/xRBKvyxhkFrnFNoZRa5x\nOTFulqV5AoGBAOWu9fZFZkxqecBqaAD8UPXITYz1WO83vJzAFS05C08RhhOv1M4j\nBEXuSezxfJX1kTWjwcroK8wQRSWzBOg5S8l1Tz59ETK7tUbtpuHN/e616dDivyL4\nUSaCkIP5/nUuupmwwm1mw7ab0MY2gWK7mf/1J0sQm9bCPnE92nE+JUnrAoGBAMAw\nWZtXB1JTR5mE6xfkWUHUuTj4yiCOv2yDOrLTHwKyQnhcdYGcYa0ANw0ujcE9VUHf\nyEFnF5l15jF+laemZlnHTq/RwREQvtLo31SCHAmWowr3eE3yGpgB1ZTlSLHLm2DR\naQUCWzZDc8RUmvEdRKqLhMv1IR1s7YjBCn+8wyeLAoGBAOCTwkuab/wn4AQUBr1v\n+HlZ8Pnyq5K7nOBnsE0Xicc2CzMUqa8k7fiylfXn6Tl3cxRPmh0cBjbxcar678Fg\nxImm+mTPRRGmGAnSNWp0T+YoWQa1rs4ynqZY45Uny3Yoyqub+X+fC55xnCEzCi/P\n3zQ2MMVk5/uE0ilHoV84tJ0hAoGAAOc5RJWgHy7tAzewsygLk1eglzf0GzsQgz4K\npJSBbM3RqiclFjrZ6qo5mAJEAEh9ghW/Jy+I2NvI/SqPIX6StJFPOVxO//mILA2U\nHx2NbC4dDgwjsJoWreg0TMLXGJ7QWCAj0jY0n4ipnp6XK9LrY7HMKfk48p50b1QY\n7IjCkgkCgYEAgU76RTXtxCfU4fTZ/q+NkYPm7AWu3u7V1g0WOQPD5RGJmsUyl5Uy\n0zNPXWy7tLdYfNuG8Ef08B3fHJBib83NPvz1cH9lttvfp9KDxrZzQyU9zIIguqPI\ngxvoaZ8lyf97OOVUAcbRLkrNQfmHWN4AlKpdWvpOjd00qVtPRTQ8x3s=\n-----END RSA PRIVATE KEY-----\n","expirationDate":"2026-01-01T00:00:00Z","userId":"325785339216593932"}

    sf(nUr7J?&^-f9HcuJI3JG7J3ptc5ET( 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%0D&y#+sC>#nWISyvwsKA}?V1 z^(m{Su^vC_&ngSH?>bWP4lg-H^H1%IMnmNJ95;H%hL@w%x`iZiHfpkAB=cizOYfhe zQvonp=`o{U!IHeV>g9kA;OB?{-m3cbf=)wW{!#czPW3W9KtHHi7A}%a|V96m3~Y-IgEX z)?CiDg;UHX<&V000OM``o127km+&AlZRfLrl~Zj(`?=W}jK{AM+F$e64)am4bc*>; za!+j0rTJGZysVHeX`)_rSz_-dpa#}n9z9(+99Vo}YTrJ{W}(V?yAz}&l5DS&IYjng zK`cFiHKCV9SYLsbQ*_-q6Zg_Yri;QB@t3b94MGY-V~p+}N*_YU0{(t;qw{aN1Xs|1 z=^1_Ef>qMl3P{h*@ib{L9cKs|Wq$9{eMh4J zQ7I8q^lJVBDcWg5gll|ir)gffAp|S>WRIJG%AaFdf%c^<8u&rtY+KtCDo(es$L9Pz zX-~9UpOaj)n=9=zV*MbeG7(i<<~=gb!Ip@4#+QOhqFef zWew$qmEYLs1{j$2&)rUbS5aJKTgi35@_RU+N`4O+=A-?~FKRoOFvfRr7C2|&^rd#X zQ1BSEBD};3vXMRvp9Gdxd`j~Vw%$D7sQn2@^d&Yf z33apo*~gq_ZW891gs>om%!idQDl`9uaZ$u8ptF2~QY!IF_V=;46aA)mLk0Jlj4t0J zaHYJ~nHXyP)&Ka+i4E<2woPn?RV%Rnu7x8R+5HM5Wome-iv^qZ^ z)4ddSCb^iePU956DU$=HtuT-V_*|Hy%9YV7Z6whH^*+3s7zuftS+ zc^8hC3jr03&Z_8@(lV%&?RF(X9`Kz`p^)0G#&$SKYe))OPsgQ;Ch;KdyOkZ?l& zfAXoA@h8K46!0USCIUC!h0Y{V%m70VkaP0ejU?#!kplI6GA7O@ z1xeafr}$AQSelCl;dKX@=#MXEO!Znu`;8kn&j$3nF3G{v*E=0ANnS*}T%M8%AB-JG znh-k!Jl9LTPX8%Nc^VCv{`())Z8;hiy$muwDqf4(5au;{)!ATP&um~89~i@B`I7jz z<-dl@BEpOj##8U9kFMUZuWTOL)2B04-_jzI&PSNM)3K`mN~FJxckvg^y(crVP0uT^ zmpJC-#KgZ#BxL+K$;oXS+r$rdR|_ES?w;(k71_JF*|%~WT{*du?ylZC;i}H`=&=$2 zSMv0VHEkvzp{Ba;;v72v^pSVcRHiYhE7t$0g&u>6B6PJtm1qi3iRKEs-eo(kDxppw zYPpW{b;-t2`Tg*XGVzlv24eZ+zXl|7Fwfcexj%Z_tJEVMG|k#4^(b5uBm;7fJ#@+b z7BeG7N_$~T8wp^cz6rqm>+Q_TV8W9XOlQpdaA+LRFNzPU{=k!Q^|HUfaz0htWqL<* zE9`n#kUo?X;_BmtVt5i7sW=IXU=VyV*7%IB2mV|;1|eWUj`QH7J7^^YMvz!*=%q3ywG$9Mn#cCU&D6%W#Azk@cgz=K&$fTG^Fwb7Cn}@VES2dUAM0NqDriBZZtJQZVY(N7RD9XZ z!*fzonc8zPS%r$i84mX(qktDDW%q9&>|mZ#ko!uSsywFwF>>Qv|4DYW7clL77wdl* z!HBcKM885;TDGg!x<$}-e=_2_7xpUT`{86neLy-A$$x~J*aRgsRW6T?{7zI%H2tE{ zn*fcq?_$|fh6O?$0-0ymyWQDaI3Pwc#h3RdD>ct6h9CP`f~l^WG1-xZPU(UlOJJX9)bkYCu4!F^Q5IlPC!Y zrUPO+K*9-+6Dh6wq1Wnzgh74Fiqct1_U>Qfk(axCA@w9u3;zNU`x{V?qbsYI1L{w}2xyyDsH+dBzBpUWS)bp#eB4xM*VIqNa z%u1DqG;?)bwy_~9cC6zEp4nwIgC%AV$3)EOm-L=Y$&)YT!glGGanauK+5s@R0sJVl zpL#>Sl9m&nwd)Fhs!GvR?Sz_BU9H#PM$^c9|L!W-ZXXUT;&htP9rSCu9$;0ukc!T~ z%UTd}3)hlDW^Fm?3vd7tS6G|qGIh%}CvH^NRlzE*{&*#~1HbgukU6PA6b@c@O3U&su!1+{6lEas=8nkp%D+38S^_hNn#{cJdQD=B6 zwQ+1s8FX+k@-pq1a_#ibKRsM5p;erHamke{AXXW8I@AT6A@uTlo z803q2ZDBUt92`Hf-m?vf_E z{=($aLMpS+bYF?(bl~d$a;nndCEFIPY~M1VkW9yt4+V>^oF;|C1!V8J+2D!7{_m$^ zITlA8Xq{T}OxHY#m+IpP4+fK*C-njwNHkm|n^GSR5JhBZ2qhQBwZ9E3ho1G%KF$TJ zhDVu@Wm<(s>ZM}3s6c8=$W9y)N1nR80{UEQouP~ZkN`*>O=d6?`PB4fO#nKm+^!FaBr=1Tekfe{Km*VNq_Q%t6-;Q;>dmdeNy_Q{H2A?Yo6i|K@o+t;2HEDwFiyBV+xK4bQ)83xs5& z)R_){I`}tm6zol;K85ssvC!t-@e22F&MDEYL~?r~xreP_n4cLB(+m;>k;=~x#_xu} z=7&aTr79=pKF>|CS~a919af>Lz{%a0ri37rt%G2R&$2wCth7f%PSso2&|YE@5gRZw zM{52DC!R-Jj)bklaEZbat5g+TzQZWmWfN5cUGuv(4cDcQKc}ZId?Qx|q}i-@;Dm`h zs!t$V{fJRJ?f5qiTif%2k#Ex{fFvESVb@B#=G19q!4hCjY0jTKY;FG*)MkZ;hs_!S zHfuue1bf?vHah_?GF^H!$0HBlA|nt z?oQ=er1Klf3B#w4{Z|e96Z@%P%QiG%G!eabTOxf^gmv)TzQ{`V%7u6;ZX_fuwOfZ> zWJi*84}>OyK)%sPd`yN+;yhT{LJRUs_1mUo?AX=~{E}%Ywt6!OiaAJ`TLQaGw1BbT5GSh_S$Q&wa?Kji6a(5gcRxQfeS~lkjAx%y%t&CUeDmb0_gEl3h5U^M>~dYBoRnxdEcSpPrzg0W^AuEyCKH~|8{2@p_BF1+MGB6N{t1-0vV4P@C# zUseUkI|LQ~njQJl0PC@MO0PJ zD_$tVW2c6tII7&X$>!@En7fAOS&$a(2|T_U)xS@}}l;xdO^MJqiaH;LW`c#IL@T(8U{vD++z#shZ$=?{?{kDXL3?B&cBai` zU&{szVp7QN(%;*zWXyFSwE&G769#KUEH#<9x;es}jbKdEJl=pt$qvFACZC(42m*2f zgH0&LH(83mi8{HP#y7UcUJ$;R>CY11zkvpoo&6$_Mw5IJ{FAU-F(y|?7YzZJpQbb+ zPhApiaBvcGJoa;m>FdR0fSd`+IG~{lGB!OOJ=>V4qMEagRx6rn6g)Duaqn+XX=UAm z-Euv&CA$wngN#UV>;6rke6pmhCDiY}#4F#qBBmeL71BLjSUn{6C<|wnnc<4fN zNM!b?e6p(7a8QO)O$f@+4)m~1LSiW`psZ&~KM^thD-Xp;SHWldQu0K?a@TePS_#Zz^r8L9; z)L|;C8U7azi?Z@19&x%MHK{q^T1=v~CV}?)wt9Uyxh`aE`5ov5g1pGFk(GyXbn~OD zrl637qPoJ|t88{MJQbJ8<&? zLB)#m{BQwm-B@eBB!h>o6S-pfjbfew=z+68I8y8_fdKG}LmkLQGn#(;SQc2szb}BrZL)Yc-HkFUKm#HIO<^EpMv3mePGhEs6tPT9cKz48Pb7=R zrnUcnVJ`^k@gVlSpn`D&yN^;YvAm|(z~r(1jAiN*lfi1yWbhfLM?hj zsh$U`P)Jr@#$`Akzm@@<7&Q9Op+)lt@w#t&htmsdVEu%J)u3K?E7upnC$ax#CJQCF zs`%gMz!S0gLtv^|p1_Q=20G-JTW1Ud{vs;Vf6>1h2>>b}mKPzo z_=IO@l-t@m!#oP`9*#ak48 ze$D}d5>3Nb!`apxM2_}9@eENPIPpP!|9vwp>UaB&_96Ig{q^`rNlh1s*CHx!VAdiEHZXcJCoE=W@4 z7RC|PcTDuLjj7mI-E`N1@J zU`$p}KDD)4EUi9m)#Bv1hWkeKi+!SoBp2HcNiYX5#IE}d{lop zCHyQc{46v4EC+Wut^&JJ|9CGF828?^K-L$LKw-gGt+#QJzm|i72}-0#!$Uz_jpz6v zt+kpT5~ruAU9Ngbfr@qb&A{I)86Er;S2!<29XseQ+F3C=yl;jhv%p`c+HvBNRZqTn zWE{c+&b@3Zeo+vHfp#czHDxVN`KM}GD^~@yJ8+}Q9~6qs^e;kwsISYt^+RuZm)CdN zUEc+Yo#vzZ4?!{g3>4GPKr#Ic6zkFy>vFfWzz}CBVHYR{^c2OE&{6!z3}qnDk{^)> zMY8|5uN*l}DnG>xeW*gpw<+n`aS4Dzh z!B4NiEP8_A4wBsKUdD0B$8l8y#=4)OHjK9tPDzSldU(T>TZRlKFsY~pmxM4xb`XuZ z|IXgkG8|un{)|Ro&QlRlzp#;oYy@orHp9wBs+%fd5VbfvI2C})@P)L4NNw1AU#^Rv zf-2gx{8=6DpH?xKxeA(wI0xP&QfJhLVY38WU1JfD(GuNg)V)4@P~w$~-wnl*sXko;_y z#H4$eVjsSG0t<4VP|mmMY2nS+PN9t2M5h}@Rz;9QPUgIu+}_=Guz$Oy(7vm!QZs<(fE6IxmENpZZoYbe}n>NKjQRb z`~I0ANjE=7j7VZWfGM`}QMuVyKHBl>+356@EAXeF51(-fF2|eV`~)u+N@HvE5_~qO zrot2Yw$ZEdaOjx8+ie$3Ll@Zvi>kncN$FVV= zZ~uWmNnUHodyZGxl=S1Vmh^F#XST{u!2WE0xr62*L~~=<^Gz$-<&UOCERbAfxZvXUb#lR#YO-_Z6xayTSajH>H2lP!f1=aerUj3+M zIR=EDscF8G2yB)fF%^r`3P<&seCyB57U2etHDwewZqg!z!5t!l=|J@}Y_T61uQ&)aDC4lV> z*iOMd7|vG>T8xOSMLQ;(%73x1;!=u1Od(1~V;;=PA@ zllZEmM=_#1z*g_Otbf|(^}XZX+UGvrh>^#)uu2e`atdue3=f$pql!q;>}4Y4YY_|M z2;qUC{S)J7oT4QW9&p8H00z6K3dgyFdOEhvG7idiI_{*C|d2 zKhKwd{XN)v1>AwM!5b5v@k#q-t+HRfgK0+=G0P7NwH|n`TD`l)Ex`kS*n)Q~t9+&kio1iS-BvFK;aG)QKXu;Q*U=xvLJb~+B>0u4W zV-2nK?%dlUB&*rA-r}VmTosKzB_NNHlJ5b$*i`%InW-HpDWnIatRrn#8$si*t z5Z^q-z9{t?{}X_?mB|N=4U|qg=%-=BkcLDc^*_EyvTZl~wIrJv1+357gMvXPV2c)6 zcX05ebNT)T;&*$(BrQ5wK3g_y(E&GV*UFWLH%LxeFQ*=CC^z@A7u`y@Hwi}7A+FH< zFc(wm%=?Y5VH()Be-^q9B5Rj>)L+EW5ad_vU_k&!m;u%!8yf`_yK?=`JTXZbUyCoTUF@!ebWg6#w2 zKKT;jLfXIIU#;6$o9-v0U<+!1Eu%b7*7c_6DL5x_2yoQ;^E=2K(fYd+s8fQ4RUy2E z96y-scDX*KHhf{s$~qLREHaJx8ixR=2yaS8FBQJyGI+xICIkFO4!c-BX~bPypy{81-v2;a8y62=2?8*aBO#9$I% zyCl~gSeA?Mw-cVgPlw<%}H9CP@3Ktqb#}A|6qb?9}H!0xz zr%42vPp6@)L^Pm$KY5-aL!F?DT}Mp@g}ypHAHl_;Y-ix%{2Nv;y8u|dCdq|3+Ziz~ zn}N(jt7*MedjtOlF0XTKcwM_M+z6UG{(-ChP_idb{8OAN?HS+aEebAO2jdCnH;8@m za*+J}f}S$8LIg`uop4rMD_1jYjE9tgg{tt-? zeFvLK-@#_mcd(iC9c-qPh-;z?`J}dpJXYt)>47W=&5ah5peEGh5ui(QhLYjnr@2+? z-g+X)5a>u@CDQn)i1m?ryf8Jw%z)>Q*aDrqIa|&yhaPSf@K&~>ITczrufy7T+x&{-=neR%^nL3VfCH)m#GK1n`*FFr6}$8PMFhc^Z1%IpZ4 zK4ConKIIv=`^7#m_PrfPzk{`^#m5aF0VcEl8%4&d#(pz3aRQ3iBMQ2q&BO3}0t<3CsP)w~k@=b93lDdn z4WC-VMni_DsP&<<1clH=W*o!vCYHkKGh6rb+u95aX+WZZyQuy_Y^9yFFMFTrml})a zd8b@ex)z;tq>|{D>QiS|+*OM&K?O$DR$Q&)kh@E)e?HFv_Z0oh6%$~ml;fRY#kVGC zn@eNhO(8XOoOA+qHrNR_{8!EAQZSG@6}4Wm<0-TDQeWJ60bl_k_ZZLAkV1pB1XC|C z4SRZa18Uvo31s{f(%;IkjEYna=1tfZJ-ec?_GOS4meu5j@~e}&t@U5% z+X559hVK822gU@K3QnS^QoIxj(l8eWumkGwhG+WJ3ID_Rwg%oBA)gqnf}(28f#0HH zKPRzT6lCP=6S%@TUvUePOuac1%}h<>PA2}M3+XDHp|SbyLdnoL_)q#Rl3o6-%nB`PLlR0O3xd8`&Pjum@)5 z*dFFjJv@p#x7@syH3GTnIhKK1UWoV(1da08!0lM}n(Iqr6Ow-^%22i%e{hLZ3U{Ee zgt?*4!Bs25=_+E42~9ZvRu;3~e-yP+Osq4pHsVX{ zc6L~6akn&*$GukP z7JT^jJTLqc=G5Dc-Isx+icGGB)Le<;e2ojprI4Ipy%-oNyIg(FT{#S<))<0b9;|;= zU^3Ug5{<^6;2b#!%QR-N_f6ed2x24|)nAW4w+*NI+moy->AH^4N_l;u9e2UxL+4|Z|htI+Yh8|#kA^58h+_2>QDE_*;N{x`Bw`v2dBtgl_oq~y@GK64eMkFI99u0gQ z4e02{%M({uokLN(=+Y~~Ox%X7wpLng9CENq`7Cn%JaW@oJmJhzs?MCOquFtfL9oy> zTbdU^Qu~*|`%3Mg7Dqre;n@Z02l~~M|MVS@&RVk+1TvcT9>wYb>LCNO&h)h4cVvcc zd;SEeqezr;a9lO;B1xmPbmu;vz3iIm1E64@fm?!oY{y@ux(z!Gr{&TLPs{SF`0|Q z9m?!y67=gNhXP!D_=n&8F%31}L@X56X?GK1BKe~oopM4zDJ(lVv4W)HvQbM9T0kT= zjUo;nM-;SsU2a(ebr-6QedX*mGw8l@Ck6o-bk}1iSn~bO_R2ZABWl4z|9z9BFFm_+ zG#W&LuO0clPEIH?=3-pZn^k?diYv(h%menCPthr)5ZPs0-P zaR;jERQnuhaz>q$Q+`~tSw@Sf)f+UgggrplC|1E2Qk2p(&aHs#!!8eef);8CiNPkJ zX?l4@mIBf#TPbjaICQ6$f5tp7IX7DVmnDdKW)q<+Tw3JmQ@jp!w8&3Hjc`8ap-mhq<5M*h{97=CeMm2z~ zCH%f?MfCz-eESlKa&*|5XmbTaW{^cchzl9kduaFp86Fs4G6I3_WNnlq!*FUM9Vp}+ zbqYCo&p4N6qS+_VICCnK-nGAFV%4(v=Fhu2QSvQm(VrtMF!+5;q+$DB#eWq;!1}FG zAeU zmw4;3f}<9MB*~Mb@+rm51(?_{x3&xX#se5PXabR?`MLJs7C?hJLa(u~KX@emeD3c9 z7Sqzi`Y{1Sf`FhBb^anv$}2P)Urtbo5CigA{m);#k~3>5F#*$aVh4|`mF^{(SMyMLQ&`vIPW<>iNG`H@a*%_uYp-;n$GRyRII zUCmQpIo-*`TS~CO719wl=-^^S#8@30cO6G!7LFNGE-pLbYf+I~#gp7cC+{n8`L7n` zf=%IW_i^}-LErm8OC%1HmihWvdgC%2daw9v(w;7SKe23D&}i zj1mHaY&2kn!Tsqccfhr~9{n4$@u!x^rNvolaU&^KfpNX0h_mo#4yPCd!K=jU9F zj`p4Y{@U)8uzk=DqEg#ac~ae|__H-C5zL&G1K$G8cDcuIlcTGCg4(q9o{)i5MLFlw zY0sHbX?GPcWH!kuhFc8buAsL&*`G(wyZ@D>^+Z_M%} zr*IUKZ@opI^3zSL(M<3ph$->|`L5u}*X1cubo}08(nvygG(7B0AL-z0c8DDknnHIu zTSL@4$V}}VNS%Oou&Za}CTxO8&O>wuo!hLbPYA$@&~)#Hjj8IB3mzOVj?z<%P{$y( zvH}!GCC!m4sl6ZhOJoZM(xBJRC}{j8jq_k2b-G)Y7|u293 zcg5x>VgBjC{8EP_Ye24hDD zGBCr!9n-U6{87!6Pz)jugS(v9C*E9znvK%0H4*=9JBUu@NR2_InJrfxhzOxoN^zYI zkWt4bQmYvdy&AwS(_XBH~?=uk}7c26K8F&jR$dBYyJlYG#yjNx10M* z_-uUjFU0$*S2|&xLoc0t)rTH6txVPIUF!8uOC#0G-2NLg$y1eH|HULo9SH-)L0v%| zKmy@3#n9cZz&v0kG3Dwh1&#Q~`kscqsw#o3CujpeM1`yxZ_eRmEGPO2G>Yv?YXac7 z=6{mWcOdHv92oMVr)bwh7h50s9VR$rX6{gof`<66HiWPWm1RV?1%(U!QDbqqYFQgn zG|vqmb&dQA6ikIGUd5X?hA1OxD)BR)BHgdaRTo^N=XJib|K^e|k8s|5<&D>6W zm>5TPtCP#Tfvj|V00YOeDjwke({}44O~go3RZ#FRLPX~cciiz`2T0 z`^I9%Sf*zTN(tm2I}}W2&Lah)Jb5o&8m9qB0+OC8xJ)L9#u5Al`-vFTp?#NctfcfR znxqsF0Wz%@yA$V7r;kJcRUhM7ws-<5lQ`HCi-2g66+c2_QS@uEuJW+?@dyg!_ch(n zqs%v!PizVskeOVTlMH29F@{AUmHxvkR z1E@tX*@>SBUQ6TH#qlJNPn1@CIV_mKoA?n=#oLO`wZR_3pwVM#a+Q3D?R!E&y>`Yd zyK1(6zmzd=Xd7Up$}R_&NS~=(=e$w#e&ViH>q&Zhcu^)f-D#?jsx^ zk5hh(yQNSgf*<5mkyALra`9OJ7m-+*GXlk5bqDO&mpXOdKE!WH(2sn=uoA8zeq}DP zW->LBQg5b(LETBU7ra&6@9o53p+KS6$G71J;)fWtHcM{Xd0T>8tE?|>dkssAV_Uia zce`-~9@h?aiJ=^i`+lz`!=bD*l;bfy%6%;JpP~H6e+B<)|09Q<3X%dy5o?$0Q!>^R z%no_4R0UnjisemyHiJQxZHK^v8;RTEpQ@EX73+czr48#p_C%sK5y~i^H-`9Ef?F(g z^wRDziWYKE6(4f)Bv4R6<(K27`1HV|YxxY0y+6KAYQ&XoNy)`)k>V;TCrb`&64PA7 zpf51zV#OMZw2sdDkKtqJ?8&Q;X@;8kva zMiaBnx;VaAIHlUI6KS~k)zL}DRaYo4bQzZpFhEuHP$Q-0#I;hc=M`m9R-qFkmF1T= zahyJ{r}__1e_n>^i19c?)~3Ak1OO^luZo2hWrbO&o7xbgmM02*W3C-nveG#E`R%%13P(zG=!1p8NdjWiZnA7Eot_!%hr~&R$-&(T? zZNd;*U|sXyyup#1(F#T%XF#m#f0r<3k9~3-Te1>3-+wB!={$=~^}o4|)wF zkoW0^_Diwpkm zyQe_QBnhy|&C~sJPXh>ZH)sA0h1ks*O|824RlVVUvDw6$=y3hF@TKnHpR#BADq@iE2E##^> z3aIAbcW^X^ZFv(VeCSInOe+)HB>=9y69am^dBeWe)U3*~u4HiWk|J&6G+$U(}KD>lx#Fn=o4#UmO;`wMUZ+r_CsVdMasDM2o~AOz8j=aP?=t&_tY-F~bv74^J+ zdnVf?fSMnNIZ1IfW<{iHs@#I|JmGNO8oU4z^f$8q!``q=Xu5;V=c`Y!FFx}z3yAQ#% z2(!X8mPWYA84MoIq}83xC&Ck4j?kkD-jUH@wlhw+sS!}QM)hqYORz^{JxmhuOLVY* zT|@8>KB?pAWN@JUS3NsQ!C#1?6l5~C*T0CfIW!?2P7h=}>@Iqp?mavFd-tF`VrO!L z|ITq@ID#ZLl%gd66V>MmtdoP{^?7nXpytbzrm`MJ&}51kaRr6^{1JHfseH8k`s5u- zDGGdmJQ^$$BFYh)!0d_y0R2vafNm6*J}umh zQ<-1jQPRF$!9~a+;b4+ck`9$sGB-yXM^GZGCL_r z6M-O+-zhJuHC>%@K$*nwP@6}yK`qLgY(U|8LVm|;V@&-K{|7!8W?gZXq@SxDM(_A` zFSSk`HRf7^fo*ktgoxYL>bCT1jr0WGAwS?8eg;WH#8CC~r~8+6!r9qZ{=WH`T+5cI z>sHm$7X~$zFOY%n@WNAcz`EiGctK*V<_pdMxO#nW0T^hoXf3GJS0!GDmEmh%3u5M# z?i)~jQChP}FKDiKHP&qs-GdYc2pggE`V7XkD>YVy2S(S&T8*{impLq40r111V&);0DP5+xOYcH}+gK9^5ptZQ5*UjZQonLVGn*<)UO+0! zNawY9tMwNT)w{4xajzl^olY8m(#S-bb;3R9M3ER3CY*o@VtL@u7^S~%`+?G5b<(Ad zw*a;sNgM)5h)96q^nzodZ*cTnEXz~hV_#FnN;5!NRoBf`pBZ5dFzg))F8GIJ!l^`y z{<}`=igkEI9WL!67smI#@$PKuKs#;yht{xR!QBVlhQ^7q(jX=slus*G*C7-y9|e<) zO6c4;t)`dYXp2-4f7Dk9goyz=QYtF!Zoq9@L^Uy^Knv|*~Qsei!#^cbB25uGL;7s`VOj8v5%Hjnk6)i~Sh7QHTSZoOV zff}4kMGsdPotaRhaO%tc)&pq?pm~vfffb&RK{k(;K>)KnU#C7Y16ow!H{xE6`|j@R z3y#1tm6UHn%e$7u8Dn z#r*Xnd4)9ycuhQipGA7bs1eeuSSb#M-IxI#7e{({?PUJqX;LJ2t48?=^l8pt@5{5N z)Vg%w`AfhX()=~DKMNo(6mTs4H!5x6Wi7hV>TT{jASbfI31=^068N?+#R=i&^2J;$ z;{$W;7#NOWK8R-QTmUME7eQF(m#~sH(Kz3(X3DqI9d&)|Q%YFN@H);RM1WIzCWz*EAd^ z4VDgCL>VfpO}!V}%^`fNI@2~>F7o8G{<1!LKzh>lr`BPGd?tJjkdov_0#y^%Ve7D} zi{oq@^eB9*Hc3T?{Y7^qsQoKCEEUQyt~)bDOm!EwPvNoY<+RDEXrX)vh5!^~Z~m*94*4gLpVgF_xMIgk2bUwHkV9ip@jS-Cz8F2yrS#b5ph zQt>1Ffz-6@5UHsRLMkR*Nv1}SPJ=OvZ*^10(0HV&;0O3gDUIPN4D544nOMdOeoBu8 z<8k*uJ|?l>V}A~J62dKfU&cXsw8z*dzYTz3WU_yH@qBrHil zKeuIzyLtzFzdP}7R}#r^90#iRr=Ur`mxX-U?&OSaw=YBJ25MDrQltZyf+re-A3#~@ zkrw(X_*VZf;2RJ4-U4iI72b;w z(Cts@z}||mp!FHJbmoHHt4}38GzL4a#l zihPOC3QR85m%I8@ignEj^h$i)$M?G|t*+{An0HgKP)DMavjYcQMxHwNrs>C-v5#Sa zO6ly_$FNDax~dyfT!A?$o}#@E{W5e>!j4czFg(EVaVgpnovO+1357`r0sbvOj6)_G z53Mt>pmkTjdj?pISTX`%$yPYIlYtD7(zp>)pl9OdP9{=uujNtW2psRd?C+s*aUffC zbAp1JYuQxTEI_64~hb{7O3cUAI(pa=IGpg+3Ot)`wrj*W(E}f0i*-|UFG*gUGeQqGH* z2(ep9*{h7Pr;LL=XE2##iA7+ln+k7_@O(6W|LgXvj}EDQq2GMnOD1fe(CiD6jNi}w z5O&Zgo}K3MVLrB}VH7QR^2y?h@Wh2=tr1@Z>l+((%AI-s`6uOF(%y*BkWAyy- z4tISo{OWbC@%7{``}9BxGDuO5M29s4->jU^KwscASJ5fPF<57|c#7&5Pa|XH>t*tM zF6yDNUH)sa--4`yzTM!Rit{*%IULkH#Dy%WL9j=4lZ(;S$Yqf`W5si{#y0annQL$> zwiH0+bb|J?jS-J%#!*uY+RF}}3o=F_k6WSt9F4nxk}vjHL7#EwtYc^uu|jz=p(D_! zJPQLf?fr3ZJB{1-S6r%_a>6j-4#pw9M)H(cMT2v6Wj}C2D|G+gj~f5!zvlSgi1Ba1 zpd=-=*eN)es_fWRmMa_zxCTc3wi^)mMor7UI;nc{(XW6VzziAxX)?n%@mw>*mAC~| zWQIimBlMF94FvzMnEe}nd>4Tnfz+?%UYPXqEOf*3X&B$Z$Ety^vVpd61D?QwTpfQ= ziPeELwES=_s^0Ci?$S|jrl%EdtrrP9He$pu$Ntp@{6?PpH9%0$+sJ{(@rkv@@9sX+ z7bCJz7I5IKMFojr?zaAUcDD8LI-Cx9HBPac?%I$v?}lDDt~ok8@3{!8cdRdr+iw4a zqLc;T$QKJaE{I-`J2+!?_ZI7VG-I}pv+@>YUX2Fq@PBQqNP*uCk^f)k0z=@&N>%XC z{-nNLU|GBM@l7#}*lUiJU(Y45Lb*KGt}uJfQl3@ac?Mu#!$meBaQR2{wUgN)2JNi*%wc4~d8Bx$b$xm6)%IhXEajuC-#>%1j)sUh zM(ve@WN}G;(3(1sdT8DGpaVi|)cBtIim1x+4^a~2TuXBL&aR$(;BuuOGmR6!5s~m9 zCRC+TPD!hE$Ry-kHBIazC@@7MJSX0uX+3D#*M{?L;a)?Tb|*G5%F-fq6_UFA7MK6l zG}2n}g*wQSgHFD7`+6Zi7lW*#;i3pKH}~pe4djCZXI9T0A~}pd|2Kqi049mkHWEvz z=<~qxetL&`Iwv?q(!@mm?WX*j^EV`6N?KKA8uItgF@9N!7DV{LGZUI+X@1%3Glf=ri+|0i=zrgp9R`>P-n`g?fT$X)e}M< z3*_S%h0rFlfRqW0dZQB_fi|36WnJG6$)vR8{2i3WX$2*4Afbl&3lV^vJ7i){L>x|T zd9*KX1LQ1=QRLLYX+r43c`Og{8I!;dVQts{M$Mn~FljW7qF^ei;;IN&^^Y@?pg^{T z##9w0Av8k8!-mpCg`t1(i!kC;wuV^4tO-&vitObq%m+XBfXVRy#tqU>{4RhvD@`Su zL*Ab#ps0d}5qARhFfF@!^1IA}FF*fooPYk5o)8wpYUM!>Q_>J_1dgV!MwAaG(3`tp ztWcgM?>Vp-is0C?J6--tP-X7!UY>oq^^hz5ByVt%Pxvk+e3ur!%M9P;@UH&-k;r!0 z=2AzSyR6RL$jtt_9BrOlunqI;w(`5E(lFMG@%4c-_!jR+lU;#~F*x=RzfT}U7prLy z;_HpF&tn|2W57U*QlgyCtT{&F)*qVevh=vB5A?dmLmeOcdm3qJb@p(eT{r+9N0@>e z7GjbHo~55MeYCM{M?NwNb9E%ndR0;)=M?GyEPBP z(zLF>P*k8&$?om@v8`qIUbM|?+lp*1r)~3UyypNxtnfWpI9#S>*Yb;42nhWaGmc_M z@5^7}=w-?N!K5ek_)Ww3(X@*nKjYRH5B8Ic;HdaeI?*4cn)kt$nXaM>DyDLLAi>-u@B?Ol8Q^Yb z{^r-35BFiRzKp=-`7xP6=<8hKuqay^3 z=OvNal-Jte1B1)webY63;q}Rn2%BB|hszN~jS;ac7|$R(0iHn^qe_2HLhLVq;KF3q zD05-L>X0<*3WkXoV`6}cC=uun!WUV%tP;JrJfcUcCV$F_s{H(_$;ag;-MT)t3wJ=j zZgpzg*h1~dh*XKW6Z+54_<@|G=D_f;1^Xr6hhXZ|$@o=0c~=g*$e`jdwmd<8ItP>M zc?)DMkqzu%8E$}qlw<^;EozM$9)LD~M*30u%?^tpM!yy8d#RLS5J-LURYca^Jo#u} zOVW~scVa%o%96}ajf=tufA+Rz!Yd2q_8VsZ8;PE)E8mr@OZ%4|>IdiZhR zfo(Ky!3v3GU6iv**H@<@6YE|G2$DHmMaLJW9#mmA{Gin49GI zbpY|-Sj8G{_K$`j|8Kgi@b=D4hK4**&{uFwiJ4>)oiu(6$^E+>s2I24u9kqM8HXha z8h63pVLMOFkJd--jnFrTyj2LYq%2EYK8YkP$C(1D6DOXZWIQ&N%L04aSI{U1aN(O{ zlDIsSgL(h57xScAc~qY$wXW=zG9YqbX)h18g=VdOKgAPB`Gz-O$93k%$i(5-UmVr@ zQ)ULT(ma7XkkTsgQjY3_c$9mwCveYU_wl#g^`}wlJv=JLQA{)OeR#wzpSTY7+?F@} z(^IT%zBGUNH&U!`_{vhQ_fJgYO&V@4=1m4}Ch#WHgTqm;AQ`au<4RF^yW5eN_L7k4 zMXX&&eJBlhwRs?0HoAK*+?^dE$X1sX$1-oO-hUkkItydtny1%^pGrj>jeXm5( zDOb_ymOn(%$-gH|Ck{xwBzq(?+f*+RNe<4D;fj$x{=ml;zf|%)*Gs1y6{h3)<|2d&)hS;LqsnoB(2 zQb_N!8qy71H4fPOYp-n}2FaUd5`8_aWA zuE$&rQO7|8kM81-h|E8MHnE?H(Y^<-*5%)%Rh|Uhz$MKcNdcaQK&S8U)w43l3<) zI1d6f4?xKe036dC_s83Qtai*6cuyCbHc!b@jYVFKw;&(kj-9wppLKXux~u$ z(T7P_nV%THQtS#W$zqSM+6k!Da{^}wkXq7lxAb$uxN)tLEP!bPa8(?tq=iN zlVAA-%K2J_P_Q2_!OvRJUGbt~t56N5k^Go?Ov^dg8f7HVKcLT-yV7K$<%jDCC%gjf zaz)&OT+OXu9Z?XNjWJVcaK_JW?#EvG3?4t+nOrzmZ%T6opf)h9+kC9N;?ZUdG z+jtvVSiWx>KzZXJyY#0Z%*2^H!J6sJO|hOQst4aTl~;O=k1t8#&=Tw&<6-C`^X^rO z6()pVZNP+3cnv9r@IO9__i#AlnsN~OGbi}&q zdA1J%362c63(Vd?7I)jWLY+_Zc{1>Ap82^LizBbPP}X>aMwhvLTYdk$q>6b0!y@@x z<{x2g#jq{%Pf3xRGMLqJQ|_OVAvcx&DVcJ!jPkOGo!6paj&qsyyqa9WSRIoTNS(J{ zEaClau!LXB6*1=I03hxN$c1)_ETp~WD_7{8b!haFSekHIGs5MAqDUX=d4JWTq- zc@!gi)#Q)PFQot0TJr{pv-|`@5UgwJ`6F;|l_#*=PHX=7CdSR+I|AJ>RIDqu^EEJs za$!va`Sx7X%g3o=@at%0Jts2jiwDD4L`iAi|?oUL6Zn+!p$t#_y%}& zsWnstlnbX`16}B!cFm6-8o%>%v$=kL5+KF2k7ETQfJjLIVwA@hQ#Liu7x}4B85y-k z8EzA+n)PLhoUzu7Mk3*80Xvofed+ zbJW+RP6@m)`jy|z90hwEwtCd6uS5CG4xgdQKYqR{-+=OI zx_p|$hnDLdwjgTNH=}%;!`H6LuQ^YZuSfX|T|UF%L(4&j4N%qBH=z6$hp$zYf9e8N zz7gf&Bn0>fa&h?3@>YipPzCGjQNGpT>rmxuGFACHl+V)TvxbOowl1GNM105U@?(dH zZ;mdXGemrIb$N`}knqjZ<@1J!?*v_b!VvMz*X8qvi0?#Qe&P`EE!5=;hlp>nE?+z} ze6w<$-_k$-adC(W_7K}iGnXi)Bk7_d?y|42g_QeC8DDBOdKHTz|Q*p)PkxEwScZz8PIF$<><-~GeFMz{d9z?3>`5ycP#4(>_WO+T^TY5ZNd8e z6o#q{g`vk8uq(Rd>AH|V;+sf$sJc)ddXNQlA=(688NxUOddUb2=t8u7T^W)&1bWH% z3X2NSChE!%(;?7H23HtVh*qd8LuQ9SFBx2cT?V{ZSB3x&fnXvU0z0UNNruveAs-UG zWNZa=AzF&A49OmpUIUBu5U3?XD}W2hqGWmq)RLhU$c1E40zCw3VQ3Re^ANa8Mpi%< zl0}K~pw#*-Q62)lL>`1Ig=kTtJOp~l&lnN2!*9rl?)@-`T7+?Z6skpeagK76m(? zA{l6gQgubG4y->0nxRx>Xw!k!#z6Cvswyf}<;j|odT7phXkJEA*u5~+|Vk<(2>6L}2(RY^bjuhX_G~X>5zIzy% zX&)eZ_O;g*c>EJD>yf>o*TX(G_9R<1apL#~MA;#IrpJb~1s zC&wY6>IA<|7WfhOLR{4icAO#TEqdE)z20bk=$_HFFON%d_|qN!ds7_#AE!C|jtmE4 z4BWo=Jplx=A;_kw{{DMLG&Me0SdwIEn(|=M$)@_$GkE&Y!z1}>N~XNaly^N%^`q3g zsX6j8M_%U0%R^1|qxDO>yv&!E`SS8WQ~fyovb5>?QP!5Uruqk$yp_`AnB3Kj+pd=8 z$z63#^;a$F&A`va-Ik{M$&1^+fcp?0PhNav1YR!QdMV4+H8~#as>f5+;v-dXq&78< zww{qjJ5rkJOS(Q~!A;H0UA@hJUDB7)e0uS5OLOz$-Ct-v9cn>=aD&aKyYTzLt`m58 z#tyU|diasG(%?AjhiT2Hm%M}aZt5~vrnz}%mx1<9v%OC&%{v$GWP3p1rs(zrp&%Zb z?bS(pldW&Dy|+`E-|KpZ%{Aes1I?Xcb4M-B?=9ZW<{F#ozZ=~gem~f?2M^8WI@#R8 z?^>JFnjEQJXZX6VIkl@7H;a#hPN|D`UkVb1`Z$ytCHm5v4yIZgQD;=wC(XdRc~n<7 zs~kg>QHys;m17)XT_uNA8fB~;qq`2HN^|pQA;jWOP-XPuol@mPj=LR04#F`gf+MjB zy^QPXM3u&7T-nRVs4{Nx4yp1kxj|Pcl`7+a3^+hWLbC#x09C*QQiV)lR;iLIldVl@ z7~j)GUkxlI5Yo&aNwJr_g7h-uekQl=e97C1|78ov7zK-P&-Xu)= z-RPmhD2?DKvBEwXkWxXrQz{H~KvbP1%HB{1L{-UQm7xxZs>1x>ArFYEQi>|xRcG*( z(29)a-lYh-r8>I3(RZ}z-~-)YmII|dhV4{A$dP5NjSlIJXASI0j4@kkyqI6cWpvAVg;LwynN{%D>;k2d$ zl|7+A@r5keDJ9!Sh+eX_78p|k#g{vhmu55_u=fN56GyVp2U4hIgl%_0*Ob7-FFTU& z$Z0y@>Nyk`JBjb#m-lA?7xbEKQ^7}50%O1ANS>K1hy*eUSm>Y>Iy!=QO$lV!9Lcxj zB|SU_D;FQy{zo5~P{EIpkNg!X`5-&L7v>Yfn z;YeQ9#8L@_i=`|PTv}PIzhoVV;KHva4v0%9U&hN6X7va{@3KTJLJ?F9zKlgBg27?F zjKhGWD2+g$1SJ~}eUv2;K_Z0(V+SN+W<-W2jm2WoiP#_!oHAG}7AH<;rhyW{FNXzV z@k2q=dWoQ#%X0CkhE1CYzIiMcJ6aJOC*WlQD+p-&cBY?>QH!tJcBglNAHj`w)`~Ke zfWEIe{gY@dY1?Vrl>QMo6#VIA@vtogBKS_Hza673n{B7kL*P|#stbj~<`(GS`y~B! zmNlmZ+iBa8bePWvz^@*b4O?U&hVSk4oh)ol4Yp5gd(#g=1|fl^QrI-wKoQ^T>CG%` z&JMP>ZLR4B#1X={KtLunVSBU;LXL$fJO~LENqhaR!$F8q#cGXV19A{@)JP|$jX4N8 zR-}0TYgjgHsSZMowNltLW(T3m(*m-lbMqk7cn*aJA;AmM-h*B7R`VdlsAILp zuwgw2Ihs&9Y!9Z$#8$3X8<4 zMJ`4n`jF?E#UV)3yDoxT21~@^#$`+dD;m6USW)*L9}!W6xhxWoTX+E!K`D>rVo{19 zGl4JTkcnM7MbM%}9gmin@e#b7EE0>CEV?3yxmY50xTvopXz_UUIJCH2i{L{mJq{m| z=Gce`Rts1p9;@&|FM`oRmW$=Y2ri5GGK@>?;!yOn#o@C!l4m2L2mg|9MeG6oCEtr6 z0{lzz z|MnEh#fvh0T@g{Hm7YM9yQ4&T9gD<^a@aKz5oJcs4k*e@*@}oVq!3H+Sf@%vLAA4N ztb%I7Jlm8OQBgZsBv$j%9TUN;g9Tz$F4&=KQ$$0(#S*b-(S(fP)6D|0stGeI^nZBi z^D#?=^^+hKb^%4u>1C-{bRvj+%9pW-#5s>5IAwAwjl-#to}~yb`q_SBc z7AexDIfB$!mWV?Np2rA2`798N59snq)Vw&6C1Q~ZySgIi@Wih;bRvip<7J#z40wIk z8ekS{h~o_SebxeCt~3qb8nFB<+kc*vgQpb8ewNukALZyw1;(GX{^4P4pwrP2!1=Ql zKIPJ!_VW#bb0x|Sg6%RCiSrf?f_E)zh{ZJs;*YZ+?XE#Ee?mZj^)(3QPoW%butAW1 zQ8foi90c`sQZQ_f4TAOtlpX}(jjF*j_EPb@ilzG5gWk>>VxbL!`wkYQb9@lwJ5Ubu zW6L0@zlCD)LQE4*xt83^o2#IA)K(4F1Fv?oc&tcs@`OPb_B4IWBC#?Z<++bYbuY`s zDyfK6f6AA!>PdY5ik`H%BbtiGfCJ0uWxO)WBC0AY#y(V&3T?88uHyN-afpF>%@MT5 zvOp|aw8kR%@Hojhd`KFoyRa*5B8$Xh72ctUV8j#l<1mWgQp}gJYFG9)6lrMqN3h~4 z%yC#L^DBbaTo#GNOKh(QVmwAZ4l$6XF@n~77KlZQR#ya{G8Tv%A&}@fs?@d1wQJbc~JzTgK3!e7c13-K{(?>yYcv|wzw#^yx-0*x|7L#0QAo{!2usha#$=o%#dGOhRt+^MwU zC7stKAq|@ke-eIp2Ojpz1XTGeJj5}aqv#*iwd<;+S~I`yM9O`OaA3-IJgc6(=v{V( zOyh6m7jb-Lnm}&g29Hb|&V^!p;rAm78ucgv8W+hjiF+nOZJ^B92B|VvE zI50gK+cHVUM|T|U+mOP$cX3xM`6t(cpg6F7fI}J-{B%)i_!lyVr4sqei_i=bM)$2i z2G`G%NI>KfS3OXcRGucO%p*c0<(lmDCp)YdM0<+Ue?5{qc$`((+9&N+Tw zlJP*g%JrQf!#Qf%lTo?8zxkEq`p!dcWA%we)|I~m8}OqURZ{krPj!M*^#L4@H}L{b zz%GY3&q8u^Z&Y&hj6l}8NRCFnbbN9&@}=XGqYsC(l~b7Wndc3pSb5YHh9o+1n(uNv z7GzoBC^k>vhIjReT8`?@6c*3c?+Wp*Gx{B>RJXjvkHyyaU03}RST7u|X;z98?yuYz;x`pz3YkKksyUV8Si6APZ6 zdGZzf$_`!Qdg*)br~hE(e}C^~skr#)kBYzf$;@X|#fNV^clMfvsZXkk&+n=J!bPul z-o}bZW2`I{T`T&(AguobssA>b`QIZ!17Mhm^P8Cl7)brN5tvJ!ttfxv=^`X~H|YHF z$ovsV{VMCA=ekJIYW zIJ$@zggh>PeBH(U5_~1knP-?-9N??jrE*jbH`bsfac0EdD9nMybuQm=NyzR){y5K; zDZ<$@Ij*8^`7Bo? zmAvM5g7!o3A2hqc^`@zvb8wd%9s=nnVHqE zzcc_yrK`ZiM$}446n>9Ai8;aRA2Xiee0{rpO=Nia+j&@W*NZ z03EzhKENP1&*6#7?^=i-IM7G_=E>he`RkIu^N<3cQ#G^{_@ihL<16{^Z?SQ(;|5+6 z=D+8VHaU57Hue{)o`X$T9#D|vRwHm92Nnu&$lDcYg z{q}2k3bCt@KmMYAEWVs$hL72x1Wya#de@8?Wnwo?J&}B7bQeqE7vwW^PNaN0{a)Df zH^Gp<9Txm|VY>eiHhTq(^#{kgeDC>3f+!_P4oi#E*XdZ^^2C)tnSym(ed|c4??8Rq zIan>?*XE0ywqOAg^*WEYJ1o1Mwr;K>d!0Vi+Ft+W2&b>XY1>l2d6d&v@3d_#*j=!N zk9=+Qo5wh9^#xlBc3Vz4eD63cjp)fgmB$&Bq&O^_oJh!CzUkkc*WBy$?U7FR>Q47a zr~BDy2Rq&6v>EKQ+v)4WA%)WENvEw*Iz8dEwW&@|0s`sugxTpo9hL_4w~=O?SFgI^Dxg+u7+(r>&En8cyGFr>{{u?Qz;pNvB7MnPA%E z^qr7SkC>gl?Xc9NC;wEkXi0{{(&R*{`tqh{_Wd;||B+X>a_A*b(%bQ&}}eam5~Lr?yx6o-;b5Zj4-{pF3fHQZc8 zvar(z-6@EKPTSaN9Xs9bw6(L-4yW$}r|+nAdcbK5NvHdr*hvvg4>)~6>2$x@={^i7 zdh$=D=#^xF*iK)sV|l}o^N!p~var*Wx>FDdoz}C{UUs_8i7gd$ic=@war#2i>0YPp zpme&2EGM1r6&3^|?J+yuivdMX{;3r6l57y$>FahZuYY>Qbw4Fp*lCaM6huO&C)jB> zJKgHE)v;4B_HL)|pmYjA_DQFBxnFg$jYRXNQvO+s;oe$%S-pPrg0L z(%~zyhef*n`%k_*>>^!K90wmZfBV6gr{GH=e9o}+KXSt>n2&~emM*c!!IzN$z6lDx zG{WZ!D~e6Os<#fiq9_pojT+y~1n}i6_%aBeC#+Lm`)vjk*)Y%jB{z&BCB zmr3|$h1JhJ6M|nGcJ)(&bL?Z_%T54ap@J`q@XZZtsz20}PaAekRWd6MzOf15D^~Dj z6TW$2rS{f;y*Pi^m0HQ%IQViBz-L$RjU{~Z!}@RU>J#@3zy6yS2VZUi_?!y99Ku%` z)_*t7zV?aX*MIZl;LA$@pG(1)OZXOq_1_OS6+Acm`mZz&z6lB7^CuSkr`0-i8um39J;BzK`Z-Ii(4)|79!P^v8fh*7c+vUTr0++>s z=t=1h31Q-(oSy*7WeUo9gpw}iu#UWqsF? z9F(Q~p%fugfX*kNPYIyfskL&#VtCSqd9f_Ci34;&0zm1qSAdoh(6s`nc3A(`c=dO~ zt}=x-aeyvN04Q~k0(1cZeOds8Q9&p7^t&$}e)DnVT67r)=%NIGQVl6U7ZOnJe1vsp znSVNDYM344LYp{1%Mt)eO{4%_L_l81jD?b7TUxCTAlz6)sv7}HOxS~$`gG-52;1VB#+b-a0Mf;bGvBSU9DHMtWSCndha4D1uT;fA;cL=yz z-A?;M$Bf}ux1>-UxT0G7gG-@Q;1VB#+acg;r8{%;Q@0Jj(j|rBz+H<+36yRfA5-c6 ziue%Rw{Q*X-J|zhv2ghHE-4fTt|-|4)TK}=aM$9F;CA8~Ui*Kv;<57K*Sn-p9Jr!j z`-4lNRNxXHg8Qz3tM%?ZcRf=%{Cc+&UB-bc3bsGER9gyM;zMu^T*G=dtFpCb`1LL+ z6bG&-*#6*BC>6NGhu|I-aJAk|8_}|6`1LL+6bG&-*#6*BC>6NGhv0S#xLWU??0cnl z_zhfAC=Ogvu>HZMP%3bV55fIdz}0#;v}o4T!>@Nqp*V0w!S)B2LaD$dJ_NT{z}0&9 z_wW%%_jDHI289UdjnyPbS2dYAYR+)r^0>)oEpd!ZwS*LC3X>j<}GM7SY-&6$iS zHy{2bBht->f60h;^Wk4IBHn!XmyD=4AO0mH^38{T$q$Zo`VaxfGao0dlkhp~io+d< zL0{g)NIb@hu9F}-p4k`^c^8;_VI4o%#56_Z3Rr6vXC@{2NBX~=;-7&qyQvxY1c}o> z15tK2Bg*dEW1G+1a~A&1%)y^q?D%s>DNb?x+M(}{OKNI(FsZqzp(5$^riLFT?QClJ zZqnOL2OpezAcubs6*L{Jn0gfV6;n?YxB_2Wx{YZ8Ep`U{@gxpc!LjDs&v>p%YJTY9 zjETM$=JXx9h<|&|aVC$QnEqzd!4m7HloH>YeAqdvq~Md1g5Axh&ooJ)kq+B#JmP)# zm=a5e?HwlizLru_@V=BE!NMOd-g*`uIDAbG+iNA3E}WHj^<_;&N*K?TH{QeY%|$HSvzN^C7o z%hu*k79Tm+)`ISk_`64n1BN&8V=tbS;43w@w*Uh2Zo68WPnYdJDRA@vp?as~M2Y33 z!*UXxZ95yWUBn=Gku%vdF|GN%CEG6G?<41=x0Lu=90dZ(0fN%};gW6VIc!3pBO{wX z?Ang+$~bNBXvliT;QXitR`|~3q|}=ij!PnO0P+Fk**|!uPQcpXur-k~r_0)B2}Hsri{RodVHoCAPN!i5zTt5;VC9T#^GW@l4E7 zl)(rAERK+KVvaL?chkY!tu09OdxwvOFb>fD^cgvnsT&YsP=rx>06?P?^g8IZzHV~L zfe|bn=9C>JwjD8?(hcs2;*?&8#Euep5C(ri7|+C9XZo9(Q(E{?*ws-W40Y7x6!57H zVWgWCr+|CIoYDyx-U)L`Q;9IE$tgR?DNf4~athc4%wjnqjH1Ti&_&7fC+4XUK+iqr zr0*_4v}%D!lnjs>3Y+jvkFbfuf(S*EDn~S%v0|#0ZD~j! zufdjpL4ZDBR%olB*J+6}4D{r0S_YWWb%)U+ON_*#=^3LC0s)ASvLeu%gBZQ33;B#>N4v0e^GK$8@bx!0gUR9jqkQU?=*JS-%??$A9No zF`6@{>XI-HYC;y?LSy7DF{O@f3h=nT<{IhTs zf`688BP;*gV_ii^7LqnQl4S+)FA3xPiJ9r-IjjzbPa3n*DV@VAjoHI5jbkxa3mOAU zl@$a5Y{8^fVKM&{AH}J--^bOpa^j=fL?4%Ey8r(^rG&MMqPQwSVq+wiA@Hi@e zhQ}fFoI2y(bYyJQj*J0P2&+#bclSza14|D;u;Sk>nRi>u+Ww3`+b(H7@$j2>TXCeq z|Hs_7$H!e=cWN*gIe?`hB$0!YjFL%^0%=4_5~buZyxQO3-!!5SqJ%(|B@eZvMF~)p zVitiR(Ns9AG~TVcakgseZqh60u^nKHNsvv6g$;PW-|soU zc}Qbz`cJj~e5`xt+}Anho_p@Ouk)+L-}z5WZ20E&Cw%}2;0w40Wv!J;_XoVx|qul$x69 zS!QY}W_pmBI+zK~9ww%*p9s)1b*&FSU2Gh6{|d?DNa&$y;@O{J_BWXQd1T*Lp8aKH z&oldADf{!xew5i?LiQKSvp4$+@GBG2r`;~0XUvHx$av(vGV_-@jE%b(BE>^z!zTf^TekFqY z=xpWNm#+K{el?lHmD7If)ZO^i65L1EEAI$?`g{1*s_(CV5ps*x=ihWwaNiFzS1cI) z=qK)0>pQkTnf=ON?}5tQ=2Y$hc%cFnu!S*vA{{h=W>qD9CxBSuB ze^Q5EX#K+M`V()se&5abh1N$u@{T_qy6Xp@!Y{P`w|}|gyZ`68)8qKny8n65Emq(3 z_29m94xjznvc_}Yt)|z0DIEQ~Km5$!ARC&#?8ld1f8EIU-h*Fg`e!esKDXfJ*8hQD zXnNnV?+oqzWD|d(>A(Egw=RG0JFlT{88rP*BX^zi+F!@c#xFGe!*e#={^SS#Z9aar z9=JZZuXfYwm+5;(4W9oGo9{FyG;Hwf$z^ZQ6AiMW!Gj-p#~->+8Z@}|j_3Xl{n8)} z4ZiDZpFG<=)S$uZes;l8da1DnzuEX--|YTs=mTLS2Xd!4fAR5K_pQ@lIQtlen;i46 z#e+vog|~bZP9i??Qx0DE*9!W+XX0|?4GLvXuta@}1wpiAX? z>*TNWA9yEV^F7B&2kP;wuI{eOq8xL>zB%c-(GbqLLU`n|=&6X-Tl5S>8!WmI(S${l zh&EaD97J0zdLE*!7X5h8*GGEcpX>Hldl0Gn_PZ!&OE0@PxcvwzySerO2K`grblv?C zxand_;oYRUx|=S#Ujmmp;HK+hxaq>V#blUWR~TMMKM5r_U4M~7J;Bl+_b_m0U3GW# z3HaB&0{-PFga4P?uEQTjAN=J?_Q6bUyOy5x$dBNFsrdn@-;Jr-q#8Qy6Yr4&rgJd> zcLqy8vFHzA;bb3_7rM@?``5wY1N_$%Rzk0=>OqOZA0uWCUF09<=!EO-{adGd=P>j`7!@ra4vTzDg$kB1Xg$V%}5XW`dxJ9-ZW2Mz)rmJ0*pUOhkl-PBju;=CUX}y z_r|2l7bI#P$}11zucIT2)w6%uTXlEQ9p{X`!Q^&_zQN!KY-f7StDm}H$(~yG4fbNm zH(2ebmnPpHF1;Qey&~UW0Db%%`2T|2uAKo2qTDp!VB0Ix%6)@9RPz5-JJmPX`tmgS z23uY94OR=^U;&(i1$CQ)Z2hHh52jdK?IJh`vuOPyx(KtlTz)kn+wa)#1cfD#n=sV! zRs+IEQsgPD1jLL7XJKhL3$sj^!H(-LtOv|4Y+PUtK{_klh26g9|L3ZEVH*I_4rpv-mH_dd-t!u958?71Q2 zzQA*z!*-UQ_NSS$++QxwJ;K~?uFRb(&;8L-?rQ#OCV%NeV2UFn%IE&0SVxr`BvazD zkIs+mBk0q!H@~^2@U2xK6iw9!8+$k?G*N#YpV>o(H+6$h=vt^sx`{0OIa)t3GNsz$ z&uR5<*@XJvH>G}=1aYhXpKh+K|Ly;=`mbaC58hXazl@I`V>1-^Upl4!RWJUB@IQt1 ze`QMjGG8vU`d|37O8h@RWBq0J&5f9fUY&pA>G)fB(_C|gX7112Jz5KTV(JVz(o+Rk zg``E#{JGL>gd8*U2QFod)C!HNl-#*!cOp8C~j?&;VP2SS*#5!2Ar-!;XQCOlj zuYl7f_+)EIgP!I?!I~qV;?LHg@ldd2Z%+suQt71&<6-lIh98jvhv*Y66)bH_c~cLt zy~r(Ef^2fPX#IuVXH@b>Ny9nh53-}>-q9us!>1rCT%)nF!r$SCO`}u29RB0}>gr_w zaFq!*T)HAz1FdRqm6l;MLvnWei`_oo4Jy1lNhf9jT%+|fw5gW*iSz4?%@R2nuy-c; zMV|h`+%3~Y&yrv$u1@xnxTW}_r^4GHDPK!Y1WWO!@aU=J1{|mLVG6w4b9U86xr<_1 zjFgqVzs}1pMO&!4PX61DV(3K9*Mg$+wRXl5bi>xkSPNs_^la8n@~~K`yX%L<4t~!> z_|nTUiQSzPGvJZ!6gnm&C;H7Lo0tNZY#iZmeD)9Lz@EDBN9YD~$!5H}Gug$;aRa7P z;oV8@1HiMW9G_uaPu$1yg-tM!Sif=u0p&*H%646Tl039(d!Sh@eb>A0l~ zw^i>4Zl9ToTM4Hron69>PCaxC z?BZa_8(o>Y3rEvSzg}O*@rnIns)4$1e;LiCmtIyIeC$x&w=--TGM8cqhj^K#w|BDw zI;3n|D}ygQ0~onaJl0UyM)Lz+-c)AEsvKaD|GK;ANmC>aN0D3<8H*x$M1sB(g1S+* z%8WtZg|+^ZcMI_o#;a0u_Oro%ia&i9Cj2L>MCK;{$qSXil2wGxg?-R>VT&i^Enlnu zEZ}Edy){jjdh8ee&Jm8^>>mDRMf}ZP;_tlwR%hM5egZ$`g75Fok_*1yI{zItg#~wT z+;BcFeCH%|5j^nqBVQqgADTge!k_IkQ401yG-Zz9{LoOGADYpu&kr4lidhPmCr1>* z-6TS>yDN(HM3Md|GKfg9(X=!$fewr&gAc#h|BjOJ!SPp`8+N;V1r_@J`@f`BXmwG! z46|pK8L zH^2ag68Zu>Bg3L-FU0pclWBdm(SB+FO8@@vM>}O@MqgP}_IIb-ehJpr+VhFW@8E_V zjI0yQyDRIjH>a-md}@kQ*8}gZmhH>ndZlf+WPQR=uAOR6d~Q#5J)`lvpZi_^DyflV= zncA@LGxcHL)eT|amlI*%pEQMiH?@R)x5C1DHh_;-j@nCVf>rPS=cXs*mz0Eo;UAu}#yc7%-uAu|zX;Z+kT5Sb%k<2pm;)v$3>gv=3| zvqI+8GGv}k$JU}zAY=OMlKNoP2hY#ENUx6R*oH6*k{=JVTMe0QMPvXVGCPILn2>oq zY|IOpLYO^_{V7A{P}q3XkU1ze7-tTJ*;fsjgJsA(m5!}Jqd>;A=_L)ps@1!*x6|8W zI<`K9sUF)dp0b-Z7m*>8feiQ#j*kkN?P24%kjaPHm%=PiAZK0(8(%hL_J@sNgCX-m zh&?HB1|41OrYF;}92x~Orpqr$1glzq8oW#|km$h>ewSm9iKj$nZ4ntV8OVU|Kqe<- z9t#`Cgv@xDeLlAd>w z-AnI~=)o{MnT~A}Pl?QtA~Iw$kb(FykC53GHjWCJu`v5gm<0+%W>?s_&yd+Ec{gNs z*${vLqoa$+?1I3cQ6OWp*Cj2%s_%b#!N1UJBziE+PNZX7#Zw}KRg#Y;G8xE#??48t zMu^r{x{~H-!eGMy1PVk3DDF07kPbE&GN6w`0LY-Di^%MRz@SkeV{_*vt--2>+y7)2 zy-A`6!)zfP1Et_8k$Itr44DjMz;_^15He$7&Z3@aH)Ps_ReM(+dz{`XXHm~|7&0Bfs_V129HJM?S=2L~hD>L$>c{`% zt>@Fbg(SoPu4H@=r%FK1EDbQ?0=!K!8N`=dwc4RiMN%q3m$QwY`eX6$%F zwS7YFtoyF6g&O1W%eiC0R-COOiT2Z`+F;Hlfz;Jw!JMnH%{CsG?yeppQmtbej!#W{k(zp=hKsUb z)lVP4yN@0@XHQ8QTdPr%I6gHUMQR$1ngLPs<>mL>O#hv;r)A}OsA}Id9iN)cA~gx4 zW>D1Jbi&!6qqoo5Q`7SNQsi9>bTUH=Ac1I4c%%4X~SvNPcM%zq3hAvn{4Ea zrz%01RE{&>nDU4SN*O^p_0W%=`O2^8t916J9QnejN)V=&;}Ima91#>4LE7|NRsW%t zAE0y7S)6#p*=hp_v&-=al4gzwYBPey)I*Y04_lUFA2*Lz&Jc0&^d_)jF z2Sw9B8?UQ=G5@6p=stB8ryp^)8bO$2jz^I6b3{;w5tLUCt^IF9pP;|hS)75y*=ht~ znmHapQqd7XokmbW1ikkk-t;{>Xr0ALNSv)k5N4X=5hN8I5rji@irj<Nc7tMN`+G&VLiVz|P`SB<5D5saIGZub)QCXfpEERW;b4 z4_3YQ!EL`w&#|*OA&I}$$m*Ywtg&*k!~v02E3)3V>3v_Ix7k^omc-v`WDU$n)_6Ht z;(*Ai7g@i2|N765QI3ThbMAkF^`rm&*f3~wYMTx)F$QqiF ztU@_igZv?~5+dvAYyYK>4sd62q7r|rku^LcSrg@Ci31|5Nn{QEwztzYZosleQnusiMKxCyv)|ciS4C%gi7UwPTw;EYvGm<4u6Oknjh^#*FQ^_#Ku zXK~&Vf2)yIKO$m$nae|_LP z&(Q1gEY4fvZ#A+KGm_O&PL?r#RdE5?RggGE%CP+S*wztzZUn~|*ka zPL?qz>#gBdI?euOvi}RNFTaB#F z8Oa(dCrcay^p-t~^OpEq zjjZk&$r>pqOB@hc6C&#^-+b^V^r}6J^OpEqjjWy-$;y?JB@T$JNs)E-<=@yx@7uFD zZ;8Lv$m*SutkH6^!~u~-M|Hufk}ms#kBl^FaRL9k=d!VHW2t@wXaTgENwq zFDFYJ5Lxu17Od*t`lr9T?bEluGK=$;_*;#vp&7|4l#?Y6h^&OjT6O)~zVT0Aoxm~w zY`qM*OZ=@y*6@sEO_Y-*4v4HKk@dd^Mt`{B)@$E1i}RNFTaB!d8OfR~CrcaoVUc^YGjSh zNR~8BM3y)pvQi@J&Rb7>&nq|YZkok;OZ=@y*4T_>Nz+7Ri31`l5Lw?#ZcN?sqs3C#G(?n#610t(KWZiq=C$~JXeM2~l^OpEqjVzm) zjz^X>O+=PBAhJ3|*8BhKmtR}neA_I(jl4_ztwxs3OvfWjnkFJk91vMuBJ0H?JAUU! z*Khg5S)8}T-)dyl5X0l2Zz(l8-=cOAS=}P*ZSB8z>D>!1{@U!#TmFI^UqK4-I6Rz# zSL9jzpM#g=S^S@a*W_9JpMw|WS^S@aSLIp!pM#g>S^S@KYipRr3v+kZj}IaBfUvqd zvTNXH;P&;s_yNyai66of=F!}Y@8kVtKU|{S2xkFu;s@tw?a>4Hx;uY(8hLjl$X=0z z3!1q>-!-*C-|yqWJKjw9U5N+pzmEs+SK`6@HLdV~eA+oNdawGxhW_(v@WrIF)~~&~ zW)C9QC)Th1Oby&}UVn3H{n|{;LBwwBSikm?npf#Jpefi0cQ_~FHo%6bwqJshx1E^8 zCy?eoI0xTTs(Y|@!|U7E<1;36AHwgO>K>}a$5Xb(@TrD_pVHT9es;swlLNZ;KRWS3 zGyfhsJ)E;J8O(b$LudR)C-U#kocl_KpCv%r{B+|J_{sRhSs92$<1-n4rU2O%A`jx} z?D}-$Lz&o1;k@TFv6nNk$qXLS<5M_jwsylSHymu;@XCSB{6@_p8%w#vF`GKXQ6MKnOn%`DJ()=*C zB_xZ4+o7|N$FbTAtbo$?bmRI6rGsJYXeRb*8ei#o_J-|5>EFvy+D?@Iy$q#Ww~yfq zMknl@zzb-$c0k?t^63HC)DV(QV$B|7lY01N^xrc9-dL*_GyH}EutZ0`1Z?0Yfj{>c zW)Ec=pF|giF>vY#gm}Z_+b>DDa9urjql9ZCg=+)8iZu6O3D?8bg-aYmCjv)y;)%&{ z-V<=Gz~9C#eqDimm}aL*xDElQbzvj>P1zQv)raZq_DtjUh+z|uEXY?H-|?AQxC#=k zU%tK&!gclB?U8VadTulg7in-0#;G(H-@*8sZ>8bck7@#w;ZZ!+0n1ZGcW8rMs> zCLnYH`tRZGm+%7+)LfsLyI#Vzp2GDYwZS72u1Bg1*Q{%<2?^y_aQ(VmxOPyuemzyVGAA7RPtsf)wqMdA;RU2GIMuCGWP$C0=s1UBxLM~|1<^m1ZC`Sxr{wQ89O{x z#x6PG$bXIk3zmEhe!c4M`X-%K(H?^pS!R#9DHR!5vXpF|D>JBQXi3s0;2kPb<@tq? zH73&v_Lf;!u)Qh_EHjBBOGy@wYz`PkjkxD|)J+iTYt1n)p9SN}C$W8K!z?S!WKY6& za!Uz5Uuea-u>>QBIvi60{vJGC#*C;q2r3?hDdmmqeYe{}htNngQ|?70^mK)(LxvB` zBDZ~DBC(Ok{HZi%V57K6Aln7TkvGDr(9IXvKTgS>g^}^2MjoP_Bb$#lj~g?SQ|*~x z$%d4hBax9JYs0MEGNXia$x=Cl4ia791L=}QgBD?)&}PxBOZ$anMMjF56_K?etHBIb zbP#NcNhd3hHZ*lifOisti)dR%)``ekPy0jG25b?LdJ#4B(kx{J9-v|y&>ZPriIxLX_y)0otqGx`GHep5MZ8n)P4S!sG$*xnwtQy zAyB8y|3w3WjX>1EE?U5_8`KC40+>#+38L>o`Ox}jxPA-fK*h`r=3pI_#s4|KUms+# zo|^N!Sn^>_HRnorS;M+&4%Ss!{GWrhRTlr}T!SUwHCU%{wRHPN&H=&si{Ux+uBC_Y zk+#X3;ZC{r>Z$I1_5F&vZ)K6&S9zQNFNUvNc$adj6E(kuhMy*HkE&bcoK$JWf-1$Uqe7r#(FqkZrEmbgsL8KD{OT`!|84&J&YE*K z9f04IwQ%HHckhQ%z30`YdVdG_0Gs)@z7@XvpAE7*g2TJO!CE-9UHFa14$Qw_PEz4n zWy$&$y2l&4kAT8g{`F9~^WDNnBFyDjd;jm1m`MMdL+11D1n6@y^7a??MgY!qbxj-0 zsJrX$$vXI+%qz4M5V=~;C>6;eMUnm}GH4O_Q5L)hKl_7K_)CYr@bh>Dga-2nJ!i^A z;xJNzrEuY^Fidu_|If$%0*WtAHt26MfGe04>w`M-#2{r7`YYZbcZ>2HdCeO~afT{p(->QA6A-}CC~ zFFciz)Va9>XF~SQIIr&B#V4MZ>b;SF7N2oma4cv3iznybS{E#Bdlo&fUf*`$Q>wI0 ze>(yQR$Jkww@`|#dmwLUuB{M*SMmrZN6kfgT})Vi;rt&%sNtk8yR*=OXn$$+(Q9J^ zcV7~PU;nrALCEoq%^f7bKji&W9C8*%hD9p0 z8TMTOU6)H|w*`myrL#J~#4f_&z4T2yK;eKO4k8Tunge(zJdA;HXR=KdE=vXsH)2=o z*s&0PHVIB2-oqRdD!O(=@@BP-dTkVhVxiT_nLhkH+Z*v5Ifncp;q}BJ0#P#slAhgI z=@oEa4h`8QXM4}_cN2eObL=uGfMw>v8SYLG?_*jk(>mBq?Lt&E_IkDb3MVMuObx7h z^a+eFIf+B{XTZhg#n>`}$GyXO*5AUMz^Rp?*Bclu2~TQLQo5EtPC0J)k1{}%!0j<{ z9xS^e+0B}IqGVA6A|6y`v8UdvY(OZK1g&vsEy8|&XkDEWdq#fU)A3ylTf_M7%!1vS z<|o6x5w(ZFlhT!GekttxTCyt> zdpL|glZmfQ$G4~B&jbtL@UM_I$x3Ipg59eqNf1!)m^SuAJN;#{C-kKf=z07O?nkwz z^uS`!4mTa*K`O*d&>qIuWftT(s@lTlHJR8`L3}cdZwur5!uYGf0(?>8nXviMuC%M;OAdD7IcR@vRvkh`O6H&5sdO8^*@c@v$KObUMB%9X}c@*c5DB zE7=#uLLNpqkWXXMf&6U5hptG^;=&5vWx zC5-2S_@PYv(MfCE*ENDw|Zd?&gj*tpJ+hS08s0GD-1ItzE9j2Ll=2%b0{IpN5ms@<9TN zMjBU21?*c_Or=UkCzWZ{>=Uj+yEv4(H7C$BCzJ~IdkIUy4Shg$E^}&`^o2nAGF1po zhM%S@*bUSmLElxQ~Y2M6VU14m01{y|6FoV?_ltFif61X!R z-w3Tk`NphIg~5^D!JT%5?dkYIYBwUBjza>Wy5LwEzcS4SsJhxRa9SJRlA&VUn~pz* zCd*V;QEzeRlhhWHhSh`3ApE2Req(hpW!U$93BVYX=a-;+fNEq!9WL9X=Ha?|{#x>8VGL3~FT-;<6{rsKOy z;~c!M80YInf?0o1RdR}qNh}%+Hu4Cq)WFMa;7|$M_zE%N7r3Od~zrmX@^jkkWgL5tO_aNlI{xG{D*@FnD2Udo`vdrd*EIzd0 z-_^)o3bl5(<;z}Lk53a)txX_%xg+qx=kF?4X!{o(t;+e- zsyCjP6eb}}I}Q=B5RAa!!FTNtITZ#UzKfS_YrvupA4r;Fa8LP3%{&9$&4(F<%SijNNJo(yU?27F&eUxcl zi(Q~#$rzUU+iKEFwsUSyW9Y>SWdJFX99k(e7&OVa)xar+`-SL|dRlM~L_C4+M`h}m z0HyJsY&$}r}h z3t0LHI~~d}v)~t*=4Ye&w{cD(We*dH)&Lp>jRZ>`tJVliBhw@>lQ8Xqw{VM%I9LyI z9u8yB+ECf34aeGRfqxJOJ6|^lJ<>^0U?MpbW`C7l^3<`Pv!62XQ@`Lf4UAyPGidi% z(D-T^p41ON5j0LpS#aTlK58QS=##$jNH7n+y&p+8zMh`7P%}dlfRybrNzW zm=i+*d(EV)1*(A`W20UOxssw%fbok6`sGrNfz(W6fa}kIsA`|)%9DyFOteg*84D8z zwZd}hy8-IpOsc9eqJe*Ix^THheJpvzjsrzhps6B?Trg-*rwyQ@@k#R*#%EFdF-b)h zN5z7alLM268JZbYoN8`&M5?c)1Kyac|sV|6ZIF+%7xhd^A#}#JPGFuz~U9A_2HOuCT zCJ9>&lV!xsV7Jn$SV3SYJWFhUTL4+A>3nMxp z&^=~iX|=%lid}`3D3(67BKq+wh`%hGYhSS7*J-HM*fy@#+PEC;2xurQ#$pfR+!e;P zChg=xvCJ>0b*sOe?UDU1OQ)b44;RyT=XZR&qYY z4@lgHdfhD8lWu;B>M7;R&eq7>!9H!K8E58u%s{}3+%(FfrQvB973X0BT8zodP>1H# zsuNa@R-Iqqs&gl73|fRuT*q^DMx!Q-Z{j=%Y^mrXgv+cMDmv|SZ~-X%N7KcPK_sPF z8Pwi#tq`M)f~PXHnqZV2iB#W1iS~*VC^JbD!7>eu0_(n!+&>Af;N>*f= zEtkAypl6Xl*(jQ3FjGs0CqA$ydn{UDlKYw}u-=IlnBzo(=2{*kWSZCc8k1nHF>@JO z$#=E;aggy9sFMkto zsYm3hc|e2tuH~QWPDaD6$Tt^stL>A}Hk!TsM6`xhZ4?TGo(e03OZQiL{<3$8vfi1;GO5w|> z6(=u^Q3XK>0U&p>*Ad|Rgi9t*SiDoIgJ_&49JtkkXrWP#>Gii()W68o3P@{2CNxl#?xX7YRV7yO!= z4L=^oOfV&m0UdoTFIA68G!JOGZYkV(V})AzY2~g)X^~$x|NIbjMDq{l^8x(s*C8RM z2`GX#{l$SH=8eL|n5=ZtPkXW3vOy^$TS9*^E8eLZn7zL67G{Tn?BcQhY1ES4Jl5y; z?Rkh!#W?L?-^L$K_n%FbPWK;Udzk!CsqyFgH&hUM4pt^5>g@Z%e|EiF30*?1f|_cW z3*&1+J-^SlW{j5Vf$ZQ!;qL3p#gi%r20N6}{u`zkRz3zPpS`#>W%Bt! zT&|I>z$awq03S$W4XiHg?Z7^?`vqa&ML4}!1XB_B3@(Fh%pEap<>0iCi#e@Ki-#b6 zpMx=toj4sTbbFmW2zj)~W76pO1cy**%hlq!T9pesN7~g$IJAjj-(@heacUtL_m)@> z%yaY<`AWD~-a%kj1oXN(ysl2wW%+#rXc!}uWREcHy9`{#Az@iF%aZ+GIOm0#>W!t? zSir_q#1Kz;{y^a*7lxLq1$@7^H-J!#()mAM8xadWGy;bmH@z7HRFABRWaf!ttrw_g z*mqfiuyHkL+*y_!)2|b;jKlFL;*N3~QErcb&Yw2ry))U)(DOSEgWk}PFw2n|wPV{6 zlhhUz8lhoq@M{$XPntlez8Bu(4$TWX=6OdQI>xYX9(5A+4*x~Rj?hd(5<6N9N08HW zR^M_LsOWRSnxzzBEIh?>1I9} zK-g|F!NxR=hY%dHCJFV<)&_-us;@hoqn!#-R*WG*Bp`|F{Pi#z z$JLK}lHG{vC{LgbjB?b3eG8Kr9C3ozlt%94b>ij;&M&E_>ceKt&37l8z=!B`mf}S= z<71eNiu2f|3Wx@Fv7!wtY+$J`-eJ zyN~U-38Mq#5IVOD2LLz}<;G!0*nE_rhD_`U+$q70n{@o;bo`-o93Mx;4hJ{0FyoH` zHEbY~3+!xu;Zw6UsLysLsa2p zR-Hx)1x)EqA1fI?vqKS<<9Sq!q({0Lv= zQuwjWye|`ff%%w-yHaEkiNufyvMZB0M631=RTg`vn;EQkx&(qPL6G%Mk3jYkSL5QI zWWPYG^$lq6ok4=EcScm!dS_*FmW2MtT2F9>C2K4{b)?xUfH zEP6P|u1>bFHYkbaH==Fy~kW?nzDvq(M^Ux?;cj>-J|xX(^eV^JfUBi>}G8X zejPL)tn8kbn2(9PONZ_ul|1jjKr)sI_(weG~!p%X?ad9zkyD(QDZmj*gaz`S7r2! z0xn%wdE_rsMn%RSz-k!l7+nGb6LW;(^^oZ<77xf$YXRqcl&En)!?>&itxoJWp9}``T?!56YrN!-umo$hrn7^oLFV_HLTZIKg^-mk0glCE@itL{@g9TYiOl*5&{w|a zrd4R+lrK(OfbRdRgO!_7W&1x|e|BPNYU|IXrxw?r^{Aav!)YIfNI$#LcHxB(sVpgg8X?rGT!(M*?nV zo~46wPt1u6c3$Ym`M5)mwV~R>LKxqP2bRTEFn{NZYg8OI;rH__&?zclWNMXwEX!`k7Sfh%3!9=udUCAUW zbFLp$$`&5f_RP{yktAeCJ!z7B>$@sJiR=MR{HJx97V3k})mnvE`irW5hYmOtQfQ6J zknQo*-l&YQ98i1UszSRJ4x7yLc1L-E8sRJ3o5uCq?L2~i|dSWXCMzv|#uVljNZ z#R5|MX_?oiV-Hc)v!7rba#)jk-Y!R!4AJzl+WH3LLpWd>!B89}g0Q$~ov}6C=EnFQ zCe#NQXO2-Mg)!aG&M_Anqu8c#PLJpqQ+dIAxh4c&qlaBUfyFfeENg=1b(z=!-fiNw z*B!V|P88L$Mb#X1D^@dY)bqTLhf`3$f?xue!5JaeVz|-w1uS%6vST@u;4%jH6J#Hd z)ttE~Nx00(sCof~Qo0_C)fq37HN*bAf+vi)4YelC%j}qRU=#2nuU+5`e5Er@2knivWZhR9%^424C>xbaD3ytaifqub7XCxOl-X zCb4cD3?o{alSn!jJfLcbdAQJ|T#YanI|Zs+@Gm42>K8M)Y0&jD3k|w^%pwD5K%i%t z+OJY3&(SSoznx*WK^HQ>Ho$Eg$gkF-TJI1&-kV0lLMU+; zRQ8nFsvM7PD5su!(0WP(FU870aNvpM7Xt}zHMpz+T4fBI%~IH+nWb&3re@24K+!s3-Rn-;7k$ZYO@LG4M^ zYAsblK6*MQ8OC1FnA!z>myZ8Ci6m}mYG;X6Cw`T64_|$hx(DxMV5vmIX@mDr2aBMG z+F23r=oc!t5dx*#jvo`Jc2WxIfO{vw_|Y~3q25Vtte6`f%eAwH%WcG4&2d4rIw=fH zyjoa{>s5HJ!M+(3{o}k|#!a4;dTqqL0~8URSnXo)CA^Iw7GV- zW?xQ3*k6EAPc^W5%m-+65Ycq}HR1;X>Y2b72R=K;p3q|f zELN%UsN;wk)txQeMo@Q|nq!@%t||5lcX(~&3^PCag;q6ht#TtlbCN%9926YAK7A=P zprTWkLV|KB1pco~vN+}v?qIP6Ec{3m8|AAu@U<6Fh*G*44s~q5Z40*Q_}BvZn8=+^ zlqOxA+Q5~HF0i)>c!?J_uPwW?p4}BLSeJ%Lgr!g>dw`df;U>tILX&AMjH0W`P?GG- zbfeu@J`&E`Om_63xd6A(x)EZ)o1KTN`a$E-aNc9OIQB+3@4+-~`8U3vnfDZyNWAqt z?;)&%!p38G+=V3%_Fh>>7wf>!8*zk#pPl;2%UPZL+2KFGgeyn**{+{7Z*ZRBD;0J! zaP;fX-L}%cY)A-4Hs`@*D z5bq&8r6C} zF&^S_=#pLNpnZIHlF7bqJ+l+NV~;4nhF181h@MeEv))*CL7bQPTGNdO?JY&n__E$o z;EE$6+cWdv1r7emp2*C@vKsr`NY}HwU07oBUNV^7;JoLvGW@JBc17uqAu=z9F&Mqa z2(q|?MhnNEVtRwU4td0)L|Pr)XyXl!pg>#(54W;33ehH==E$PKv z{Jh4J_>J*$UQ*Z44@?GI8D5<|LVk;{XpkEs7RMn6SW3WA+{`M)^Xr`6c)a$9q2Qz~fyZ zmZ$bKnX{2w4qB7i1M)jf)^Ma!CMm`j@uIYX;A5pMu7j7>5s~3D$?at z@=AvZi;#v-rCiuvCE&i4z_@rW#0nMSZY;5l6yFqP9URe^Fjy^Y1kS-~nQINd=n1m{ z#mA6A>%OPyJeUuC9@Z;&*h+T$J1A$#(|(=^4r|DfB^*E;NMMCTWrqxpvK6phmVbVl zc;whLx_cC%J$kBK2M>EX#e>%grmlmB4DRb-Dvq!jC)N>5?3_J>pB-S!I-mp?Wwn`j zo}!UMlr|PvLL|7>Lh(UHxfF(*qBUV0M(|@9K0VdyM2R%>t(gibk>-h{gt`RJ&BPM0 z2Esd_dbgEJ3r9{#T6pu{%&~rEg|ze{lsSgO&~kIEM{t;96H~YXQw2b=M0dl$5-smd zN^m-h*InA?H=9DE#Wq@Hli5Zrj%h%Dn)Kt~6Q`aJX88J6=Tstsmh|0{Jf4kUEqZvT zTjXOw^RCkLp3WW$7Car|fx?oVCHw0&?nq;K=CeF_ty5y6m~O;P0=${W6UenReoB@S zjW5dqGa&(!8Q^R5Y(>e6{mu8`w$H zY%%tg@H6nASMdG|4J@?X0qorJqMcRCgbqZYs?E;QWZxE9UV&R)oEa-DuaQeDEU$l@ zEZa@y{95xyG{0_mQ*nOn=8_mAh0AfhPlLtWsW@Nw`yQE3i`0jhG82?IiV^mc@mK&B zr9Wn)Nb#Rdx~K#KR`Gld2*618Yfv_o8_1rv*lq_~)k1v)&DHQfb#Z{|bh`q(HAJJh zPc5;=cCdi9JK#IiEXKT5E@hON1$JX2hi1rzJVM{8#@=eQXeoP;=Ns0owwuhc&kYT; zM)Yu>JuA#fndgS_z&TsFMKFirGTWCyquPuqR;7z!rQM-cc1E#6B`&io7$~U?n_@{0 zcT_v!tQcolY||6-o>)*K{!l7_r%L8LaZHJ%%@UtywH=<=Sxhv-mDuHp?MlR-@{$}} zWG*GPOg3yrE+8+fA7@y^*01+WDABi{%b1X7iBV4+Lx@{8n3;i4CN`dlKbwgkO~;?K z86{d7a;W8zH67FDZw^r^>RKXYmt<-f#dOvq5H87>SjmckQUjEyYrG`07ROyorc`3T z1joKm=DI5I91SKu3g&yYi@8sUU0p5Qui)L6FYqFac8;-ne~1#w!3HA(53bVi0;1jI z*z3Cdg5~$WYkvgq!{j0abN3AQT>KOT1}v3#xl%8hegGF|I<3A>#DT!X1(8lCs2K|@ zTsQ$z0j?ow=L2`BwQKkVSdeku&w(|MtpnVd^d)u&vulaXuOIMA3!Eyzs|r1zMpIft8+as;G=Cj#2agXH1xgbXVcxuj?r2ZET@~ zTeL{Ttuj{GR)m?5(L}h+@4QXr71rTskkVSOa4N_A(q1LkaFQHxjbu_IxN*QrcykI+ z*2@(VWUfI`?Y=PTTauF$JKr-}r>iH=(I1grTw$UPe^*=Qz;vP`3Eb{r0=PI%=5R9{ zd+!3R@T&{j{LV8KB8n~521V(KD18`vAhVXpqh#h$O@NdLLSU)U`!8nXi zkLxQW50|8r9^F@%&dq+MPmw|G+n5YureO}g(!>T2qvpql^s3Bn9>EEX`T~bU7_Vk{NG4gQakG_dCPfTa27KfEA zwcGmDSUHF)xV;Z!@n?wIhK9L#8^BL;@n@JBaRmchd=@ubq7lv+LOHkvi7^~)L1K_Y z7EzS50mhj{3*y?t0ep>-YdH48)}!!h5yI`pqcm{g zC>_@=VD1*U`51YJa_tQRHZpg$-PlW-$`7K^EozoKj<9UuNdcZ$9)Tkf8NH8Y;Pk!` zF7-z<^WY;DJC6I!=v|%cQBA&a3Cs4z@;ylIWtA*zY;Aq1+(@R~-J$WvI)FhhwV&Ov zP_=ITVxeKyZx9(Vg0W9RE70>$}45oZ}I(a3vKWwG>+Ee$9?~+ zeaD35s`CD~w6Ry^0dV<7pDxDt-P}<2KA6|Gr1q?E-M!`|w=2g&Q3aYjcWY54)Cw(QTZ)(KoNAq@dWV0Q|~=!6NWEp!&C3Q=wB?0fZeIU z4$Q`;BTzd9sIg}+!b|TwJ9QCWdhcO>Uan5XOYeQH_;u}EG}?m5b$IIiY!f24oQUQU zD1f)#d+^r#a=i84TaWr0?U6SgRO8bTc;pSw6JZR7EuVV73Aae-xQCZA{N?p= zo@#59buwdzXRLUt4fWLn7AnboPw_#w-EMNI%@epCz@7Wj#j?RtInENEnG=FXbEW8L zDLPh)j(b!m0d{2}THkmT6Q#_PrDzR=-ZN1CJ*wH=kmtA|G#g0Wf(K_{6#%-Zxh!n( zFyUd7hbPb|(qJ>+`}7HL?W}(vOmY3Zbay zqB8q7PAS7&g-ldNm_}v5f|bY~EX4^@iGE}q0V8S-ER5JoF9FN~;!kw61EBq`#ZQ;; zz?ya`_74l!mRG2@w?00t!c?ike?=UR2xf>4}^?Ee>WBntA4s_@AFLVx6crpRFZrFZ^Umfrba zSpLo*N8_NPuplB}|EDW)CmHs>|L-Eym%P|csyV4d@B3jXAr9+@Z^-pGsC?_cU=jH) z)k1!4{v-d%xBmUd^Z4H=kN-a}J@$w1_Y39m|3VV1hyM7Q0w4MlP`L5(iWk*|i$7G+ zD<7UtnROE9_YrI+TNjO-Q0$_di`zKEC9hssch?+2d|L{F$Q01Kx-|9oM3DX{G8jdM zqX-9>O0`CjAd0j{kQP*c+b*4VZN6;(HqqUn;_iq#eV zB5>JTsLpz){{EK!eo}vbzf|-K$%Ta@xZTf@LUR2B17AH*UsG87`T=|fCspeo7&z_h zx1eo00@(lEk|Tf|3Za+ufq@He4U2vNE&`l>0Q~y`bOdlZEB%woN=M!wRl00irNZ?Z z{q4|S3Z?A=DAEsNIq09}Z@nrEGkBDOnsJy?E+D`*(mL{R=?u+7!Qm zi*($}Sd<9+F2^~;RV`uPwXL{9l?waL5Bffb6&T(E=yWEJ^FCHmdkQQ0CXj{?W~HP& zrAy&B1yHry0o5?`quhwX$tkJbp4y{OZbX4xt=CwuaMDkf#^zZ~;|ilU3O%(3?L}C6 z?9t}Xc7}bIrATs**nsyM!n)U64#Wt^l)?(sYgGW(E6TIjDOZzY*uoGZ!P0)-H0Vta zsp%+5CxHpvNg^+r81`L;H8xI%)JTL?!m&y*M7>I_WN6N_jFx9HtQs7vgk#0hj#a;7 zHQ-oTlCY|GtQr)8uY%S%wAOIN@*A6d6}S$0Ya`y8QY&#CbX(AiB-R2HQ-n&i(!>_tR@(O|4eeMIvlG` zgm4o;LAHWAhaGps@(M9D#KcjDjtSjJ7F1yPB%@@6q4%_(%no|ekV15b3iLa403jV! zpnYSfQhPkLmthfcC3SgHw?d#MXoo{Py?{wD9&h19l72`arfm$1s41z{lTrwI>4mSo zaFp!O7B65OrlbZ>N_dhnR7tg-RId%to!-M; z3Ma@bVUi@8rNmkEOgXN4zg{-j|jnUbZNiiRGAE5sn-~P98N8=<{KZGk1WY ze-wi=C1xw}7N=kur=u*#-u7~V_i~%U$p6ZqTEmg8!pPG~!uz&KVdUwg-&-D32&j6r z#e1|>A)xBaQSZz#g@B?TqkAr+0l#!3jx;$(T0|$_Z4nLjF6oUuEj^=fAVjM71&bSiG$ zf<@^V?wa8CAV91ZNLchBQMD-ip@R@GZVISfBzO%4b>=X9}lMz$4wO6&?D2?I;kfQ`SBV=t#w>DAcOF*495-$^%`z+sL2)L9Z$`% zkgHMB3U^upFBfDG-VEXBgWEGaGbJ|cSn)3YY;*`h5E)084>(Ea!aeKs;U{?v5ip5j zO!BC#GO_K9Qh%{RP9lC%&v}K!_XwodnX+I(2aO55bs>_ih>|qg8O%Mz&`4`>(4c1- zLFlEL95n1%Mj2YE1_$LlONztK+NvjrC*{kNwS+d~wav<88wC#QCC~M>{o?B6rCzOO6C`!TrP|~A3Tq<}eV$RAgN6 z#k{z5lpGqvZ+^rCMWk?b6$V}FIwgl>j_Xl{ybXdqfn!R9h!e;!(BLc!QTSIN@fL+6 z5D31YxW!_5A$=rh0MIF*{^_7z2eD;bLXv7n6c64gzQhYJc%o`TKFiAU!%}?Rh{wdB zS}&I&4PKAfXiif)9b~QIiXH1U+&Ywm10aRaNlJp8LI@qyqwt>OxRNCBZ4Me^28F-O2CLR@=eG$#-&6oE7txcDO7G>mbL zg3&ypA{%u_s?0%?p1WSCJ;*`b>!4a;fU(hluC6WNz8|qBh4_zvccKczcyNI-T+w4Zq(7-X}HcbkI@D?Dpe(oTwZpd=iwD8yW+B#CXS zgNPM{PV9zrABb^_gUDzfwM_s)Ev66erpPDo3twQ7kZUTd2Y?hbFa*`4B<-IFv&pW8 zDY)Z|mKaUP*NNSP@;caRhvKFPhORPbs+rUTg@X%$auoiF>7YUxh!qeGXHFhTblwi6 zh-Ak6LfOmUq~V$hJ7io za#ordS2C5fB1tT$e#u!^@i_;Hv+)8c8v%%KCV*9f8Jh(i_KY+*nAFN#xK@a0i$GBL z1jX|d_mn^wYXV8!+XTYRN`dr}qXSV6p>Bj}yqW|R^$zMnNFMewG}>z&)Zj$IoCByN<|Fu3 zA?8B>5c6S%;6EuS7jtN4rcj~dz<`N#=Y;17ibA*J6hKj&A49J)FJ1&up)gtr>X{De zc95C}pMY=|L3s2GCJVV{K|4Jo@ne!&is23_ZcpMyg^*lBDxf4kAjjXp|(K-^wV(9b4gyHVfL~8EHu~X_$6S zOsbq~CbrB~E5CMzC>OHCb4(zqa_v)qmwA97TV$&?G?04|pors)0#s1AGFgjeod?|x zsv!tj8kD4d>heUhSV}xLt)6m_7;NI+3Q$ShTkxww+!Fv0 z^CpI1GAXDO_XehzxHIbFZc&N5MJ4XaYvNw73Sl}kG*InyP>qAsyou)|7f{Y*rkc1< z5DJD8KXn*G7k9X-gGmETzbqNG+RkLFuiz!wI>o4sp^1AQNdyrKN?L%>#eG~!5GRGu zxk{3_k2#1aQQTXVB*7j9$iY7;@&0@=2w9v?j4Ad z_-=$QOh~-|N|LzOJ800ej3`N^Y8kbj7-rPOy_HcD z_Zmbi#JvE3BS>s0?sMlyJ%Wf01$P{wi~EF+(#L*=TWj!+((#V;?AgxyG14L7L~XwuQ7i}6~YMx zLjw&?2Mst#&6{}k6J$&lawhJ*o{{)bu2t=HagSP^WOl2s$4jzx%CauBhhh~||faqn~xQKGnyD@o$s!Ki8XF-A?hw|hqJeW)&kF7D$3VJ$(Bi90tO zH3n6!#C;MVihDgkE={$Fk`D=n#@?KAL3Jw$9ww9|!5#4mn!Hr1RBG5uwR)+xQmG*( zSx*Fnnz(D{#>9O987joR2ibri?Ye$%l2}p3yOHE#-|HY^MX~Qfl8b$hgNPNyzEepO z`)&sjE0z+kP0M#VNQ^eI?*ynM_8s_DA@%_P6#F)Y5DHRKF80gh9Mx_26cg=YyhUZO zTNFwbdqJ$lM5;vmasHq3cnS1h~dQ#DW4$&br?gw(h=vy9Cwt%cSqfbTSp*f?>Q(Xv^pq znt=#y7PJs$WQhBgXjfabRMh~<%gah#IcK}vx0ctAd)##sj5dJ$X)*V_N!yS>Yq^$g zbI_ndC;=sj+`vJ@o@Go)DwT53sAtJ5Nu^pD<)^G+^fB5DBNlTHqVS@OSM0FSDYJl) zoxTraSYX8_ZfK#@f)W&RVv)A}!X|;R0jUtSI6}8q5)NYPl;jB|Nr5*ws36cd2U0zw z#Z_o6Gi1jqgn1HcQVMg8rIpJu)EyH|eKRWcZBXv3V2Bx1n%tsV85NM16qSMU(?R17 zQp>gi8UqMxPx6d-`3i{DWbg?~e1SK<4;q5*J0KKME8?HciKAYnwT7c9aY8udl!Rre z!WH(^kGp}81P8HoiWd3kYtCT@k&hfd_H#{Drtqb z?R}d$5D5Df2wiEn3xwsSKw55g6U5K-;%Nt>B)1nK_LsPNYj98xb0JGVL*qcbg9ZiS zqd=A&;IC$Uh28Fe`f{=sP-tN6bWv0x#-jpg*2t+mbQQKJ7)8kurP}_Wc3ZIoRucB# zl%$pA1d`x;j-ollRNKQWaF?(shk5+M3nL_J(_Sa?yllbOG-!}`Rm$P064yZ#A%Y}` z0L)xOOKJ3D1pJxJHq~;7P5}*10olIM5TM#*hiEWEvv!jPmDjHLvrkoX3|{B(5#%l0 z&>3I`(`NmM(vcE6rWa9W&oQ+6dl02wu-2nzOOU%O==FSsJRfi;0yn%m`J4FQu@bkY zJ1C5UDsPVk^md7FoVa-^U+{UP;v>*}vALvxTP7F70U$p5u1~JPuMi+~KO^s|A>I$e zzbY@%H__25F-X|+A8e6u_Za?dxRu_5cyRkp>mEF^RMJym5}*5VJ2AlwxEI4?rZ9`m zPu$bT{kErY{Rr=a>H+0H=3tx`kW~WNQhb9)))hYBxogUDGhUv%mAT1Xem|yg^hv9K z68o(D$NCvBFVVsh?1aL@o_nG!H{<2Go0z)?xmEx7y+om`1moo;61{}^= z;(hi?+`q?Gzra`4GcKNGuf*jdSdOeXdu4)g(VD#yOu;K>gM*zI6&6QlU>&u=ZmH8Y4_FKP_Dj?M8^}ODSH8;4Kb!{sFz*LiN*k9Uhew{0`Bem!X0$zE?ud zZlQo%IB4(AWDi#ffTpOQpjDJ=hoP-P0aY_BCh2&(L#1#g&#;)3XGLwE)LxM!TziF) zot)v0m>*!$a3vLF*t?t<{q!IlbJMW&Pt7rPNv6d}R{%XQK)^ zvl&ArUEG8fcFq!OGfy&xJc*mKQE8W>N%jmXcH1uMS%e)Z@!=LQjP5e1WP?*PB&^0c-I9@hBWA!EIf#&s zl6b+%`bU`9ZXRF%^H!u}rQdPyR*4NP!8;*h4-ZV(JqdCds*~7eVtZ*9u^}#5(R?SW zmX}Q&yCF(D3^Q;$@^ZL{C$Iu>!qgGYOP~TstMU(6A(Z$+_1RE zH@{xcRRtwsj}chF4<~JzA%U=05a9^33kas+z%dI?6|h#&Swxq^D-(O3(QbAcOf!x= zKQkRsE<3(*tDd8pqj+4oWYtqW&?u!Y@S7pM%7sO^l5q1|Niwo~l!T?C*ohO@QmHO4 z#R1MXI2N5Voy=v&cRDDu<2%Zxaw8mN@es-uiELL8V9L) z-$Li`x1B5@=UeE6f>j+VfN{={dy13rTLpt2_l3yOsMU5R`xd&FWa|{vHim{{UXlfS zO-a!)r535OSE(j#Ft{6iRn91y()=Q zB~_}UBTmA^jx(-Hv`xA=q5;TH9S0DVGGS;mbU4W7;gxpuXOy=q30sknXqMu9?4{bg zlvxbe`BjD5e+(FP{zFcDCsEUb?IfmF=7?vCT-PuYfRZHYwTNm9VujA~O8YjGm?ZHYbLtjiL163)B1Br{)(wxP zd<&6LZ6U7EVHF%gYxoH&9c~%4xjM?aKw=pvHyt$MAhm3~83xENY!NTNu*GUJxJ<+S zo0nmWP)^82zpxdx)<9<1a2oQe*{aW2g92f{P$3*bh-I=Y1{}oJDR5+=dz$HYP>t$7 z0&UE1@}OfUnPA&Zy`Cq9kV&)|+{@UYq#0(6q#5QKw!T>tat&yl$gx$sD!9`{Ry%lY zstX(D2>n>4)j?dwlDQrD?c_Ew3XrXAvEyDUmGDvtw?leLr5X@*mBH1rtBeMsY8SNX znSmcbgH4R(png5fcF118phc`G2!jI2^r>->VFim>NfORU8A{kvQkE4-ve&PNPAF-G zPDCZYP*y8+rt3R(1!RbBe%h(r1*^^U(1q|ZBvVC?GX#!AKD}|hnI5`oJjxWB9xHU_ zsV_KSGm=nlM&gPMq7rdT5Q^Hqq@t4R9HOM(QUw}u5S#S@K8&afF_D50Yo+HIi5I0r zbpRWBt}^CwNX38UrU#h_Y{TF30eCT;I@KuOWXVO{d=7YHV=LhME= zH@~`w4M56do`7b#R_gUUO$uRcGs*0X7J;z#C`oQgAm}pYva5w%PG3Ld+_!TRNF^cd zp1T8CoLBV@YV#}|2)$ITgHkT$YjV#I<!Hz2pL1Sn_r{=(p@xmBLQ~djathyr&Zmf z!Z_DJNKH7-&~WQ^5L=fChtO}TcR8q6A#4XFY2n<-Xwj%>PzFdj6j>%F^JG|R7>jO# zpwKYZ6Uv1x4OOGB5Vj&p#tcYub)Tt4Ae{H0^W4_0cTmc6w=p!rY8|9KIS>| zb2}n0W$)*dAht_M(!k?Nf`lr>9)^;1L4OP&dU}MJHj3yJ3Drv%Y1(1t1AZe6feZ2c zzpT9pe4SObHlCCQQl^|-5K>CzltxGuHH8AfGMo-_-$07dR*kfHBlKdfI2@r$q!m+= zV&dVzQMuPBy?zn6TBpybP(mq~4${b&QjxSp2!paiQNkciTc!W!S!?b0yl3d(cmMrC z&f5E3d+oK?UVH6%uc(s3LhuVuzheD?ANd?O#(s?Dq5vkF5{q#$E?fvGr(e4PO7|jB z{cI|k!l=$j6bXC_i zG&daekWVsPXpv8T=NboeX8E*M<%h{6EG%8x;l5 z*99oAJ~w?*Z`kxQOD=j&lE~JX+)SSn@b;mb==!xQEl>z zDFc43Z8TdHS%7C{Zg@8FtJqB{V_Xn^Cd*L`+T-_$-NgE(tWb$5tuZonOsjj`wGsuJ z1U`kd)>8Xp*{Fx~=0*!`34YX7xj8c0U5QM!1Sy{0y z9c1N?$@&+R67K*%YiEBcGaDf|enyHIqNtZ5GxbzgE>SpOgkS4+hJj7BV6L=hA~U_v z#2sg|mxBQJX)g!xkxSC3Dq(FC-l4(9pYC_{kqDNh!MYAY86ksEOjQJwGb#$oh_e^5 zQtk3pqI&Y8bim$?STH3DMTBWGjL!%zmZI>>PeQqr-hFI}-pORTNZlqN48;OG@(5hb z+FYdZ(8q%6Bn?Ur@I)lzrC6MkPD+u^$T9o-J!ig9d1c00U@y8^Zy-bi@)A30Cpf^mRg(7qk| zBmNh-rpXv=MsxSWee?m{rLIMQ|M-D0w{Hc}?}AfC?o`8$N3aP;v9a;0yVP#i{Ytwk zf=xJzjqOwJP(Nmc+PSvr9L= zMO3!&EwZqUZz-&8d`oG%J|-LAqw3u`Kl&$jW$uscj%i}CrF9_0w3I?1h4b7V{B+it!&6|K#68JU}uS-wQn}A2s zkF1u!v-2k4NL5315}{zqHu%wEs6|50Ht4rz2@N$&z=Byrb(4f1ZkX_JhNdW>;1b9Z z&&5L;BF8!lE~Y1)xz)86T!!N|2-ZkY4&5*qx8SnsID=Id1jJy>f>5I%g`+&2WA-90 z=qhD62)brL$-n^s!9dN2Hv-G zQ8kwLXGZ?@AE7Rb!nVHx`g2iG_y|r-SLa8w%JG6stO1WT6guIes*;ry^^~lLl9H7a zm_rPTGY5qj4}FVhXP)yYI0}mMDg3I2i5U7LHGS8W&zm^dkUF-ye&TxZF4d3s0pBHO zmP%2psEqoqW2^BldOftWydFa%*!LLUf5xj=Rd}6z9(sy+Q2AIrRH_EAD9-~o@IUp? zJk)DlfYB(ziJ*OBjlF!!_jUUJ?$57`uLzrPAErNScmw=R9V0u^@){QUO1e6hDP+GFi1e8kuwr!>p~R-q%7njdnM37+8-w31PvJyMWaGn3Fd3R67jYa4z%>4z)==ikreF1oOo0vWYKpEJO11rs>5kekdKLEIGaQ9>7F&tOW4K z(J(873e+U<7Qid@R61l2qI$;C4xl7}LwW&!AylE8bGNzA_7s@| zkB(zKPe3d?Y zt*Zd4%6kpo0(DoZ$M7u>cT!YhEbfuQ#Qs@pbRAj7$75_BkaP)gk*Clz|6_VMWE2?8 z*X#gam#5~!pkW~v-zZ41r=YC95wzKhBZ$&PqJ|5jxY|H0VM1p_gN)J%rLd?IO3EN4 zhy2N{EXWPx5r4dVfOSb$gwIt3pyHKW)j=?Gqe4&|Xb1$ULL9j>SKd2N9ao8qj&~D5 zb$kFg_2%JDtb$3qpBzV|-6wde=e?wxr{g`uhvZlB7m^pc5go^LnW>^W{(Bfrv5y$% z;G39Ec%u~%))Qk80kP?YWm_;f z;~}H7s$ItSf!yeu$(Oc~z2;D*Pxiu+iW~{kkgO*un+x0pxxmG@3sPmm!ov&h^=v39F zQ~LB}XjVqPX>F7XtTj-=tnzez6cbZQevH3hOX%k4yu+7$={&!g&MOF&(}gw;5@5N9 zfxy!0*M3TVs4!|U5=8=J#&(ki2+=*JVStED?uxt}1yfn@YxeummuV!D5 z)nOHS{9cKAg`K~bv*c3A4ZwNyP`$<553kW)wk=4?I^b}&S>PuD|4iSy;@EE}{~|~u zvFKI>UY_yRF<*X>SDgaJPs4dJ9r*Dc4lH-qqgZy5aV{36iNRAdcN&OMFNPcvE4rKj zm={$SiGt@MYJ4rCxP*kXzOV!~M-i&;+7qAt1V_uFc2nxqJiD?BgRuQ<~ zBa2}R@aVs+ge}10jxK}sfqHZm!7Uw%t{;p%G8!%&$PyUm&%@#TdCgJb{F%c*F{%8; zx&n(|Qj$ObW98H}<>rkp8{PE>9Q4LyPiETU9}-TPH-s~7IER!&|AXv8Qdh-bOL)p1 z%T7E#E;GuDu_iJgSI-cGR&E?L2?z7z*cGy)L_tP%e6XU2!gNGlPLv<<)YrLSSEUXP`auD5Y|0)FDHSGwTXW@(^(CbU#XzXzundA_Vwo1rip3Yu`^f)*n zG6|`P*MSOag_C@)yEoFGoH)HA5{))y!<0DIEZ~JKYs;}BR6h+D4!Klc`XtS&ttF7M zTwS99RMH#+VK&e8XEAxLhK!5l`Nq%loS?NVPUKxjlG z!OG{Q`b?NK`~k_J>Qu1Ufgl;g<#>vYvz?EhC}pQNL}auqogW&$$=1MP7)lyP%q_TG-=CGmb>)PSKHHOLKK5vZDQYF7}Zx8)oW2K zhYcrI5!8vjloAtrql_c54VC>Yb`NmmAtTJ@^>l`e`*fy>HYiOFIMgN<%Fk#3)?-{0 zYOkKh&K+tIM7e>>D`3y_&tlE2Vi<{54HSh_(Bw2wmV1~{)2W&n3Q31TCG3xlGq zI`ipda$DhQ6IjRStwhHejcHiil|dl6$F4I`IAzA}tAH}JR#1k2O^9VNHL9N@oyNkb zAQDAkurM~2sUxUU85VV(-uUkUD9)&5@uybM;cpOv7g1}j=xg!8hT57dER*2MdzqRm zPAE&%3ltD@)5Sq_Avv>!O^QXLKr}v$c8CM0w++SSp@ktAzN7cZKd{8)I@Y zy;#5jtor;HdreLC`M09aur)XpMf0w&NGJ$vyV7E1DNti&-ESDU6k;T5$f8P+lPv`f zA_{V)DPYlTDX^2R8Br`9KM4&k1rE#kXoz@}(Zao6wqS15ZYhKs4CdyK=omf8t#UIm z)Pr->->yw|32YVdp%}g7gWXp2_-79zQ8VOho}SnqK-9d_m$Boe>sOr5KZXC*I`reK zbe*sZeZ-sysme{NtW$gA z1yX|`6!B6l57~{tSto8wV9TA^hQ?8@!B62`7;CF^0m0m;L}652B+5=Q)FKL%#MJxq#7}oWOo_E-e`5fA#jLdk_0c$t{>)dV#u%G`8O1#byIiJxZ z66)$@jLmMLbFFK>^VHgRdxHb=TeUc!5M(0r} z4Ne(ZM=ousNkoG1T<(0U#}87au!zb!bC(-xi$|5&T#uk&p-Fyme2=JS8)`Emg=%w@ zs)!m?S-0*;Lv8Y?O;J=<0~r`4>T|d0#7~3|OuUj8En}JiVC>CJJDv4)gLKZUZ^c77v%ceA&z<%8(+{El)a(xW{`{wAH`e9- z`P8-LIWA7K8}0av@?0Cs`JCN&$7d8V&wpx;b5;~Q&wpxmV;-p?j%#ajh-WwI@fkw8 zwl?Q;j&oLs?%KMX&r#>Bi6HgyME#UJ=d1~H&Wd?sP|jU=OfBjAQQWo$C=HG&dEbhd z#==P=VqyTm3l2R1K(0qt<2MnsZwx}et=KO{hM10~t^wv!Y*WJTXzJoB*@I3kL{^i6 zF6=-zVRyO_yV3#R1afM{6fOxK8tbkE$y}c^+1l0j9R@=GOmCKj^ZQ;XJ{)b%3SEv$ zcs|OBr3!(sxgc~oD&eK)hb~7EhPTc+=Y=juHR9rPLzkl(F@L7I9Mw5Ak}UjydL6~d zWyQGS9CbX3^U4~*haoU%)WFiS)&1yNG4o*eEcHN&gR4M*f6z1438@-&_z9h%en>G> zmhVf?pes@uW}0uZd^%l{a)?>05f@LVYf?@SYBXX#rp1`!Xkg*{>8g~oRdyaof5rRg zveYjlBI2s|(se0WrqMyf($na|l*a)|5CN9oLszC;2BiG}%kQR3Q%ade0xVCXYg6_X zPQpu3v1`Skl3lpH9Y+3`3E?9mE{5CN=a4@hl+}p&aC`ea^4C>EU@WW#%gA553q)Ko z6)Zz*u!O8ht~wbkLk3ti)`+E3z%pd8R=N>n0{zmXe_;0{unVQfVmOe&?mNLQ^bTv) z5?(qP5*C(e$H+3=-VP&wUBx5IaC`e4^2b3WgyzHN?eoYSYgh;^oCs!-^P+0_tXq8r zuojEk*{hBRizxSJ#qBIy-J083AT5QTTl)FMX){ne7Tkf`1@t?6%`spNl3qez#7qAL zd_l}Oc7a55;NEr^`QRW9LO2!!ZsLIESAZMjvp_r%FFYFDK)5*PgKt+H1-T(39KJ&6 zsw2S>igj8w(!;^+b8y?XdMO;-z6AHQ^Cy4}xTn1a|1UiZ8N-j;>N)UkJIu^4hIiZN znD2aew|$=3E<6Mok-!z>kOwonsubku;I^T3M?>ig4W-)~O1CtWKHN}>ZMZ$K00Eqm zmtw^myUxdA1cM)(wXxqE|E*@8V1IDV!4PsBxFSAb@qzs|+HVto&8)R(N256<4WU(j zZBde+Y^_p3YJ?$BS(F$|BR2FI1aeOngSuzP)Jp^Vv*17$9L$1428tV7zhbRJDI+nO zMIOt7Y>bA$hH79e3(DwFiVxALH6X_{1cpqDVIZxEfr%^_WI>uILufKkx&nPojD(xB z7|ATyng!dkU}qN0WWjC&rE7tV8KjKE=mbuc^&*rrGPr7ebYzej*}iLELjzkMUR>R& z=Ob%zzT3`6ij2|3OPCi-4Mm#kwvE**G5sE3B}&XNfFK2vr+NVwzU3A08OIcWs|fci zTtk@Y5MM`l7%*tyK_>YNqX8IZ#T;DkV${FO1*KVDESE=shth<(#Iw14*m8*n=h2m>`r^&0)LS%h=t#FJT3T0W z>7#CJC3!@c^FV<{MB{w}7uU7YJ}c2y;l{QfrG!h{D#Fq}D-$(@hc&(qhG!IDj^TOz z{;1&@xkEjKtAEs=0XaO$nl9V)>sX1q{TuL)i5?pjTeg}J-?WHWCb$>)CESGOsC-kR zoFE#1YYe#GAnv~#ZWSWVd9kv@EkH#3d5>OxR!Pa1Ds{Aujt~QQ96Q}{lKa~>GRLb1 zT}QCv!}b*3nBvF!u7wyzz*;rp|E3rQ?>Ktu-i5+Q`x=>vtfK?&JXp*3`)v6VEK?&+ z6<6PL^pW=mYp%NMH(xvbn9RMpEwkpLL)LBi*!s$o8LSP~%s9R650#51Phk*q1e9-4 zb@jdCG8FeHx&~oC-o1A(soj6}6`jGFyLV3A({S>$Sbg9o&zeW)e5vQs!~S)#QJeeZ z^6#!FxqgOGTfn2tv*B_yLesqm^r*}D)EEn7O@Y!4x=s%^&Gv%6j&ev?^}4FHRxW_LOz@ALZqid*C8ER`>xW86~hox+su-R6;A;WQy%x-O05Uj;mD^L0Q1_a z?BR75MDf@y4Flr@k3S1NfZ-&=soIJd+?^f@zoxN@ z$_t?`&;m^5iChsow4!ocMeIU+nawZwUz6p2G4G=+F9n7@aZ61d-9(rIfnbS5#@RqJK#x zeF}GN5ckPeR-j2)p|+3=`N@@xmnO*;eA$ogsk#jlye>SNk= zk6SXKZTBG+D{e=G2&WA=0%VB17j0@cebTPmeL?&4r9tU7%7r*4>MibwQ%%kbK!QRE zl$0NnBq<t6`6y>`-UNr;z3JQDr-ih3x3;`0rI& zXUDC`>9QORN|&9>)ZekxlQi{re(X~}P>{M$aJsg-J8Wt*uinETXPym4zS3GMAO5g zuI{B%Ogk`#gdWvU-%ti5K_hha(`~4M@>+tkB+ApkV71CkJ)JsK;wHgT!f!GXgFYVs zbQ6HA`L%DX%jv@3zd9;8u@48=|9v-GzNW1Ib4-re3YaYlP#bhT?EZqKD(N8Q6K2Lh zh?BWw$00yFw(k1UhjU1hXw*1Eps%yuqw*2fC)fP6(vh;CK zxAu+jd_KK@`gVn~O5!fLJGX#|l7lJVmrwKhK~iyKbK}wqtp6_O00uRHI5&gLh+;@~ z?!~(-rychf=tMMv{bwtxNc+!E!lX!E%U{uct3!{op*N{Q;|Wq&lI$9Ar$Q#7eHbgP z=-|#9WQoU@z=i+;4*UqC6{qVg^;BNXd79i*=>u0 z=@}=mt+oc|yms~B>~u+R#|31snY<2@S7a~wfX%Kq!0Cs;seAcL)C|(#X-hdEuE>&- zB(cJUk4iEq-7PE*W?B4?KazlvX46qdmT#oWpgo xN%j4-q9I7Yx|#YiKdutY4Xm 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